COLOR #47506F

HEX: #47506F RGB: (71,80,111)

Color info

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

RGB color model

#47506F color RGB value is (71,80,111).

RGB: (71,80,111) (28%, 31%, 44%)

RGB channels and saturation

R 71 of 255 = 28%
G 80 of 255 = 31%
B 111 of 255 = 44%

71
80
111

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

Portions of RGB colors in percentages

R + G + B = 71 + 80 + 111 = 262 (100%)
R 71 of 262 ~ 27.1%
G 80 of 262 ~ 30.53%
B 111 of 262 ~ 42.37'%

%27.1
%30.53
%42.37

CMYK color model

#47506F color CMYK value is (36,28,0,56).

  • cyan value is 36.04%
  • magenta value is 27.93%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (36,28,0,56)
C36M28Y0K56 (36%, 28%, 0%, 56%)
(0.36 / 0.28 / 0.00 / 0.56)

CMYK percentages

%36.04
%27.93
%0
%56.47

Codes

Color #47506F in popluar color models

47 50 6F
RGB 71 80 111
HSL 227° 21.98% 35.69%
HSB/HSV 227° 36.04% 43.53%
CMYK 36.04% 27.93% 0.00%
56.47%

Color #47506F in popluar number systems.

HEX 47 50 6F
Decimal 71 80 111
Binary 1000111 1010000 1101111
Octal 107 120 157

Shades and tints

Shades of #47506F

#47506F
(71,80,111)
#414965
(65,73,101)
#3B425B
(59,66,91)
#353B51
(53,59,81)
#2F3447
(47,52,71)
#292D3D
(41,45,61)
#232633
(35,38,51)
#1D1F29
(29,31,41)
#17181F
(23,24,31)
#111115
(17,17,21)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #47506F

#47506F
(71,80,111)
#575F7C
(87,95,124)
#676E89
(103,110,137)
#777D96
(119,125,150)
#878CA3
(135,140,163)
#979BB0
(151,155,176)
#A7AABD
(167,170,189)
#B7B9CA
(183,185,202)
#C7C8D7
(199,200,215)
#D7D7E4
(215,215,228)
#E7E6F1
(231,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47506F; }

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

This text font color is #47506F.

Background Color

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

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

This div background color is #47506F.

Border color

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

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

This div border color is #47506F.

Opacity

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

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

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

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

This text has shadow with #47506F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47506F.

Preview

Color preview on black background

This text has color #47506F on black background.


Color preview on white background

This text has color #47506F on white background.


Black color preview on #47506F background

This text has black color on #47506F background.


White color preview on #47506F background

This text has white color on #47506F background.


Related colors

Complementary color

Complementary color for #hex is #B8AF90.


I love getcolorcode.com

Triadic colors

1 #6F4750 and #506F47 with #47506F are triadic colors.

2 #6F5047 and #50476F with #47506F are triadic colors.