Color Hex Logo

#35972c Color Hex

#35972C
(53,151,44)
0 Favorites   0 Comments

Color spaces of #35972c

RGB 5315144
HSL0.320.550.38
HSV115°71°59°
CMYK 0.650.000.71   0.41
XYZ12.989423.07206.1516
Yxy23.07200.30770.5466
Hunter Lab48.0333-35.787526.0301
CIE-Lab55.1464-49.120445.9231

#35972c color RGB value is (53,151,44).

#35972c hex color red value is 53, green value is 151 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #35972c hue: 0.32 , saturation: 0.55 and the lightness value of 35972c is 0.38.

The process color (four color CMYK) of #35972c color hex is 0.65, 0.00, 0.71, 0.41. Web safe color of #35972c is #339933. Color #35972c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010111 00101100
Octal 65 227 54
Decimal 53 151 44
Hex 35 97 2C

RGB Percentages of Color #35972c

%21.37
%60.89
%17.74

CMYK Percentages of Color #35972c

%65
%0
%71
%41

Triadic Colors of #35972c

#35972c #2c3597 #972c35

Analogous Colors of #35972c

#35972c #2c9759 #6b972c

Monochromatic Colors of #35972c

#35972c

Complementary Color

#35972c #8e2c97

#35972c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35972c Color Preview on White Background

Lorem ipsum dolor sit amet.

#35972c Color CSS Codes

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

#35972c Text Font Color

<p style="color:#35972c">Text here</p>

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


#35972c Background Color

<div style="background-color:#35972c">
Div content here</div>

This div background color is #35972c


#35972c Border Color

<div style="border:3px solid #35972c">
Div here</div>

This div border color is #35972c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,151,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35972c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35972c;
  -webkit-box-shadow: 1px 1px 3px 2px #35972c;
  box-shadow:         1px 1px 3px 2px #35972c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,151,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #35972c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35972c


Comments

No comments written yet.

Please login to write comment.