COLOR #474440

HEX: #474440
RGB: (71,68,64)

Color info

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

RGB color model

#474440 color RGB value is (71,68,64).

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

RGB channels and saturation

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

71
68
64

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

Portions of RGB colors in percentages

R + G + B =
71 + 68 + 64 = 203 (100%)
R 71 of 203 ~ 34.98%
G 68 of 203 ~ 33.5%
B 64 of 203 ~ 31.53%

%34.98
%33.5
%31.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 9.86%
  • key color value is 72.16%
CMYK:
(0,4,10,72)
C0M4Y10K72 
(0%,4%,10%,72%)
(0.00/0.04/0.10/0.72)	

CMYK percentages

%0
%4.23
%9.86
%72.16

Codes

Color #474440 in popluar color models

474440
RGB716864
HSL34°5.19%26.47%
HSB/HSV34°9.86%27.84%
CMYK0.00%4.23%9.86%
72.16%

Color #474440 in popluar number systems.

HEX474440
Decimal716864
Binary100011110001001000000
Octal107104100

Shades and tints

Shades of #474440

#474440
(71,68,64)
#413E3B
(65,62,59)
#3B3836
(59,56,54)
#353231
(53,50,49)
#2F2C2C
(47,44,44)
#292627
(41,38,39)
#232022
(35,32,34)
#1D1A1D
(29,26,29)
#171418
(23,20,24)
#110E13
(17,14,19)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #474440

#474440
(71,68,64)
#575551
(87,85,81)
#676662
(103,102,98)
#777773
(119,119,115)
#878884
(135,136,132)
#979995
(151,153,149)
#A7AAA6
(167,170,166)
#B7BBB7
(183,187,183)
#C7CCC8
(199,204,200)
#D7DDD9
(215,221,217)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474440; }

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

This text font color is #474440.


Background Color

.myBgColor { background-color: #474440; }

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

This div background color is #474440.


Border color

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

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

This div border color is #474440.


Opacity

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

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

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

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

This text has shadow with #474440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474440 on black background.


Color preview on white background

This text has color #474440 on white background.



Black color preview on #474440 background

This text has black color on #474440 background.


White color preview on #474440 background

This text has white color on #474440 background.