COLOR #474E5D

HEX: #474E5D RGB: (71,78,93)

Color info

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

RGB color model

#474E5D color RGB value is (71,78,93).

RGB: (71,78,93) (28%, 31%, 36%)

RGB channels and saturation

R 71 of 255 = 28%
G 78 of 255 = 31%
B 93 of 255 = 36%

71
78
93

R + G + B ~ 32%. #474E5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 78 + 93 = 242 (100%)
R 71 of 242 ~ 29.34%
G 78 of 242 ~ 32.23%
B 93 of 242 ~ 38.43'%

%29.34
%32.23
%38.43

CMYK color model

#474E5D color CMYK value is (24,16,0,64).

  • cyan value is 23.66%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (24,16,0,64) C24M16Y0K64 (24%,16%,0%,64%) (0.24/0.16/0.00/0.64) 

CMYK percentages

%23.66
%16.13
%0
%63.53

Codes

Color #474E5D in popluar color models

47 4E 5D
RGB 71 78 93
HSL 221° 13.41% 32.16%
HSB/HSV 221° 23.66% 36.47%
CMYK 23.66% 16.13% 0.00%
63.53%

Color #474E5D in popluar number systems.

HEX 47 4E 5D
Decimal 71 78 93
Binary 1000111 1001110 1011101
Octal 107 116 135

Shades and tints

Shades of #474E5D

#474E5D
(71,78,93)
#414755
(65,71,85)
#3B404D
(59,64,77)
#353945
(53,57,69)
#2F323D
(47,50,61)
#292B35
(41,43,53)
#23242D
(35,36,45)
#1D1D25
(29,29,37)
#17161D
(23,22,29)
#110F15
(17,15,21)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #474E5D

#474E5D
(71,78,93)
#575E6B
(87,94,107)
#676E79
(103,110,121)
#777E87
(119,126,135)
#878E95
(135,142,149)
#979EA3
(151,158,163)
#A7AEB1
(167,174,177)
#B7BEBF
(183,190,191)
#C7CECD
(199,206,205)
#D7DEDB
(215,222,219)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474E5D; }

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

This text font color is #474E5D.

Background Color

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

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

This div background color is #474E5D.

Border color

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

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

This div border color is #474E5D.

Opacity

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

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

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

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

This text has shadow with #474E5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #474E5D.

Preview

Color preview on black background

This text has color #474E5D on black background.


Color preview on white background

This text has color #474E5D on white background.


Black color preview on #474E5D background

This text has black color on #474E5D background.


White color preview on #474E5D background

This text has white color on #474E5D background.


Related colors

Complementary color

Complementary color for #hex is #B8B1A2.


I love getcolorcode.com

Triadic colors

1 #5D474E and #4E5D47 with #474E5D are triadic colors.

2 #5D4E47 and #4E475D with #474E5D are triadic colors.