Color spaces of #383d09
RGB | 56 | 61 | 9 |
---|---|---|---|
HSL | 0.18 | 0.74 | 0.14 |
HSV | 66° | 85° | 24° |
CMYK | 0.08 | 0.00 | 0.85 0.76 |
XYZ | 3.3489 | 4.1980 | 0.8922 |
Yxy | 4.1980 | 0.3968 | 0.4974 |
Hunter Lab | 20.4890 | -6.6802 | 11.7605 |
CIE-Lab | 24.3155 | -9.8565 | 29.1618 |
#383d09 color RGB value is (56,61,9).
#383d09 hex color red value is 56, green value is 61 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #383d09 hue: 0.18 , saturation: 0.74 and the lightness value of 383d09 is 0.14.
The process color (four color CMYK) of #383d09 color hex is 0.08, 0.00, 0.85, 0.76. Web safe color of #383d09 is #333300. Color #383d09 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 00111101 | 00001001 |
Octal | 70 | 75 | 11 |
Decimal | 56 | 61 | 9 |
Hex | 38 | 3D | 9 |
Shades of #383d09
Tints of #383d09
RGB Percentages of Color #383d09
CMYK Percentages of Color #383d09
Complementary Color
#383d09 | #0e093d |
#383d09 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#383d09 Color Preview on White Background
Lorem ipsum dolor sit amet.
#383d09 Color CSS Codes
.mybgcolor {background-color:#383d09; } .myforecolor {color:#383d09; } .mybordercolor {border:3px solid #383d09; }
#383d09 Text Font Color
<p style="color:#383d09">Text here</p>
This sample text font color is #383d09
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.
#383d09 Background Color
<div style="background-color:#383d09">
Div content here</div>
This div background color is #383d09
#383d09 Border Color
<div style="border:3px solid #383d09">
Div here</div>
This div border color is #383d09
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,61,9, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #383d09; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #383d09; -webkit-box-shadow: 1px 1px 3px 2px #383d09; box-shadow: 1px 1px 3px 2px #383d09; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,61,9, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #383d09">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #383d09; -webkit-box-shadow: 1px 1px 3px 2px #383d09; box-shadow: 1px 1px 3px 2px #383d09;">
Div content here</div>
This div box has shadow with color #383d09
Comments
No comments written yet.
Please login to write comment.