Color Hex Logo

#52692f Color Hex

#52692F
(82,105,47)
0 Favorites   0 Comments

Color spaces of #52692f

RGB 8210547
HSL0.230.380.30
HSV84°55°41°
CMYK 0.220.000.55   0.59
XYZ9.044312.10224.5486
Yxy12.10220.35200.4710
Hunter Lab34.7882-14.472616.5995
CIE-Lab41.3781-19.049429.5315

#52692f color RGB value is (82,105,47).

#52692f hex color red value is 82, green value is 105 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #52692f hue: 0.23 , saturation: 0.38 and the lightness value of 52692f is 0.30.

The process color (four color CMYK) of #52692f color hex is 0.22, 0.00, 0.55, 0.59. Web safe color of #52692f is #666633. Color #52692f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101001 00101111
Octal 122 151 57
Decimal 82 105 47
Hex 52 69 2F

RGB Percentages of Color #52692f

%35.04
%44.87
%20.09

CMYK Percentages of Color #52692f

%22
%0
%55
%59

Triadic Colors of #52692f

#52692f #2f5269 #692f52

Analogous Colors of #52692f

#52692f #35692f #69632f

Monochromatic Colors of #52692f

#52692f

Complementary Color

#52692f #462f69

#52692f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52692f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52692f Color CSS Codes

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

#52692f Text Font Color

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

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


#52692f Background Color

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

This div background color is #52692f


#52692f Border Color

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

This div border color is #52692f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52692f


Comments

No comments written yet.

Please login to write comment.