Color Hex Logo

#52970b Color Hex

#52970B
(82,151,11)
0 Favorites   0 Comments

Color spaces of #52970b

RGB 8215111
HSL0.250.860.32
HSV90°93°59°
CMYK 0.460.000.93   0.41
XYZ14.606723.95124.1698
Yxy23.95120.34190.5606
Hunter Lab48.9400-32.369529.2063
CIE-Lab56.0389-42.693656.7913

#52970b color RGB value is (82,151,11).

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

The process color (four color CMYK) of #52970b color hex is 0.46, 0.00, 0.93, 0.41. Web safe color of #52970b is #669900. Color #52970b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010111 00001011
Octal 122 227 13
Decimal 82 151 11
Hex 52 97 B

RGB Percentages of Color #52970b

%33.61
%61.89
%4.51

CMYK Percentages of Color #52970b

%46
%0
%93
%41

Triadic Colors of #52970b

#52970b #0b5297 #970b52

Analogous Colors of #52970b

#52970b #0c970b #97960b

Monochromatic Colors of #52970b

#52970b

Complementary Color

#52970b #500b97

#52970b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52970b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52970b Color CSS Codes

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

#52970b Text Font Color

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

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


#52970b Background Color

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

This div background color is #52970b


#52970b Border Color

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

This div border color is #52970b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52970b


Comments

No comments written yet.

Please login to write comment.