Color Hex Logo

#47584c Color Hex

#47584C
(71,88,76)
0 Favorites   0 Comments

Color spaces of #47584c

RGB 718876
HSL0.380.110.31
HSV138°19°35°
CMYK 0.190.000.14   0.65
XYZ7.39288.84088.1543
Yxy8.84080.30310.3625
Hunter Lab29.7335-7.65224.5534
CIE-Lab35.6760-9.30894.7943

#47584c color RGB value is (71,88,76).

#47584c hex color red value is 71, green value is 88 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #47584c hue: 0.38 , saturation: 0.11 and the lightness value of 47584c is 0.31.

The process color (four color CMYK) of #47584c color hex is 0.19, 0.00, 0.14, 0.65. Web safe color of #47584c is #336633. Color #47584c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011000 01001100
Octal 107 130 114
Decimal 71 88 76
Hex 47 58 4C

RGB Percentages of Color #47584c

%30.21
%37.45
%32.34

CMYK Percentages of Color #47584c

%19
%0
%14
%65

Triadic Colors of #47584c

#47584c #4c4758 #584c47

Analogous Colors of #47584c

#47584c #475855 #4b5847

Monochromatic Colors of #47584c

#47584c

Complementary Color

#47584c #584753

#47584c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47584c Color Preview on White Background

Lorem ipsum dolor sit amet.

#47584c Color CSS Codes

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

#47584c Text Font Color

<p style="color:#47584c">Text here</p>

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


#47584c Background Color

<div style="background-color:#47584c">
Div content here</div>

This div background color is #47584c


#47584c Border Color

<div style="border:3px solid #47584c">
Div here</div>

This div border color is #47584c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,88,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47584c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47584c;
  -webkit-box-shadow: 1px 1px 3px 2px #47584c;
  box-shadow:         1px 1px 3px 2px #47584c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,88,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47584c


Comments

No comments written yet.

Please login to write comment.