Color spaces of #352e2b
RGB | 53 | 46 | 43 |
---|---|---|---|
HSL | 0.05 | 0.10 | 0.19 |
HSV | 18° | 19° | 21° |
CMYK | 0.00 | 0.13 | 0.19 0.79 |
XYZ | 2.8812 | 2.8853 | 2.6906 |
Yxy | 2.8853 | 0.3407 | 0.3412 |
Hunter Lab | 16.9862 | 0.5514 | 2.4988 |
CIE-Lab | 19.5786 | 2.5450 | 3.0883 |
#352e2b color RGB value is (53,46,43).
#352e2b hex color red value is 53, green value is 46 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #352e2b hue: 0.05 , saturation: 0.10 and the lightness value of 352e2b is 0.19.
The process color (four color CMYK) of #352e2b color hex is 0.00, 0.13, 0.19, 0.79. Web safe color of #352e2b is #333333. Color #352e2b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 00101110 | 00101011 |
Octal | 65 | 56 | 53 |
Decimal | 53 | 46 | 43 |
Hex | 35 | 2E | 2B |
Shades of #352e2b
Tints of #352e2b
RGB Percentages of Color #352e2b
CMYK Percentages of Color #352e2b
Complementary Color
#352e2b | #2b3235 |
#352e2b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#352e2b Color Preview on White Background
Lorem ipsum dolor sit amet.
#352e2b Color CSS Codes
.mybgcolor {background-color:#352e2b; } .myforecolor {color:#352e2b; } .mybordercolor {border:3px solid #352e2b; }
#352e2b Text Font Color
<p style="color:#352e2b">Text here</p>
This sample text font color is #352e2b
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.
#352e2b Background Color
<div style="background-color:#352e2b">
Div content here</div>
This div background color is #352e2b
#352e2b Border Color
<div style="border:3px solid #352e2b">
Div here</div>
This div border color is #352e2b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,46,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #352e2b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #352e2b; -webkit-box-shadow: 1px 1px 3px 2px #352e2b; box-shadow: 1px 1px 3px 2px #352e2b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,46,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #352e2b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #352e2b; -webkit-box-shadow: 1px 1px 3px 2px #352e2b; box-shadow: 1px 1px 3px 2px #352e2b;">
Div content here</div>
This div box has shadow with color #352e2b
Comments
No comments written yet.
Please login to write comment.