Color Hex Logo

#34995b Color Hex

#34995B
(52,153,91)
0 Favorites   0 Comments

Color spaces of #34995b

RGB 5215391
HSL0.400.490.40
HSV143°66°60°
CMYK 0.660.000.41   0.40
XYZ14.695724.267913.8072
Yxy24.26790.27850.4599
Hunter Lab49.2625-32.960217.8660
CIE-Lab56.3550-43.513424.2703

#34995b color RGB value is (52,153,91).

#34995b hex color red value is 52, green value is 153 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #34995b hue: 0.40 , saturation: 0.49 and the lightness value of 34995b is 0.40.

The process color (four color CMYK) of #34995b color hex is 0.66, 0.00, 0.41, 0.40. Web safe color of #34995b is #339966. Color #34995b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011001 01011011
Octal 64 231 133
Decimal 52 153 91
Hex 34 99 5B

RGB Percentages of Color #34995b

%17.57
%51.69
%30.74

CMYK Percentages of Color #34995b

%66
%0
%41
%40

Triadic Colors of #34995b

#34995b #5b3499 #995b34

Analogous Colors of #34995b

#34995b #34998e #409934

Monochromatic Colors of #34995b

#34995b

Complementary Color

#34995b #993472

#34995b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34995b Color Preview on White Background

Lorem ipsum dolor sit amet.

#34995b Color CSS Codes

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

#34995b Text Font Color

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

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


#34995b Background Color

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

This div background color is #34995b


#34995b Border Color

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

This div border color is #34995b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,153,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34995b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34995b;
  -webkit-box-shadow: 1px 1px 3px 2px #34995b;
  box-shadow:         1px 1px 3px 2px #34995b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34995b


Comments

No comments written yet.

Please login to write comment.