Color Hex Logo

#47565b Color Hex

#47565B
(71,86,91)
0 Favorites   0 Comments

Color spaces of #47565b

RGB 718691
HSL0.540.120.32
HSV195°22°36°
CMYK 0.220.050.00   0.64
XYZ7.81468.750511.1747
Yxy8.75050.28170.3154
Hunter Lab29.5812-4.6121-1.6907
CIE-Lab35.4994-4.5636-4.8466

#47565b color RGB value is (71,86,91).

#47565b hex color red value is 71, green value is 86 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #47565b hue: 0.54 , saturation: 0.12 and the lightness value of 47565b is 0.32.

The process color (four color CMYK) of #47565b color hex is 0.22, 0.05, 0.00, 0.64. Web safe color of #47565b is #336666. Color #47565b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010110 01011011
Octal 107 126 133
Decimal 71 86 91
Hex 47 56 5B

RGB Percentages of Color #47565b

%28.63
%34.68
%36.69

CMYK Percentages of Color #47565b

%22
%5
%0
%64

Triadic Colors of #47565b

#47565b #5b4756 #565b47

Analogous Colors of #47565b

#47565b #474c5b #475b56

Monochromatic Colors of #47565b

#47565b

Complementary Color

#47565b #5b4c47

#47565b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47565b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47565b Color CSS Codes

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

#47565b Text Font Color

<p style="color:#47565b">Text here</p>

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


#47565b Background Color

<div style="background-color:#47565b">
Div content here</div>

This div background color is #47565b


#47565b Border Color

<div style="border:3px solid #47565b">
Div here</div>

This div border color is #47565b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,86,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47565b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47565b;
  -webkit-box-shadow: 1px 1px 3px 2px #47565b;
  box-shadow:         1px 1px 3px 2px #47565b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47565b


Comments

No comments written yet.

Please login to write comment.