Color spaces of #0d371d
RGB | 13 | 55 | 29 |
---|---|---|---|
HSL | 0.40 | 0.62 | 0.13 |
HSV | 143° | 76° | 22° |
CMYK | 0.76 | 0.00 | 0.47 0.78 |
XYZ | 1.7539 | 2.9067 | 1.6310 |
Yxy | 2.9067 | 0.2788 | 0.4620 |
Hunter Lab | 17.0490 | -11.4729 | 6.2623 |
CIE-Lab | 19.6663 | -21.6069 | 12.1920 |
#0d371d color RGB value is (13,55,29).
#0d371d hex color red value is 13, green value is 55 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #0d371d hue: 0.40 , saturation: 0.62 and the lightness value of 0d371d is 0.13.
The process color (four color CMYK) of #0d371d color hex is 0.76, 0.00, 0.47, 0.78. Web safe color of #0d371d is #003333. Color #0d371d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001101 | 00110111 | 00011101 |
Octal | 15 | 67 | 35 |
Decimal | 13 | 55 | 29 |
Hex | D | 37 | 1D |
Shades of #0d371d
Tints of #0d371d
RGB Percentages of Color #0d371d
CMYK Percentages of Color #0d371d
Complementary Color
#0d371d | #370d27 |
#0d371d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0d371d Color Preview on White Background
Lorem ipsum dolor sit amet.
#0d371d Color CSS Codes
.mybgcolor {background-color:#0d371d; } .myforecolor {color:#0d371d; } .mybordercolor {border:3px solid #0d371d; }
#0d371d Text Font Color
<p style="color:#0d371d">Text here</p>
This sample text font color is #0d371d
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.
#0d371d Background Color
<div style="background-color:#0d371d">
Div content here</div>
This div background color is #0d371d
#0d371d Border Color
<div style="border:3px solid #0d371d">
Div here</div>
This div border color is #0d371d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(13,55,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0d371d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0d371d; -webkit-box-shadow: 1px 1px 3px 2px #0d371d; box-shadow: 1px 1px 3px 2px #0d371d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(13,55,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0d371d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0d371d; -webkit-box-shadow: 1px 1px 3px 2px #0d371d; box-shadow: 1px 1px 3px 2px #0d371d;">
Div content here</div>
This div box has shadow with color #0d371d
Comments
No comments written yet.
Please login to write comment.