COLOR #474243

HEX: #474243
RGB: (71,66,67)

Color info

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

RGB color model

#474243 color RGB value is (71,66,67).

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

RGB channels and saturation

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

71
66
67

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

Portions of RGB colors in percentages

R + G + B =
71 + 66 + 67 = 204 (100%)
R 71 of 204 ~ 34.8%
G 66 of 204 ~ 32.35%
B 67 of 204 ~ 32.84%

%34.8
%32.35
%32.84

CMYK color model

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

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

CMYK percentages

%0
%7.04
%5.63
%72.16

Codes

Color #474243 in popluar color models

474243
RGB716667
HSL348°3.65%26.86%
HSB/HSV348°7.04%27.84%
CMYK0.00%7.04%5.63%
72.16%

Color #474243 in popluar number systems.

HEX474243
Decimal716667
Binary100011110000101000011
Octal107102103

Shades and tints

Shades of #474243

#474243
(71,66,67)
#413C3D
(65,60,61)
#3B3637
(59,54,55)
#353031
(53,48,49)
#2F2A2B
(47,42,43)
#292425
(41,36,37)
#231E1F
(35,30,31)
#1D1819
(29,24,25)
#171213
(23,18,19)
#110C0D
(17,12,13)
#0B0607
(11,6,7)
#000000
(0,0,0)

Tints of #474243

#474243
(71,66,67)
#575354
(87,83,84)
#676465
(103,100,101)
#777576
(119,117,118)
#878687
(135,134,135)
#979798
(151,151,152)
#A7A8A9
(167,168,169)
#B7B9BA
(183,185,186)
#C7CACB
(199,202,203)
#D7DBDC
(215,219,220)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474243; }

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

This text font color is #474243.


Background Color

.myBgColor { background-color: #474243; }

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

This div background color is #474243.


Border color

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

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

This div border color is #474243.


Opacity

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

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

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

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

This text has shadow with #474243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474243 on black background.


Color preview on white background

This text has color #474243 on white background.



Black color preview on #474243 background

This text has black color on #474243 background.


White color preview on #474243 background

This text has white color on #474243 background.