COLOR #47486F

HEX: #47486F
RGB: (71,72,111)

Color info

#47486F contains red, green and blue colors in about the same proportion. Web safe color of #47486F is #333366 (or #336).

RGB color model

#47486F color RGB value is (71,72,111).

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

RGB channels and saturation

R 71 of 255 = 28%
G 72 of 255 = 28%
B 111 of 255 = 44%

71
72
111

R + G + B ~ 33%. #47486F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 72 + 111 = 254 (100%)
R 71 of 254 ~ 27.95%
G 72 of 254 ~ 28.35%
B 111 of 254 ~ 43.7%

%27.95
%28.35
%43.7

CMYK color model

#47486F color CMYK value is (36,35,0,56).

  • cyan value is 36.04%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(36,35,0,56)
C36M35Y0K56 
(36%,35%,0%,56%)
(0.36/0.35/0.00/0.56)	

CMYK percentages

%36.04
%35.14
%0
%56.47

Codes

Color #47486F in popluar color models

47486F
RGB7172111
HSL239°21.98%35.69%
HSB/HSV239°36.04%43.53%
CMYK36.04%35.14%0.00%
56.47%

Color #47486F in popluar number systems.

HEX47486F
Decimal7172111
Binary100011110010001101111
Octal107110157

Shades and tints

Shades of #47486F

#47486F
(71,72,111)
#414265
(65,66,101)
#3B3C5B
(59,60,91)
#353651
(53,54,81)
#2F3047
(47,48,71)
#292A3D
(41,42,61)
#232433
(35,36,51)
#1D1E29
(29,30,41)
#17181F
(23,24,31)
#111215
(17,18,21)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #47486F

#47486F
(71,72,111)
#57587C
(87,88,124)
#676889
(103,104,137)
#777896
(119,120,150)
#8788A3
(135,136,163)
#9798B0
(151,152,176)
#A7A8BD
(167,168,189)
#B7B8CA
(183,184,202)
#C7C8D7
(199,200,215)
#D7D8E4
(215,216,228)
#E7E8F1
(231,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47486F; }

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

This text font color is #47486F.


Background Color

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

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

This div background color is #47486F.


Border color

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

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

This div border color is #47486F.


Opacity

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

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

Text with #47486F 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 #47486F;}

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

This text has shadow with #47486F color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47486F;
-webkit-box-shadow: 1px 1px 3px 2px #47486F;
box-shadow:1px 1px 3px 2px #47486F;">
Div content here</div>
This div box has shadow with color #47486F.

Preview

Color preview on black background

This text has color #47486F on black background.


Color preview on white background

This text has color #47486F on white background.



Black color preview on #47486F background

This text has black color on #47486F background.


White color preview on #47486F background

This text has white color on #47486F background.