COLOR #474E50

HEX: #474E50 RGB: (71,78,80)

Color info

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

RGB color model

#474E50 color RGB value is (71,78,80).

RGB: (71,78,80) (28%, 31%, 31%)

RGB channels and saturation

R 71 of 255 = 28%
G 78 of 255 = 31%
B 80 of 255 = 31%

71
78
80

R + G + B ~ 30%. #474E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 78 + 80 = 229 (100%)
R 71 of 229 ~ 31%
G 78 of 229 ~ 34.06%
B 80 of 229 ~ 34.93'%

%31
%34.06
%34.93

CMYK color model

#474E50 color CMYK value is (11,2,0,69).

  • cyan value is 11.25%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK: (11,2,0,69) C11M2Y0K69 (11%,2%,0%,69%) (0.11/0.02/0.00/0.69) 

CMYK percentages

%11.25
%2.5
%0
%68.63

Codes

Color #474E50 in popluar color models

47 4E 50
RGB 71 78 80
HSL 193° 5.96% 29.61%
HSB/HSV 193° 11.25% 31.37%
CMYK 11.25% 2.50% 0.00%
68.63%

Color #474E50 in popluar number systems.

HEX 47 4E 50
Decimal 71 78 80
Binary 1000111 1001110 1010000
Octal 107 116 120

Shades and tints

Shades of #474E50

#474E50
(71,78,80)
#414749
(65,71,73)
#3B4042
(59,64,66)
#35393B
(53,57,59)
#2F3234
(47,50,52)
#292B2D
(41,43,45)
#232426
(35,36,38)
#1D1D1F
(29,29,31)
#171618
(23,22,24)
#110F11
(17,15,17)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #474E50

#474E50
(71,78,80)
#575E5F
(87,94,95)
#676E6E
(103,110,110)
#777E7D
(119,126,125)
#878E8C
(135,142,140)
#979E9B
(151,158,155)
#A7AEAA
(167,174,170)
#B7BEB9
(183,190,185)
#C7CEC8
(199,206,200)
#D7DED7
(215,222,215)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474E50 color. Also use rgb(71,78,80) instead hex code.

Text Font Color

.myTextColor { color: #474E50; }

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

This text font color is #474E50.

Background Color

.myBgColor { background-color: #474E50; }

<div style="background-color:#474E50">Inner text</div>

This div background color is #474E50.

Border color

.myBorderColor { border: 1px solid #474E50; }

<div style="border:3px solid #474E50">Div</div>

This div border color is #474E50.

Opacity

.myOpacity80 { color: #474E50; opacity: 0.8; }

<p style="color:#474E50;opacity:0.8;">80%</p>

Text with #474E50 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 #474E50;}

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

This text has shadow with #474E50 color.


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

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

This text has shadow with #474E50 primary color and red secondary color.


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

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

This text has shadow with #474E50 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #474E50.

Preview

Color preview on black background

This text has color #474E50 on black background.


Color preview on white background

This text has color #474E50 on white background.


Black color preview on #474E50 background

This text has black color on #474E50 background.


White color preview on #474E50 background

This text has white color on #474E50 background.


Related colors

Complementary color

Complementary color for #hex is #B8B1AF.


I love getcolorcode.com

Triadic colors

1 #50474E and #4E5047 with #474E50 are triadic colors.

2 #504E47 and #4E4750 with #474E50 are triadic colors.