Color Hex Logo

#52754f Color Hex

#52754F
(82,117,79)
0 Favorites   0 Comments

Color spaces of #52754f

RGB 8211779
HSL0.320.190.38
HSV115°32°46°
CMYK 0.300.000.32   0.54
XYZ11.252215.08099.7150
Yxy15.08090.31210.4184
Hunter Lab38.8341-16.239312.3515
CIE-Lab45.7448-20.631117.0867

#52754f color RGB value is (82,117,79).

#52754f hex color red value is 82, green value is 117 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #52754f hue: 0.32 , saturation: 0.19 and the lightness value of 52754f is 0.38.

The process color (four color CMYK) of #52754f color hex is 0.30, 0.00, 0.32, 0.54. Web safe color of #52754f is #666666. Color #52754f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110101 01001111
Octal 122 165 117
Decimal 82 117 79
Hex 52 75 4F

RGB Percentages of Color #52754f

%29.50
%42.09
%28.42

CMYK Percentages of Color #52754f

%30
%0
%32
%54

Triadic Colors of #52754f

#52754f #4f5275 #754f52

Analogous Colors of #52754f

#52754f #4f755f #65754f

Monochromatic Colors of #52754f

#52754f

Complementary Color

#52754f #724f75

#52754f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52754f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52754f Color CSS Codes

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

#52754f Text Font Color

<p style="color:#52754f">Text here</p>

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


#52754f Background Color

<div style="background-color:#52754f">
Div content here</div>

This div background color is #52754f


#52754f Border Color

<div style="border:3px solid #52754f">
Div here</div>

This div border color is #52754f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,117,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52754f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52754f;
  -webkit-box-shadow: 1px 1px 3px 2px #52754f;
  box-shadow:         1px 1px 3px 2px #52754f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52754f


Comments

No comments written yet.

Please login to write comment.