COLOR #47506A

HEX: #47506A RGB: (71,80,106)

Color info

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

RGB color model

#47506A color RGB value is (71,80,106).

RGB: (71,80,106) (28%, 31%, 42%)

RGB channels and saturation

R 71 of 255 = 28%
G 80 of 255 = 31%
B 106 of 255 = 42%

71
80
106

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

Portions of RGB colors in percentages

R + G + B = 71 + 80 + 106 = 257 (100%)
R 71 of 257 ~ 27.63%
G 80 of 257 ~ 31.13%
B 106 of 257 ~ 41.25'%

%27.63
%31.13
%41.25

CMYK color model

#47506A color CMYK value is (33,25,0,58).

  • cyan value is 33.02%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (33,25,0,58)
C33M25Y0K58 (33%, 25%, 0%, 58%)
(0.33 / 0.25 / 0.00 / 0.58)

CMYK percentages

%33.02
%24.53
%0
%58.43

Codes

Color #47506A in popluar color models

47 50 6A
RGB 71 80 106
HSL 225° 19.77% 34.71%
HSB/HSV 225° 33.02% 41.57%
CMYK 33.02% 24.53% 0.00%
58.43%

Color #47506A in popluar number systems.

HEX 47 50 6A
Decimal 71 80 106
Binary 1000111 1010000 1101010
Octal 107 120 152

Shades and tints

Shades of #47506A

#47506A
(71,80,106)
#414961
(65,73,97)
#3B4258
(59,66,88)
#353B4F
(53,59,79)
#2F3446
(47,52,70)
#292D3D
(41,45,61)
#232634
(35,38,52)
#1D1F2B
(29,31,43)
#171822
(23,24,34)
#111119
(17,17,25)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #47506A

#47506A
(71,80,106)
#575F77
(87,95,119)
#676E84
(103,110,132)
#777D91
(119,125,145)
#878C9E
(135,140,158)
#979BAB
(151,155,171)
#A7AAB8
(167,170,184)
#B7B9C5
(183,185,197)
#C7C8D2
(199,200,210)
#D7D7DF
(215,215,223)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47506A; }

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

This text font color is #47506A.

Background Color

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

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

This div background color is #47506A.

Border color

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

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

This div border color is #47506A.

Opacity

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

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

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

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

This text has shadow with #47506A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47506A.

Preview

Color preview on black background

This text has color #47506A on black background.


Color preview on white background

This text has color #47506A on white background.


Black color preview on #47506A background

This text has black color on #47506A background.


White color preview on #47506A background

This text has white color on #47506A background.


Related colors

Complementary color

Complementary color for #hex is #B8AF95.


I love getcolorcode.com

Triadic colors

1 #6A4750 and #506A47 with #47506A are triadic colors.

2 #6A5047 and #50476A with #47506A are triadic colors.