Color Hex Logo

#34590f Color Hex

#34590F
(52,89,15)
0 Favorites   0 Comments

Color spaces of #34590f

RGB 528915
HSL0.250.710.20
HSV90°83°35°
CMYK 0.420.000.83   0.65
XYZ5.07487.90931.7111
Yxy7.90930.34530.5382
Hunter Lab28.1235-17.006316.0791
CIE-Lab33.7933-26.349435.7546

#34590f color RGB value is (52,89,15).

#34590f hex color red value is 52, green value is 89 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #34590f hue: 0.25 , saturation: 0.71 and the lightness value of 34590f is 0.20.

The process color (four color CMYK) of #34590f color hex is 0.42, 0.00, 0.83, 0.65. Web safe color of #34590f is #336600. Color #34590f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011001 00001111
Octal 64 131 17
Decimal 52 89 15
Hex 34 59 F

RGB Percentages of Color #34590f

%33.33
%57.05
%9.62

CMYK Percentages of Color #34590f

%42
%0
%83
%65

Triadic Colors of #34590f

#34590f #0f3459 #590f34

Analogous Colors of #34590f

#34590f #0f590f #59590f

Monochromatic Colors of #34590f

#34590f

Complementary Color

#34590f #340f59

#34590f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34590f Color Preview on White Background

Lorem ipsum dolor sit amet.

#34590f Color CSS Codes

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

#34590f Text Font Color

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

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


#34590f Background Color

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

This div background color is #34590f


#34590f Border Color

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

This div border color is #34590f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34590f


Comments

No comments written yet.

Please login to write comment.