Color Hex Logo

#47524f Color Hex

#47524F
(71,82,79)
0 Favorites   0 Comments

Color spaces of #47524f

RGB 718279
HSL0.450.070.30
HSV164°13°32°
CMYK 0.130.000.04   0.68
XYZ7.02717.93878.5591
Yxy7.93870.29870.3375
Hunter Lab28.1757-4.78911.7121
CIE-Lab33.8549-5.03840.2820

#47524f color RGB value is (71,82,79).

#47524f hex color red value is 71, green value is 82 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #47524f hue: 0.45 , saturation: 0.07 and the lightness value of 47524f is 0.30.

The process color (four color CMYK) of #47524f color hex is 0.13, 0.00, 0.04, 0.68. Web safe color of #47524f is #336666. Color #47524f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010010 01001111
Octal 107 122 117
Decimal 71 82 79
Hex 47 52 4F

RGB Percentages of Color #47524f

%30.60
%35.34
%34.05

CMYK Percentages of Color #47524f

%13
%0
%4
%68

Triadic Colors of #47524f

#47524f #4f4752 #524f47

Analogous Colors of #47524f

#47524f #475052 #47524a

Monochromatic Colors of #47524f

#47524f

Complementary Color

#47524f #52474a

#47524f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47524f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47524f Color CSS Codes

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

#47524f Text Font Color

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

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


#47524f Background Color

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

This div background color is #47524f


#47524f Border Color

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

This div border color is #47524f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47524f


Comments

No comments written yet.

Please login to write comment.