Color Hex Logo

#34822d Color Hex

#34822D
(52,130,45)
0 Favorites   0 Comments

Color spaces of #34822d

RGB 5213045
HSL0.320.490.34
HSV115°65°51°
CMYK 0.600.000.65   0.49
XYZ9.872516.88485.2214
Yxy16.88480.30870.5280
Hunter Lab41.0911-29.023321.2299
CIE-Lab48.1146-41.320637.8806

#34822d color RGB value is (52,130,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000010 00101101
Octal 64 202 55
Decimal 52 130 45
Hex 34 82 2D

RGB Percentages of Color #34822d

%22.91
%57.27
%19.82

CMYK Percentages of Color #34822d

%60
%0
%65
%49

Triadic Colors of #34822d

#34822d #2d3482 #822d34

Analogous Colors of #34822d

#34822d #2d8251 #5f822d

Monochromatic Colors of #34822d

#34822d

Complementary Color

#34822d #7b2d82

#34822d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34822d Color Preview on White Background

Lorem ipsum dolor sit amet.

#34822d Color CSS Codes

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

#34822d Text Font Color

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

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


#34822d Background Color

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

This div background color is #34822d


#34822d Border Color

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

This div border color is #34822d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34822d


Comments

No comments written yet.

Please login to write comment.