COLOR #474040

HEX: #474040 RGB: (71,64,64)

Color info

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

RGB color model

#474040 color RGB value is (71,64,64).

RGB: (71,64,64) (28%, 25%, 25%)

RGB channels and saturation

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

71
64
64

R + G + B ~ 26%. #474040 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 64 + 64 = 199 (100%)
R 71 of 199 ~ 35.68%
G 64 of 199 ~ 32.16%
B 64 of 199 ~ 32.16'%

%35.68
%32.16
%32.16

CMYK color model

#474040 color CMYK value is (0,10,10,72).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 9.86%
  • key color value is 72.16%

CMYK: (0,10,10,72)
C0M10Y10K72 (0%, 10%, 10%, 72%)
(0.00 / 0.10 / 0.10 / 0.72)

CMYK percentages

%0
%9.86
%9.86
%72.16

Codes

Color #474040 in popluar color models

47 40 40
RGB 71 64 64
HSL 5.19% 26.47%
HSB/HSV 9.86% 27.84%
CMYK 0.00% 9.86% 9.86%
72.16%

Color #474040 in popluar number systems.

HEX 47 40 40
Decimal 71 64 64
Binary 1000111 1000000 1000000
Octal 107 100 100

Shades and tints

Shades of #474040

#474040
(71,64,64)
#413B3B
(65,59,59)
#3B3636
(59,54,54)
#353131
(53,49,49)
#2F2C2C
(47,44,44)
#292727
(41,39,39)
#232222
(35,34,34)
#1D1D1D
(29,29,29)
#171818
(23,24,24)
#111313
(17,19,19)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #474040

#474040
(71,64,64)
#575151
(87,81,81)
#676262
(103,98,98)
#777373
(119,115,115)
#878484
(135,132,132)
#979595
(151,149,149)
#A7A6A6
(167,166,166)
#B7B7B7
(183,183,183)
#C7C8C8
(199,200,200)
#D7D9D9
(215,217,217)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474040; }

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

This text font color is #474040.

Background Color

.myBgColor { background-color: #474040; }

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

This div background color is #474040.

Border color

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

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

This div border color is #474040.

Opacity

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

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

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

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

This text has shadow with #474040 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #474040.

Preview

Color preview on black background

This text has color #474040 on black background.


Color preview on white background

This text has color #474040 on white background.


Black color preview on #474040 background

This text has black color on #474040 background.


White color preview on #474040 background

This text has white color on #474040 background.


Related colors

Complementary color

Complementary color for #hex is #B8BFBF.


I love getcolorcode.com