Color Hex Logo

#34722a Color Hex

#34722A
(52,114,42)
0 Favorites   0 Comments

Color spaces of #34722a

RGB 5211442
HSL0.310.460.31
HSV112°63°45°
CMYK 0.540.000.63   0.55
XYZ7.851412.93194.2728
Yxy12.93190.31340.5161
Hunter Lab35.9610-23.959518.1280
CIE-Lab42.6605-35.089433.1744

#34722a color RGB value is (52,114,42).

#34722a hex color red value is 52, green value is 114 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #34722a hue: 0.31 , saturation: 0.46 and the lightness value of 34722a is 0.31.

The process color (four color CMYK) of #34722a color hex is 0.54, 0.00, 0.63, 0.55. Web safe color of #34722a is #336633. Color #34722a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110010 00101010
Octal 64 162 52
Decimal 52 114 42
Hex 34 72 2A

RGB Percentages of Color #34722a

%25.00
%54.81
%20.19

CMYK Percentages of Color #34722a

%54
%0
%63
%55

Triadic Colors of #34722a

#34722a #2a3472 #722a34

Analogous Colors of #34722a

#34722a #2a7244 #58722a

Monochromatic Colors of #34722a

#34722a

Complementary Color

#34722a #682a72

#34722a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34722a Color Preview on White Background

Lorem ipsum dolor sit amet.

#34722a Color CSS Codes

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

#34722a Text Font Color

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

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


#34722a Background Color

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

This div background color is #34722a


#34722a Border Color

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

This div border color is #34722a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34722a


Comments

No comments written yet.

Please login to write comment.