COLOR #474743

HEX: #474743
RGB: (71,71,67)

Color info

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

RGB color model

#474743 color RGB value is (71,71,67).

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

RGB channels and saturation

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

71
71
67

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

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 67 = 209 (100%)
R 71 of 209 ~ 33.97%
G 71 of 209 ~ 33.97%
B 67 of 209 ~ 32.06%

%33.97
%33.97
%32.06

CMYK color model

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

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

CMYK percentages

%0
%0
%5.63
%72.16

Codes

Color #474743 in popluar color models

474743
RGB717167
HSL60°2.90%27.06%
HSB/HSV60°5.63%27.84%
CMYK0.00%0.00%5.63%
72.16%

Color #474743 in popluar number systems.

HEX474743
Decimal717167
Binary100011110001111000011
Octal107107103

Shades and tints

Shades of #474743

#474743
(71,71,67)
#41413D
(65,65,61)
#3B3B37
(59,59,55)
#353531
(53,53,49)
#2F2F2B
(47,47,43)
#292925
(41,41,37)
#23231F
(35,35,31)
#1D1D19
(29,29,25)
#171713
(23,23,19)
#11110D
(17,17,13)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #474743

#474743
(71,71,67)
#575754
(87,87,84)
#676765
(103,103,101)
#777776
(119,119,118)
#878787
(135,135,135)
#979798
(151,151,152)
#A7A7A9
(167,167,169)
#B7B7BA
(183,183,186)
#C7C7CB
(199,199,203)
#D7D7DC
(215,215,220)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474743; }

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

This text font color is #474743.


Background Color

.myBgColor { background-color: #474743; }

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

This div background color is #474743.


Border color

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

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

This div border color is #474743.


Opacity

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

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

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

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

This text has shadow with #474743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474743 on black background.


Color preview on white background

This text has color #474743 on white background.



Black color preview on #474743 background

This text has black color on #474743 background.


White color preview on #474743 background

This text has white color on #474743 background.