Color Hex Logo

#345720 Color Hex

#345720
(52,87,32)
0 Favorites   0 Comments

Color spaces of #345720

RGB 528732
HSL0.270.460.23
HSV98°63°34°
CMYK 0.400.000.63   0.66
XYZ5.08517.65072.5752
Yxy7.65070.33210.4997
Hunter Lab27.6599-15.588713.8419
CIE-Lab33.2446-23.857027.4954

#345720 color RGB value is (52,87,32).

#345720 hex color red value is 52, green value is 87 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #345720 hue: 0.27 , saturation: 0.46 and the lightness value of 345720 is 0.23.

The process color (four color CMYK) of #345720 color hex is 0.40, 0.00, 0.63, 0.66. Web safe color of #345720 is #336633. Color #345720 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01010111 00100000
Octal 64 127 40
Decimal 52 87 32
Hex 34 57 20

RGB Percentages of Color #345720

%30.41
%50.88
%18.71

CMYK Percentages of Color #345720

%40
%0
%63
%66

Triadic Colors of #345720

#345720 #203457 #572034

Analogous Colors of #345720

#345720 #205728 #505720

Monochromatic Colors of #345720

#345720

Complementary Color

#345720 #432057

#345720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#345720 Color CSS Codes

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

#345720 Text Font Color

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

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


#345720 Background Color

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

This div background color is #345720


#345720 Border Color

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

This div border color is #345720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345720


Comments

No comments written yet.

Please login to write comment.