Color spaces of #38433a
RGB | 56 | 67 | 58 |
---|---|---|---|
HSL | 0.36 | 0.09 | 0.24 |
HSV | 131° | 16° | 26° |
CMYK | 0.16 | 0.00 | 0.13 0.74 |
XYZ | 4.4018 | 5.1606 | 4.7671 |
Yxy | 5.1606 | 0.3072 | 0.3601 |
Hunter Lab | 22.7170 | -5.1672 | 3.4600 |
CIE-Lab | 27.1875 | -6.5967 | 3.9711 |
#38433a color RGB value is (56,67,58).
#38433a hex color red value is 56, green value is 67 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #38433a hue: 0.36 , saturation: 0.09 and the lightness value of 38433a is 0.24.
The process color (four color CMYK) of #38433a color hex is 0.16, 0.00, 0.13, 0.74. Web safe color of #38433a is #333333. Color #38433a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 01000011 | 00111010 |
Octal | 70 | 103 | 72 |
Decimal | 56 | 67 | 58 |
Hex | 38 | 43 | 3A |
Shades of #38433a
Tints of #38433a
RGB Percentages of Color #38433a
CMYK Percentages of Color #38433a
Complementary Color
#38433a | #433841 |
#38433a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#38433a Color Preview on White Background
Lorem ipsum dolor sit amet.
#38433a Color CSS Codes
.mybgcolor {background-color:#38433a; } .myforecolor {color:#38433a; } .mybordercolor {border:3px solid #38433a; }
#38433a Text Font Color
<p style="color:#38433a">Text here</p>
This sample text font color is #38433a
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.
#38433a Background Color
<div style="background-color:#38433a">
Div content here</div>
This div background color is #38433a
#38433a Border Color
<div style="border:3px solid #38433a">
Div here</div>
This div border color is #38433a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,67,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #38433a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #38433a; -webkit-box-shadow: 1px 1px 3px 2px #38433a; box-shadow: 1px 1px 3px 2px #38433a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,67,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #38433a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #38433a; -webkit-box-shadow: 1px 1px 3px 2px #38433a; box-shadow: 1px 1px 3px 2px #38433a;">
Div content here</div>
This div box has shadow with color #38433a
Comments
No comments written yet.
Please login to write comment.