COLOR #47596F

HEX: #47596F
RGB: (71,89,111)

Color info

#47596F contains red, green and blue colors in about the same proportion. Web safe color of #47596F is #336666 (or #366).

RGB color model

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

  • red value is 71;
  • green value is 89;
  • blue value is 111.
RGB:
(71,89,111)
(28%,35%,44%)

RGB channels and saturation

R 71 of 255 = 28%
G 89 of 255 = 35%
B 111 of 255 = 44%

71
89
111

R + G + B ~ 36%. #47596F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 89 + 111 = 271 (100%)
R 71 of 271 ~ 26.2%
G 89 of 271 ~ 32.84%
B 111 of 271 ~ 40.96%

%26.2
%32.84
%40.96

CMYK color model

#47596F color CMYK value is (36,20,0,56).

  • cyan value is 36.04%
  • magenta value is 19.82%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(36,20,0,56)
C36M20Y0K56 
(36%,20%,0%,56%)
(0.36/0.20/0.00/0.56)	

CMYK percentages

%36.04
%19.82
%0
%56.47

Codes

Color #47596F in popluar color models

47596F
RGB7189111
HSL213°21.98%35.69%
HSB/HSV213°36.04%43.53%
CMYK36.04%19.82%0.00%
56.47%

Color #47596F in popluar number systems.

HEX47596F
Decimal7189111
Binary100011110110011101111
Octal107131157

Shades and tints

Shades of #47596F

#47596F
(71,89,111)
#415165
(65,81,101)
#3B495B
(59,73,91)
#354151
(53,65,81)
#2F3947
(47,57,71)
#29313D
(41,49,61)
#232933
(35,41,51)
#1D2129
(29,33,41)
#17191F
(23,25,31)
#111115
(17,17,21)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #47596F

#47596F
(71,89,111)
#57687C
(87,104,124)
#677789
(103,119,137)
#778696
(119,134,150)
#8795A3
(135,149,163)
#97A4B0
(151,164,176)
#A7B3BD
(167,179,189)
#B7C2CA
(183,194,202)
#C7D1D7
(199,209,215)
#D7E0E4
(215,224,228)
#E7EFF1
(231,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47596F color. Also use rgb(71,89,111) instead hex code.

Text Font Color

.myTextColor { color: #47596F; }

<p style="color:#47596F">This sample text font color is #47596F.</p>

This text font color is #47596F.


Background Color

.myBgColor { background-color: #47596F; }

<div style="background-color:#47596F">Inner text</div>

This div background color is #47596F.


Border color

.myBorderColor { border: 1px solid #47596F; }

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

This div border color is #47596F.


Opacity

.myOpacity80 { color: #47596F; opacity: 0.8; }

<p style="color:#47596F;opacity:0.8;">80%</p>

Text with #47596F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #47596F;}

<p style="text-shadow: 3px 3px 1px #47596F">Text here.</p>

This text has shadow with #47596F color.

.textShadow {text-shadow: 3px 3px 1px #47596F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #47596F, 5px 5px 20px red">Text here.</p>

This text has shadow with #47596F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47596F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#47596F, Direction=45, Strength=4)">Text</p>

This text has shadow with #47596F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #47596F;
  -webkit-box-shadow:	1px 1px 3px 2px #47596F;
  box-shadow:		1px 1px 3px 2px #47596F;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #47596F on black background.


Color preview on white background

This text has color #47596F on white background.



Black color preview on #47596F background

This text has black color on #47596F background.


White color preview on #47596F background

This text has white color on #47596F background.