Color Hex Logo

#34955f Color Hex

#34955F
(52,149,95)
0 Favorites   0 Comments

Color spaces of #34955f

RGB 5214995
HSL0.410.480.39
HSV147°65°58°
CMYK 0.650.000.36   0.42
XYZ14.229223.051214.5258
Yxy23.05120.27470.4450
Hunter Lab48.0117-31.118415.6701
CIE-Lab55.1250-41.081920.4359

#34955f color RGB value is (52,149,95).

#34955f hex color red value is 52, green value is 149 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #34955f hue: 0.41 , saturation: 0.48 and the lightness value of 34955f is 0.39.

The process color (four color CMYK) of #34955f color hex is 0.65, 0.00, 0.36, 0.42. Web safe color of #34955f is #339966. Color #34955f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010101 01011111
Octal 64 225 137
Decimal 52 149 95
Hex 34 95 5F

RGB Percentages of Color #34955f

%17.57
%50.34
%32.09

CMYK Percentages of Color #34955f

%65
%0
%36
%42

Triadic Colors of #34955f

#34955f #5f3495 #955f34

Analogous Colors of #34955f

#34955f #349590 #3a9534

Monochromatic Colors of #34955f

#34955f

Complementary Color

#34955f #95346a

#34955f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34955f Color Preview on White Background

Lorem ipsum dolor sit amet.

#34955f Color CSS Codes

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

#34955f Text Font Color

<p style="color:#34955f">Text here</p>

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


#34955f Background Color

<div style="background-color:#34955f">
Div content here</div>

This div background color is #34955f


#34955f Border Color

<div style="border:3px solid #34955f">
Div here</div>

This div border color is #34955f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,149,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34955f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34955f;
  -webkit-box-shadow: 1px 1px 3px 2px #34955f;
  box-shadow:         1px 1px 3px 2px #34955f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34955f


Comments

No comments written yet.

Please login to write comment.