Color spaces of #43604a
RGB | 67 | 96 | 74 |
---|---|---|---|
HSL | 0.37 | 0.18 | 0.32 |
HSV | 134° | 30° | 38° |
CMYK | 0.30 | 0.00 | 0.23 0.62 |
XYZ | 7.7336 | 10.0534 | 8.0115 |
Yxy | 10.0534 | 0.2998 | 0.3897 |
Hunter Lab | 31.7071 | -11.9499 | 7.2140 |
CIE-Lab | 37.9381 | -15.8290 | 9.1895 |
#43604a color RGB value is (67,96,74).
#43604a hex color red value is 67, green value is 96 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #43604a hue: 0.37 , saturation: 0.18 and the lightness value of 43604a is 0.32.
The process color (four color CMYK) of #43604a color hex is 0.30, 0.00, 0.23, 0.62. Web safe color of #43604a is #336633. Color #43604a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 01100000 | 01001010 |
Octal | 103 | 140 | 112 |
Decimal | 67 | 96 | 74 |
Hex | 43 | 60 | 4A |
Shades of #43604a
Tints of #43604a
RGB Percentages of Color #43604a
CMYK Percentages of Color #43604a
Complementary Color
#43604a | #604359 |
#43604a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#43604a Color Preview on White Background
Lorem ipsum dolor sit amet.
#43604a Color CSS Codes
.mybgcolor {background-color:#43604a; } .myforecolor {color:#43604a; } .mybordercolor {border:3px solid #43604a; }
#43604a Text Font Color
<p style="color:#43604a">Text here</p>
This sample text font color is #43604a
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.
#43604a Background Color
<div style="background-color:#43604a">
Div content here</div>
This div background color is #43604a
#43604a Border Color
<div style="border:3px solid #43604a">
Div here</div>
This div border color is #43604a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,96,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #43604a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #43604a; -webkit-box-shadow: 1px 1px 3px 2px #43604a; box-shadow: 1px 1px 3px 2px #43604a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,96,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #43604a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #43604a; -webkit-box-shadow: 1px 1px 3px 2px #43604a; box-shadow: 1px 1px 3px 2px #43604a;">
Div content here</div>
This div box has shadow with color #43604a
Comments
No comments written yet.
Please login to write comment.