Color Hex Logo

#34872f Color Hex

#34872F
(52,135,47)
0 Favorites   0 Comments

Color spaces of #34872f

RGB 5213547
HSL0.320.480.36
HSV117°65°53°
CMYK 0.610.000.65   0.47
XYZ10.593218.26325.6562
Yxy18.26320.30690.5292
Hunter Lab42.7355-30.540822.0676
CIE-Lab49.8138-43.059538.8470

#34872f color RGB value is (52,135,47).

#34872f hex color red value is 52, green value is 135 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #34872f hue: 0.32 , saturation: 0.48 and the lightness value of 34872f is 0.36.

The process color (four color CMYK) of #34872f color hex is 0.61, 0.00, 0.65, 0.47. Web safe color of #34872f is #339933. Color #34872f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000111 00101111
Octal 64 207 57
Decimal 52 135 47
Hex 34 87 2F

RGB Percentages of Color #34872f

%22.22
%57.69
%20.09

CMYK Percentages of Color #34872f

%61
%0
%65
%47

Triadic Colors of #34872f

#34872f #2f3487 #872f34

Analogous Colors of #34872f

#34872f #2f8756 #60872f

Monochromatic Colors of #34872f

#34872f

Complementary Color

#34872f #822f87

#34872f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34872f Color Preview on White Background

Lorem ipsum dolor sit amet.

#34872f Color CSS Codes

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

#34872f Text Font Color

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

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


#34872f Background Color

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

This div background color is #34872f


#34872f Border Color

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

This div border color is #34872f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34872f


Comments

No comments written yet.

Please login to write comment.