Color Hex Logo

#47596f Color Hex

#47596F
(71,89,111)
0 Favorites   0 Comments

Color spaces of #47596f

RGB 7189111
HSL0.590.220.36
HSV213°36°44°
CMYK 0.360.200.00   0.56
XYZ9.04029.632016.4216
Yxy9.63200.25760.2745
Hunter Lab31.0355-2.3175-9.6469
CIE-Lab37.1737-0.9614-14.7801

#47596f color RGB value is (71,89,111).

#47596f hex color red value is 71, green value is 89 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #47596f hue: 0.59 , saturation: 0.22 and the lightness value of 47596f is 0.36.

The process color (four color CMYK) of #47596f color hex is 0.36, 0.20, 0.00, 0.56. Web safe color of #47596f is #336666. Color #47596f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011001 01101111
Octal 107 131 157
Decimal 71 89 111
Hex 47 59 6F

RGB Percentages of Color #47596f

%26.20
%32.84
%40.96

CMYK Percentages of Color #47596f

%36
%20
%0
%56

Triadic Colors of #47596f

#47596f #6f4759 #596f47

Analogous Colors of #47596f

#47596f #49476f #476d6f

Monochromatic Colors of #47596f

#47596f

Complementary Color

#47596f #6f5d47

#47596f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47596f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47596f Color CSS Codes

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

#47596f Text Font Color

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

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


#47596f Background Color

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

This div background color is #47596f


#47596f Border Color

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

This div border color is #47596f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47596f

#47596f Color Palettes


Comments

No comments written yet.

Please login to write comment.