COLOR #474D4D

HEX: #474D4D RGB: (71,77,77)

Color info

#474D4D contains red, green and blue colors in about the same proportion. Web safe color of #474D4D is #333333 (or #333).

RGB color model

#474D4D color RGB value is (71,77,77).

RGB: (71,77,77) (28%, 30%, 30%)

RGB channels and saturation

R 71 of 255 = 28%
G 77 of 255 = 30%
B 77 of 255 = 30%

71
77
77

R + G + B ~ 29%. #474D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 77 + 77 = 225 (100%)
R 71 of 225 ~ 31.56%
G 77 of 225 ~ 34.22%
B 77 of 225 ~ 34.22'%

%31.56
%34.22
%34.22

CMYK color model

#474D4D color CMYK value is (8,0,0,70).

  • cyan value is 7.79%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (8,0,0,70)
C8M0Y0K70 (8%, 0%, 0%, 70%)
(0.08 / 0.00 / 0.00 / 0.70)

CMYK percentages

%7.79
%0
%0
%69.8

Codes

Color #474D4D in popluar color models

47 4D 4D
RGB 71 77 77
HSL 180° 4.05% 29.02%
HSB/HSV 180° 7.79% 30.20%
CMYK 7.79% 0.00% 0.00%
69.80%

Color #474D4D in popluar number systems.

HEX 47 4D 4D
Decimal 71 77 77
Binary 1000111 1001101 1001101
Octal 107 115 115

Shades and tints

Shades of #474D4D

#474D4D
(71,77,77)
#414646
(65,70,70)
#3B3F3F
(59,63,63)
#353838
(53,56,56)
#2F3131
(47,49,49)
#292A2A
(41,42,42)
#232323
(35,35,35)
#1D1C1C
(29,28,28)
#171515
(23,21,21)
#110E0E
(17,14,14)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #474D4D

#474D4D
(71,77,77)
#575D5D
(87,93,93)
#676D6D
(103,109,109)
#777D7D
(119,125,125)
#878D8D
(135,141,141)
#979D9D
(151,157,157)
#A7ADAD
(167,173,173)
#B7BDBD
(183,189,189)
#C7CDCD
(199,205,205)
#D7DDDD
(215,221,221)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474D4D; }

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

This text font color is #474D4D.

Background Color

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

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

This div background color is #474D4D.

Border color

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

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

This div border color is #474D4D.

Opacity

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

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

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

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

This text has shadow with #474D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #474D4D.

Preview

Color preview on black background

This text has color #474D4D on black background.


Color preview on white background

This text has color #474D4D on white background.


Black color preview on #474D4D background

This text has black color on #474D4D background.


White color preview on #474D4D background

This text has white color on #474D4D background.


Related colors

Complementary color

Complementary color for #hex is #B8B2B2.


I love getcolorcode.com