Color Hex Logo

#35913b Color Hex

#35913B
(53,145,59)
0 Favorites   0 Comments

Color spaces of #35913b

RGB 5314559
HSL0.340.460.39
HSV124°63°57°
CMYK 0.630.000.59   0.43
XYZ12.383021.32347.6009
Yxy21.32340.29980.5162
Hunter Lab46.1773-32.943322.5648
CIE-Lab53.3016-45.240537.1353

#35913b color RGB value is (53,145,59).

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

The process color (four color CMYK) of #35913b color hex is 0.63, 0.00, 0.59, 0.43. Web safe color of #35913b is #339933. Color #35913b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010001 00111011
Octal 65 221 73
Decimal 53 145 59
Hex 35 91 3B

RGB Percentages of Color #35913b

%20.62
%56.42
%22.96

CMYK Percentages of Color #35913b

%63
%0
%59
%43

Triadic Colors of #35913b

#35913b #3b3591 #913b35

Analogous Colors of #35913b

#35913b #359169 #5d9135

Monochromatic Colors of #35913b

#35913b

Complementary Color

#35913b #91358b

#35913b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35913b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35913b Color CSS Codes

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

#35913b Text Font Color

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

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


#35913b Background Color

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

This div background color is #35913b


#35913b Border Color

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

This div border color is #35913b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35913b


Comments

No comments written yet.

Please login to write comment.