Color Hex Logo

#35732a Color Hex

#35732A
(53,115,42)
0 Favorites   0 Comments

Color spaces of #35732a

RGB 5311542
HSL0.310.460.31
HSV111°63°45°
CMYK 0.540.000.63   0.55
XYZ8.016913.18554.3130
Yxy13.18550.31420.5168
Hunter Lab36.3118-24.136618.3760
CIE-Lab43.0414-35.212133.6188

#35732a color RGB value is (53,115,42).

#35732a hex color red value is 53, green value is 115 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #35732a hue: 0.31 , saturation: 0.46 and the lightness value of 35732a is 0.31.

The process color (four color CMYK) of #35732a color hex is 0.54, 0.00, 0.63, 0.55. Web safe color of #35732a is #336633. Color #35732a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110011 00101010
Octal 65 163 52
Decimal 53 115 42
Hex 35 73 2A

RGB Percentages of Color #35732a

%25.24
%54.76
%20.00

CMYK Percentages of Color #35732a

%54
%0
%63
%55

Triadic Colors of #35732a

#35732a #2a3573 #732a35

Analogous Colors of #35732a

#35732a #2a7344 #5a732a

Monochromatic Colors of #35732a

#35732a

Complementary Color

#35732a #682a73

#35732a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35732a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35732a Color CSS Codes

.mybgcolor {background-color:#35732a; } 
.myforecolor {color:#35732a; }
.mybordercolor {border:3px solid #35732a; }

#35732a Text Font Color

<p style="color:#35732a">Text here</p>

This sample text font color is #35732a
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.


#35732a Background Color

<div style="background-color:#35732a">
Div content here</div>

This div background color is #35732a


#35732a Border Color

<div style="border:3px solid #35732a">
Div here</div>

This div border color is #35732a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,115,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35732a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35732a;
  -webkit-box-shadow: 1px 1px 3px 2px #35732a;
  box-shadow:         1px 1px 3px 2px #35732a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,115,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 #35732a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #35732a;
  -webkit-box-shadow: 1px 1px 3px 2px #35732a;
  box-shadow:         1px 1px 3px 2px #35732a;">
Div content here</div>

This div box has shadow with color #35732a


Comments

No comments written yet.

Please login to write comment.