Color spaces of #263840
RGB | 38 | 56 | 64 |
---|---|---|---|
HSL | 0.55 | 0.25 | 0.20 |
HSV | 198° | 41° | 25° |
CMYK | 0.41 | 0.13 | 0.00 0.75 |
XYZ | 3.1389 | 3.6106 | 5.3820 |
Yxy | 3.6106 | 0.2587 | 0.2976 |
Hunter Lab | 19.0016 | -3.7661 | -3.4922 |
CIE-Lab | 22.3399 | -4.8415 | -7.2959 |
#263840 color RGB value is (38,56,64).
#263840 hex color red value is 38, green value is 56 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #263840 hue: 0.55 , saturation: 0.25 and the lightness value of 263840 is 0.20.
The process color (four color CMYK) of #263840 color hex is 0.41, 0.13, 0.00, 0.75. Web safe color of #263840 is #333333. Color #263840 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100110 | 00111000 | 01000000 |
Octal | 46 | 70 | 100 |
Decimal | 38 | 56 | 64 |
Hex | 26 | 38 | 40 |
Shades of #263840
Tints of #263840
RGB Percentages of Color #263840
CMYK Percentages of Color #263840
Complementary Color
#263840 | #402e26 |
#263840 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#263840 Color Preview on White Background
Lorem ipsum dolor sit amet.
#263840 Color CSS Codes
.mybgcolor {background-color:#263840; } .myforecolor {color:#263840; } .mybordercolor {border:3px solid #263840; }
#263840 Text Font Color
<p style="color:#263840">Text here</p>
This sample text font color is #263840
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#263840 Background Color
<div style="background-color:#263840">
Div content here</div>
This div background color is #263840
#263840 Border Color
<div style="border:3px solid #263840">
Div here</div>
This div border color is #263840
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(38,56,64, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #263840; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #263840; -webkit-box-shadow: 1px 1px 3px 2px #263840; box-shadow: 1px 1px 3px 2px #263840; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(38,56,64, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #263840">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #263840; -webkit-box-shadow: 1px 1px 3px 2px #263840; box-shadow: 1px 1px 3px 2px #263840;">
Div content here</div>
This div box has shadow with color #263840
Comments
No comments written yet.
Please login to write comment.