Color Hex Logo

#47585e Color Hex

#47585E
(71,88,94)
0 Favorites   0 Comments

Color spaces of #47585e

RGB 718894
HSL0.540.140.32
HSV196°24°37°
CMYK 0.240.060.00   0.63
XYZ8.10869.127211.9240
Yxy9.12720.27810.3130
Hunter Lab30.2113-4.9609-2.2531
CIE-Lab36.2281-5.0112-5.6381

#47585e color RGB value is (71,88,94).

#47585e hex color red value is 71, green value is 88 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #47585e hue: 0.54 , saturation: 0.14 and the lightness value of 47585e is 0.32.

The process color (four color CMYK) of #47585e color hex is 0.24, 0.06, 0.00, 0.63. Web safe color of #47585e is #336666. Color #47585e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011000 01011110
Octal 107 130 136
Decimal 71 88 94
Hex 47 58 5E

RGB Percentages of Color #47585e

%28.06
%34.78
%37.15

CMYK Percentages of Color #47585e

%24
%6
%0
%63

Triadic Colors of #47585e

#47585e #5e4758 #585e47

Analogous Colors of #47585e

#47585e #474d5e #475e59

Monochromatic Colors of #47585e

#47585e

Complementary Color

#47585e #5e4d47

#47585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47585e Color CSS Codes

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

#47585e Text Font Color

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

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


#47585e Background Color

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

This div background color is #47585e


#47585e Border Color

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

This div border color is #47585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47585e


Comments

No comments written yet.

Please login to write comment.