COLOR #47404A

HEX: #47404A
RGB: (71,64,74)

Color info

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

RGB color model

#47404A color RGB value is (71,64,74).

  • red value is 71;
  • green value is 64;
  • blue value is 74.
RGB:
(71,64,74)
(28%,25%,29%)

RGB channels and saturation

R 71 of 255 = 28%
G 64 of 255 = 25%
B 74 of 255 = 29%

71
64
74

R + G + B ~ 27%. #47404A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 64 + 74 = 209 (100%)
R 71 of 209 ~ 33.97%
G 64 of 209 ~ 30.62%
B 74 of 209 ~ 35.41%

%33.97
%30.62
%35.41

CMYK color model

#47404A color CMYK value is (4,14,0,71).

  • cyan value is 4.05%
  • magenta value is 13.51%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(4,14,0,71)
C4M14Y0K71 
(4%,14%,0%,71%)
(0.04/0.14/0.00/0.71)	

CMYK percentages

%4.05
%13.51
%0
%70.98

Codes

Color #47404A in popluar color models

47404A
RGB716474
HSL282°7.25%27.06%
HSB/HSV282°13.51%29.02%
CMYK4.05%13.51%0.00%
70.98%

Color #47404A in popluar number systems.

HEX47404A
Decimal716474
Binary100011110000001001010
Octal107100112

Shades and tints

Shades of #47404A

#47404A
(71,64,74)
#413B44
(65,59,68)
#3B363E
(59,54,62)
#353138
(53,49,56)
#2F2C32
(47,44,50)
#29272C
(41,39,44)
#232226
(35,34,38)
#1D1D20
(29,29,32)
#17181A
(23,24,26)
#111314
(17,19,20)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #47404A

#47404A
(71,64,74)
#57515A
(87,81,90)
#67626A
(103,98,106)
#77737A
(119,115,122)
#87848A
(135,132,138)
#97959A
(151,149,154)
#A7A6AA
(167,166,170)
#B7B7BA
(183,183,186)
#C7C8CA
(199,200,202)
#D7D9DA
(215,217,218)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47404A color. Also use rgb(71,64,74) instead hex code.

Text Font Color

.myTextColor { color: #47404A; }

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

This text font color is #47404A.


Background Color

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

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

This div background color is #47404A.


Border color

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

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

This div border color is #47404A.


Opacity

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

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

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

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

This text has shadow with #47404A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47404A on black background.


Color preview on white background

This text has color #47404A on white background.



Black color preview on #47404A background

This text has black color on #47404A background.


White color preview on #47404A background

This text has white color on #47404A background.