Color Hex Logo

#34822f Color Hex

#34822F
(52,130,47)
0 Favorites   0 Comments

Color spaces of #34822f

RGB 5213047
HSL0.320.470.35
HSV116°64°51°
CMYK 0.600.000.64   0.49
XYZ9.911916.90065.4290
Yxy16.90060.30740.5242
Hunter Lab41.1103-28.905920.9474
CIE-Lab48.1345-41.094636.9646

#34822f color RGB value is (52,130,47).

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

The process color (four color CMYK) of #34822f color hex is 0.60, 0.00, 0.64, 0.49. Web safe color of #34822f is #339933. Color #34822f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000010 00101111
Octal 64 202 57
Decimal 52 130 47
Hex 34 82 2F

RGB Percentages of Color #34822f

%22.71
%56.77
%20.52

CMYK Percentages of Color #34822f

%60
%0
%64
%49

Triadic Colors of #34822f

#34822f #2f3482 #822f34

Analogous Colors of #34822f

#34822f #2f8253 #5e822f

Monochromatic Colors of #34822f

#34822f

Complementary Color

#34822f #7d2f82

#34822f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34822f Color Preview on White Background

Lorem ipsum dolor sit amet.

#34822f Color CSS Codes

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

#34822f Text Font Color

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

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


#34822f Background Color

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

This div background color is #34822f


#34822f Border Color

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

This div border color is #34822f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,130,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 #34822f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34822f


Comments

No comments written yet.

Please login to write comment.