Color spaces of #35523c
RGB | 53 | 82 | 60 |
---|---|---|---|
HSL | 0.37 | 0.21 | 0.26 |
HSV | 134° | 35° | 32° |
CMYK | 0.35 | 0.00 | 0.27 0.68 |
XYZ | 5.3011 | 7.1177 | 5.3694 |
Yxy | 7.1177 | 0.2980 | 0.4001 |
Hunter Lab | 26.6790 | -11.2205 | 6.7426 |
CIE-Lab | 32.0734 | -16.1780 | 9.5433 |
#35523c color RGB value is (53,82,60).
#35523c hex color red value is 53, green value is 82 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #35523c hue: 0.37 , saturation: 0.21 and the lightness value of 35523c is 0.26.
The process color (four color CMYK) of #35523c color hex is 0.35, 0.00, 0.27, 0.68. Web safe color of #35523c is #336633. Color #35523c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 01010010 | 00111100 |
Octal | 65 | 122 | 74 |
Decimal | 53 | 82 | 60 |
Hex | 35 | 52 | 3C |
Shades of #35523c
Tints of #35523c
RGB Percentages of Color #35523c
CMYK Percentages of Color #35523c
Complementary Color
#35523c | #52354b |
#35523c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#35523c Color Preview on White Background
Lorem ipsum dolor sit amet.
#35523c Color CSS Codes
.mybgcolor {background-color:#35523c; } .myforecolor {color:#35523c; } .mybordercolor {border:3px solid #35523c; }
#35523c Text Font Color
<p style="color:#35523c">Text here</p>
This sample text font color is #35523c
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.
#35523c Background Color
<div style="background-color:#35523c">
Div content here</div>
This div background color is #35523c
#35523c Border Color
<div style="border:3px solid #35523c">
Div here</div>
This div border color is #35523c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,82,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #35523c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #35523c; -webkit-box-shadow: 1px 1px 3px 2px #35523c; box-shadow: 1px 1px 3px 2px #35523c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,82,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #35523c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #35523c; -webkit-box-shadow: 1px 1px 3px 2px #35523c; box-shadow: 1px 1px 3px 2px #35523c;">
Div content here</div>
This div box has shadow with color #35523c
Comments
No comments written yet.
Please login to write comment.