Color Hex Logo

#52746e Color Hex

#52746E
(82,116,110)
0 Favorites   0 Comments

Color spaces of #52746e

RGB 82116110
HSL0.470.170.39
HSV169°29°45°
CMYK 0.290.000.05   0.55
XYZ12.539515.410417.0655
Yxy15.41040.27860.3423
Hunter Lab39.2561-11.68021.7046
CIE-Lab46.1913-13.5289-0.6062

#52746e color RGB value is (82,116,110).

#52746e hex color red value is 82, green value is 116 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #52746e hue: 0.47 , saturation: 0.17 and the lightness value of 52746e is 0.39.

The process color (four color CMYK) of #52746e color hex is 0.29, 0.00, 0.05, 0.55. Web safe color of #52746e is #666666. Color #52746e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110100 01101110
Octal 122 164 156
Decimal 82 116 110
Hex 52 74 6E

RGB Percentages of Color #52746e

%26.62
%37.66
%35.71

CMYK Percentages of Color #52746e

%29
%0
%5
%55

Triadic Colors of #52746e

#52746e #6e5274 #746e52

Analogous Colors of #52746e

#52746e #526974 #52745d

Monochromatic Colors of #52746e

#52746e

Complementary Color

#52746e #745258

#52746e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52746e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52746e Color CSS Codes

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

#52746e Text Font Color

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

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


#52746e Background Color

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

This div background color is #52746e


#52746e Border Color

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

This div border color is #52746e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52746e


Comments

No comments written yet.

Please login to write comment.