COLOR #47506E

HEX: #47506E
RGB: (71,80,110)

Color info

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

RGB color model

#47506E color RGB value is (71,80,110).

  • red value is 71;
  • green value is 80;
  • blue value is 110.
RGB:
(71,80,110)
(28%,31%,43%)

RGB channels and saturation

R 71 of 255 = 28%
G 80 of 255 = 31%
B 110 of 255 = 43%

71
80
110

R + G + B ~ 34%. #47506E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 80 + 110 = 261 (100%)
R 71 of 261 ~ 27.2%
G 80 of 261 ~ 30.65%
B 110 of 261 ~ 42.15%

%27.2
%30.65
%42.15

CMYK color model

#47506E color CMYK value is (35,27,0,57).

  • cyan value is 35.45%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(35,27,0,57)
C35M27Y0K57 
(35%,27%,0%,57%)
(0.35/0.27/0.00/0.57)	

CMYK percentages

%35.45
%27.27
%0
%56.86

Codes

Color #47506E in popluar color models

47506E
RGB7180110
HSL226°21.55%35.49%
HSB/HSV226°35.45%43.14%
CMYK35.45%27.27%0.00%
56.86%

Color #47506E in popluar number systems.

HEX47506E
Decimal7180110
Binary100011110100001101110
Octal107120156

Shades and tints

Shades of #47506E

#47506E
(71,80,110)
#414964
(65,73,100)
#3B425A
(59,66,90)
#353B50
(53,59,80)
#2F3446
(47,52,70)
#292D3C
(41,45,60)
#232632
(35,38,50)
#1D1F28
(29,31,40)
#17181E
(23,24,30)
#111114
(17,17,20)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #47506E

#47506E
(71,80,110)
#575F7B
(87,95,123)
#676E88
(103,110,136)
#777D95
(119,125,149)
#878CA2
(135,140,162)
#979BAF
(151,155,175)
#A7AABC
(167,170,188)
#B7B9C9
(183,185,201)
#C7C8D6
(199,200,214)
#D7D7E3
(215,215,227)
#E7E6F0
(231,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47506E color. Also use rgb(71,80,110) instead hex code.

Text Font Color

.myTextColor { color: #47506E; }

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

This text font color is #47506E.


Background Color

.myBgColor { background-color: #47506E; }

<div style="background-color:#47506E">Inner text</div>

This div background color is #47506E.


Border color

.myBorderColor { border: 1px solid #47506E; }

<div style="border:3px solid #47506E">Div</div>

This div border color is #47506E.


Opacity

.myOpacity80 { color: #47506E; opacity: 0.8; }

<p style="color:#47506E;opacity:0.8;">80%</p>

Text with #47506E 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 #47506E;}

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

This text has shadow with #47506E color.

.textShadow {text-shadow: 3px 3px 1px #47506E, 3px 3px 1px red;}

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

This text has shadow with #47506E primary color and red secondary color.


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

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

This text has shadow with #47506E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47506E on black background.


Color preview on white background

This text has color #47506E on white background.



Black color preview on #47506E background

This text has black color on #47506E background.


White color preview on #47506E background

This text has white color on #47506E background.