Color Hex Logo

#344720 Color Hex

#344720
(52,71,32)
0 Favorites   0 Comments

Color spaces of #344720

RGB 527132
HSL0.250.380.20
HSV89°55°28°
CMYK 0.270.000.55   0.72
XYZ3.93015.34082.1902
Yxy5.34080.34290.4660
Hunter Lab23.1102-10.087210.5581
CIE-Lab27.6844-15.396320.9256

#344720 color RGB value is (52,71,32).

#344720 hex color red value is 52, green value is 71 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #344720 hue: 0.25 , saturation: 0.38 and the lightness value of 344720 is 0.20.

The process color (four color CMYK) of #344720 color hex is 0.27, 0.00, 0.55, 0.72. Web safe color of #344720 is #333333. Color #344720 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000111 00100000
Octal 64 107 40
Decimal 52 71 32
Hex 34 47 20

RGB Percentages of Color #344720

%33.55
%45.81
%20.65

CMYK Percentages of Color #344720

%27
%0
%55
%72

Triadic Colors of #344720

#344720 #203447 #472034

Analogous Colors of #344720

#344720 #214720 #474620

Monochromatic Colors of #344720

#344720

Complementary Color

#344720 #332047

#344720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344720 Color CSS Codes

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

#344720 Text Font Color

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

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


#344720 Background Color

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

This div background color is #344720


#344720 Border Color

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

This div border color is #344720


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,71,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #344720; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #344720;
  -webkit-box-shadow: 1px 1px 3px 2px #344720;
  box-shadow:         1px 1px 3px 2px #344720; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344720


Comments

No comments written yet.

Please login to write comment.