COLOR #474443

HEX: #474443
RGB: (71,68,67)

Color info

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

RGB color model

#474443 color RGB value is (71,68,67).

  • red value is 71;
  • green value is 68;
  • blue value is 67.
RGB:
(71,68,67)
(28%,27%,26%)

RGB channels and saturation

R 71 of 255 = 28%
G 68 of 255 = 27%
B 67 of 255 = 26%

71
68
67

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

Portions of RGB colors in percentages

R + G + B =
71 + 68 + 67 = 206 (100%)
R 71 of 206 ~ 34.47%
G 68 of 206 ~ 33.01%
B 67 of 206 ~ 32.52%

%34.47
%33.01
%32.52

CMYK color model

#474443 color CMYK value is (0,4,6,72).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 5.63%
  • key color value is 72.16%
CMYK:
(0,4,6,72)
C0M4Y6K72 
(0%,4%,6%,72%)
(0.00/0.04/0.06/0.72)	

CMYK percentages

%0
%4.23
%5.63
%72.16

Codes

Color #474443 in popluar color models

474443
RGB716867
HSL15°2.90%27.06%
HSB/HSV15°5.63%27.84%
CMYK0.00%4.23%5.63%
72.16%

Color #474443 in popluar number systems.

HEX474443
Decimal716867
Binary100011110001001000011
Octal107104103

Shades and tints

Shades of #474443

#474443
(71,68,67)
#413E3D
(65,62,61)
#3B3837
(59,56,55)
#353231
(53,50,49)
#2F2C2B
(47,44,43)
#292625
(41,38,37)
#23201F
(35,32,31)
#1D1A19
(29,26,25)
#171413
(23,20,19)
#110E0D
(17,14,13)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #474443

#474443
(71,68,67)
#575554
(87,85,84)
#676665
(103,102,101)
#777776
(119,119,118)
#878887
(135,136,135)
#979998
(151,153,152)
#A7AAA9
(167,170,169)
#B7BBBA
(183,187,186)
#C7CCCB
(199,204,203)
#D7DDDC
(215,221,220)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474443 color. Also use rgb(71,68,67) instead hex code.

Text Font Color

.myTextColor { color: #474443; }

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

This text font color is #474443.


Background Color

.myBgColor { background-color: #474443; }

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

This div background color is #474443.


Border color

.myBorderColor { border: 1px solid #474443; }

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

This div border color is #474443.


Opacity

.myOpacity80 { color: #474443; opacity: 0.8; }

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

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

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

This text has shadow with #474443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474443 on black background.


Color preview on white background

This text has color #474443 on white background.



Black color preview on #474443 background

This text has black color on #474443 background.


White color preview on #474443 background

This text has white color on #474443 background.