Color Hex Logo

#52915e Color Hex

#52915E
(82,145,94)
0 Favorites   0 Comments

Color spaces of #52915e

RGB 8214594
HSL0.370.280.45
HSV131°43°57°
CMYK 0.430.000.35   0.43
XYZ15.625522.852814.1772
Yxy22.85280.29670.4340
Hunter Lab47.8046-25.313215.8798
CIE-Lab54.9204-31.785220.9072

#52915e color RGB value is (82,145,94).

#52915e hex color red value is 82, green value is 145 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #52915e hue: 0.37 , saturation: 0.28 and the lightness value of 52915e is 0.45.

The process color (four color CMYK) of #52915e color hex is 0.43, 0.00, 0.35, 0.43. Web safe color of #52915e is #669966. Color #52915e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010001 01011110
Octal 122 221 136
Decimal 82 145 94
Hex 52 91 5E

RGB Percentages of Color #52915e

%25.55
%45.17
%29.28

CMYK Percentages of Color #52915e

%43
%0
%35
%43

Triadic Colors of #52915e

#52915e #5e5291 #915e52

Analogous Colors of #52915e

#52915e #52917e #669152

Monochromatic Colors of #52915e

#52915e

Complementary Color

#52915e #915285

#52915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52915e Color CSS Codes

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

#52915e Text Font Color

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

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


#52915e Background Color

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

This div background color is #52915e


#52915e Border Color

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

This div border color is #52915e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52915e


Comments

No comments written yet.

Please login to write comment.