Color Hex Logo

#52605e Color Hex

#52605E
(82,96,94)
0 Favorites   0 Comments

Color spaces of #52605e

RGB 829694
HSL0.480.080.35
HSV171°15°38°
CMYK 0.150.000.02   0.62
XYZ9.682910.967712.1963
Yxy10.96770.29480.3339
Hunter Lab33.1175-5.76581.3473
CIE-Lab39.5260-5.8154-0.6749

#52605e color RGB value is (82,96,94).

#52605e hex color red value is 82, green value is 96 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #52605e hue: 0.48 , saturation: 0.08 and the lightness value of 52605e is 0.35.

The process color (four color CMYK) of #52605e color hex is 0.15, 0.00, 0.02, 0.62. Web safe color of #52605e is #666666. Color #52605e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100000 01011110
Octal 122 140 136
Decimal 82 96 94
Hex 52 60 5E

RGB Percentages of Color #52605e

%30.15
%35.29
%34.56

CMYK Percentages of Color #52605e

%15
%0
%2
%62

Triadic Colors of #52605e

#52605e #5e5260 #605e52

Analogous Colors of #52605e

#52605e #525b60 #526057

Monochromatic Colors of #52605e

#52605e

Complementary Color

#52605e #605254

#52605e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52605e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52605e Color CSS Codes

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

#52605e Text Font Color

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

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


#52605e Background Color

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

This div background color is #52605e


#52605e Border Color

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

This div border color is #52605e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52605e


Comments

No comments written yet.

Please login to write comment.