Color Hex Logo

#52976e Color Hex

#52976E
(82,151,110)
0 Favorites   0 Comments

Color spaces of #52976e

RGB 82151110
HSL0.400.300.46
HSV144°46°59°
CMYK 0.460.000.27   0.41
XYZ17.360825.052818.6725
Yxy25.05280.28420.4101
Hunter Lab50.0528-25.679612.9184
CIE-Lab57.1268-31.509814.9645

#52976e color RGB value is (82,151,110).

#52976e hex color red value is 82, green value is 151 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #52976e hue: 0.40 , saturation: 0.30 and the lightness value of 52976e is 0.46.

The process color (four color CMYK) of #52976e color hex is 0.46, 0.00, 0.27, 0.41. Web safe color of #52976e is #669966. Color #52976e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010111 01101110
Octal 122 227 156
Decimal 82 151 110
Hex 52 97 6E

RGB Percentages of Color #52976e

%23.91
%44.02
%32.07

CMYK Percentages of Color #52976e

%46
%0
%27
%41

Triadic Colors of #52976e

#52976e #6e5297 #976e52

Analogous Colors of #52976e

#52976e #529791 #599752

Monochromatic Colors of #52976e

#52976e

Complementary Color

#52976e #97527b

#52976e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52976e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52976e Color CSS Codes

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

#52976e Text Font Color

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

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


#52976e Background Color

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

This div background color is #52976e


#52976e Border Color

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

This div border color is #52976e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52976e


Comments

No comments written yet.

Please login to write comment.