Color spaces of #351f3a
RGB | 53 | 31 | 58 |
---|---|---|---|
HSL | 0.80 | 0.30 | 0.17 |
HSV | 289° | 47° | 23° |
CMYK | 0.09 | 0.47 | 0.00 0.77 |
XYZ | 2.7219 | 2.0423 | 4.2537 |
Yxy | 2.0423 | 0.3018 | 0.2265 |
Hunter Lab | 14.2909 | 8.9887 | -7.6441 |
CIE-Lab | 15.7077 | 16.3019 | -13.1945 |
#351f3a color RGB value is (53,31,58).
#351f3a hex color red value is 53, green value is 31 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #351f3a hue: 0.80 , saturation: 0.30 and the lightness value of 351f3a is 0.17.
The process color (four color CMYK) of #351f3a color hex is 0.09, 0.47, 0.00, 0.77. Web safe color of #351f3a is #333333. Color #351f3a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 00011111 | 00111010 |
Octal | 65 | 37 | 72 |
Decimal | 53 | 31 | 58 |
Hex | 35 | 1F | 3A |
Shades of #351f3a
Tints of #351f3a
RGB Percentages of Color #351f3a
CMYK Percentages of Color #351f3a
Complementary Color
#351f3a | #243a1f |
#351f3a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#351f3a Color Preview on White Background
Lorem ipsum dolor sit amet.
#351f3a Color CSS Codes
.mybgcolor {background-color:#351f3a; } .myforecolor {color:#351f3a; } .mybordercolor {border:3px solid #351f3a; }
#351f3a Text Font Color
<p style="color:#351f3a">Text here</p>
This sample text font color is #351f3a
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.
#351f3a Background Color
<div style="background-color:#351f3a">
Div content here</div>
This div background color is #351f3a
#351f3a Border Color
<div style="border:3px solid #351f3a">
Div here</div>
This div border color is #351f3a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,31,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #351f3a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #351f3a; -webkit-box-shadow: 1px 1px 3px 2px #351f3a; box-shadow: 1px 1px 3px 2px #351f3a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,31,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 #351f3a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #351f3a; -webkit-box-shadow: 1px 1px 3px 2px #351f3a; box-shadow: 1px 1px 3px 2px #351f3a;">
Div content here</div>
This div box has shadow with color #351f3a
Comments
No comments written yet.
Please login to write comment.