Color Hex Logo

#35953b Color Hex

#35953B
(53,149,59)
0 Favorites   0 Comments

Color spaces of #35953b

RGB 5314959
HSL0.340.480.40
HSV124°64°58°
CMYK 0.640.000.60   0.42
XYZ13.005122.56757.8082
Yxy22.56750.29980.5202
Hunter Lab47.5053-34.267823.5085
CIE-Lab54.6240-46.764938.6734

#35953b color RGB value is (53,149,59).

#35953b hex color red value is 53, green value is 149 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #35953b hue: 0.34 , saturation: 0.48 and the lightness value of 35953b is 0.40.

The process color (four color CMYK) of #35953b color hex is 0.64, 0.00, 0.60, 0.42. Web safe color of #35953b is #339933. Color #35953b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010101 00111011
Octal 65 225 73
Decimal 53 149 59
Hex 35 95 3B

RGB Percentages of Color #35953b

%20.31
%57.09
%22.61

CMYK Percentages of Color #35953b

%64
%0
%60
%42

Triadic Colors of #35953b

#35953b #3b3595 #953b35

Analogous Colors of #35953b

#35953b #35956b #5f9535

Monochromatic Colors of #35953b

#35953b

Complementary Color

#35953b #95358f

#35953b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35953b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35953b Color CSS Codes

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

#35953b Text Font Color

<p style="color:#35953b">Text here</p>

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


#35953b Background Color

<div style="background-color:#35953b">
Div content here</div>

This div background color is #35953b


#35953b Border Color

<div style="border:3px solid #35953b">
Div here</div>

This div border color is #35953b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,149,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35953b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35953b;
  -webkit-box-shadow: 1px 1px 3px 2px #35953b;
  box-shadow:         1px 1px 3px 2px #35953b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35953b


Comments

No comments written yet.

Please login to write comment.