Color Hex Logo

#52746a Color Hex

#52746A
(82,116,106)
0 Favorites   0 Comments

Color spaces of #52746a

RGB 82116106
HSL0.450.170.39
HSV162°29°45°
CMYK 0.290.000.09   0.55
XYZ12.326615.325215.9441
Yxy15.32520.28270.3515
Hunter Lab39.1474-12.30253.2553
CIE-Lab46.0764-14.48281.6115

#52746a color RGB value is (82,116,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110100 01101010
Octal 122 164 152
Decimal 82 116 106
Hex 52 74 6A

RGB Percentages of Color #52746a

%26.97
%38.16
%34.87

CMYK Percentages of Color #52746a

%29
%0
%9
%55

Triadic Colors of #52746a

#52746a #6a5274 #746a52

Analogous Colors of #52746a

#52746a #526d74 #527459

Monochromatic Colors of #52746a

#52746a

Complementary Color

#52746a #74525c

#52746a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52746a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52746a Color CSS Codes

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

#52746a Text Font Color

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

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


#52746a Background Color

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

This div background color is #52746a


#52746a Border Color

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

This div border color is #52746a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52746a


Comments

No comments written yet.

Please login to write comment.