Color Hex Logo

#35523c Color Hex

#35523C
(53,82,60)
0 Favorites   0 Comments

Color spaces of #35523c

RGB 538260
HSL0.370.210.26
HSV134°35°32°
CMYK 0.350.000.27   0.68
XYZ5.30117.11775.3694
Yxy7.11770.29800.4001
Hunter Lab26.6790-11.22056.7426
CIE-Lab32.0734-16.17809.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

BaseRedGreenBlue
Binary 00110101 01010010 00111100
Octal 65 122 74
Decimal 53 82 60
Hex 35 52 3C

RGB Percentages of Color #35523c

%27.18
%42.05
%30.77

CMYK Percentages of Color #35523c

%35
%0
%27
%68

Triadic Colors of #35523c

#35523c #3c3552 #523c35

Analogous Colors of #35523c

#35523c #35524b #3d5235

Monochromatic Colors of #35523c

#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.