Color Hex Logo

#47555f Color Hex

#47555F
(71,85,95)
0 Favorites   0 Comments

Color spaces of #47555f

RGB 718595
HSL0.570.140.33
HSV205°25°37°
CMYK 0.250.110.00   0.63
XYZ7.91268.662812.0815
Yxy8.66280.27610.3023
Hunter Lab29.4326-3.5196-3.7345
CIE-Lab35.3268-2.9144-7.6115

#47555f color RGB value is (71,85,95).

#47555f hex color red value is 71, green value is 85 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #47555f hue: 0.57 , saturation: 0.14 and the lightness value of 47555f is 0.33.

The process color (four color CMYK) of #47555f color hex is 0.25, 0.11, 0.00, 0.63. Web safe color of #47555f is #336666. Color #47555f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010101 01011111
Octal 107 125 137
Decimal 71 85 95
Hex 47 55 5F

RGB Percentages of Color #47555f

%28.29
%33.86
%37.85

CMYK Percentages of Color #47555f

%25
%11
%0
%63

Triadic Colors of #47555f

#47555f #5f4755 #555f47

Analogous Colors of #47555f

#47555f #47495f #475f5d

Monochromatic Colors of #47555f

#47555f

Complementary Color

#47555f #5f5147

#47555f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47555f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47555f Color CSS Codes

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

#47555f Text Font Color

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

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


#47555f Background Color

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

This div background color is #47555f


#47555f Border Color

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

This div border color is #47555f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47555f


Comments

No comments written yet.

Please login to write comment.