Color Hex Logo

#34845a Color Hex

#34845A
(52,132,90)
0 Favorites   0 Comments

Color spaces of #34845a

RGB 5213290
HSL0.410.430.36
HSV149°61°52°
CMYK 0.610.000.32   0.48
XYZ11.512917.970812.5348
Yxy17.97080.27400.4277
Hunter Lab42.3920-25.708612.1430
CIE-Lab49.4607-34.766215.5700

#34845a color RGB value is (52,132,90).

#34845a hex color red value is 52, green value is 132 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #34845a hue: 0.41 , saturation: 0.43 and the lightness value of 34845a is 0.36.

The process color (four color CMYK) of #34845a color hex is 0.61, 0.00, 0.32, 0.48. Web safe color of #34845a is #339966. Color #34845a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000100 01011010
Octal 64 204 132
Decimal 52 132 90
Hex 34 84 5A

RGB Percentages of Color #34845a

%18.98
%48.18
%32.85

CMYK Percentages of Color #34845a

%61
%0
%32
%48

Triadic Colors of #34845a

#34845a #5a3484 #845a34

Analogous Colors of #34845a

#34845a #348482 #368434

Monochromatic Colors of #34845a

#34845a

Complementary Color

#34845a #84345e

#34845a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34845a Color Preview on White Background

Lorem ipsum dolor sit amet.

#34845a Color CSS Codes

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

#34845a Text Font Color

<p style="color:#34845a">Text here</p>

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


#34845a Background Color

<div style="background-color:#34845a">
Div content here</div>

This div background color is #34845a


#34845a Border Color

<div style="border:3px solid #34845a">
Div here</div>

This div border color is #34845a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,132,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34845a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34845a;
  -webkit-box-shadow: 1px 1px 3px 2px #34845a;
  box-shadow:         1px 1px 3px 2px #34845a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34845a


Comments

No comments written yet.

Please login to write comment.