Color Hex Logo

#52760b Color Hex

#52760B
(82,118,11)
0 Favorites   0 Comments

Color spaces of #52760b

RGB 8211811
HSL0.220.830.25
HSV80°91°46°
CMYK 0.310.000.91   0.54
XYZ10.018514.77492.6404
Yxy14.77490.36520.5386
Hunter Lab38.4381-20.742622.8339
CIE-Lab45.3243-28.140947.8421

#52760b color RGB value is (82,118,11).

#52760b hex color red value is 82, green value is 118 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #52760b hue: 0.22 , saturation: 0.83 and the lightness value of 52760b is 0.25.

The process color (four color CMYK) of #52760b color hex is 0.31, 0.00, 0.91, 0.54. Web safe color of #52760b is #666600. Color #52760b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110110 00001011
Octal 122 166 13
Decimal 82 118 11
Hex 52 76 B

RGB Percentages of Color #52760b

%38.86
%55.92
%5.21

CMYK Percentages of Color #52760b

%31
%0
%91
%54

Triadic Colors of #52760b

#52760b #0b5276 #760b52

Analogous Colors of #52760b

#52760b #1d760b #76650b

Monochromatic Colors of #52760b

#52760b

Complementary Color

#52760b #2f0b76

#52760b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52760b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52760b Color CSS Codes

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

#52760b Text Font Color

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

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


#52760b Background Color

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

This div background color is #52760b


#52760b Border Color

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

This div border color is #52760b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,118,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52760b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52760b;
  -webkit-box-shadow: 1px 1px 3px 2px #52760b;
  box-shadow:         1px 1px 3px 2px #52760b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,118,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52760b


Comments

No comments written yet.

Please login to write comment.