Color spaces of #43202a
RGB | 67 | 32 | 42 |
---|---|---|---|
HSL | 0.95 | 0.35 | 0.19 |
HSV | 343° | 52° | 26° |
CMYK | 0.00 | 0.52 | 0.37 0.74 |
XYZ | 3.2492 | 2.3935 | 2.4812 |
Yxy | 2.3935 | 0.4000 | 0.2946 |
Hunter Lab | 15.4709 | 10.4143 | 1.3208 |
CIE-Lab | 17.4300 | 18.1795 | 0.9360 |
#43202a color RGB value is (67,32,42).
#43202a hex color red value is 67, green value is 32 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #43202a hue: 0.95 , saturation: 0.35 and the lightness value of 43202a is 0.19.
The process color (four color CMYK) of #43202a color hex is 0.00, 0.52, 0.37, 0.74. Web safe color of #43202a is #333333. Color #43202a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 00100000 | 00101010 |
Octal | 103 | 40 | 52 |
Decimal | 67 | 32 | 42 |
Hex | 43 | 20 | 2A |
Shades of #43202a
Tints of #43202a
RGB Percentages of Color #43202a
CMYK Percentages of Color #43202a
Complementary Color
#43202a | #204339 |
#43202a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#43202a Color Preview on White Background
Lorem ipsum dolor sit amet.
#43202a Color CSS Codes
.mybgcolor {background-color:#43202a; } .myforecolor {color:#43202a; } .mybordercolor {border:3px solid #43202a; }
#43202a Text Font Color
<p style="color:#43202a">Text here</p>
This sample text font color is #43202a
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.
#43202a Background Color
<div style="background-color:#43202a">
Div content here</div>
This div background color is #43202a
#43202a Border Color
<div style="border:3px solid #43202a">
Div here</div>
This div border color is #43202a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,32,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #43202a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #43202a; -webkit-box-shadow: 1px 1px 3px 2px #43202a; box-shadow: 1px 1px 3px 2px #43202a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,32,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #43202a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #43202a; -webkit-box-shadow: 1px 1px 3px 2px #43202a; box-shadow: 1px 1px 3px 2px #43202a;">
Div content here</div>
This div box has shadow with color #43202a
Comments
No comments written yet.
Please login to write comment.