COLOR #474441

HEX: #474441
RGB: (71,68,65)

Color info

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

RGB color model

#474441 color RGB value is (71,68,65).

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

RGB channels and saturation

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

71
68
65

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

Portions of RGB colors in percentages

R + G + B =
71 + 68 + 65 = 204 (100%)
R 71 of 204 ~ 34.8%
G 68 of 204 ~ 33.33%
B 65 of 204 ~ 31.86%

%34.8
%33.33
%31.86

CMYK color model

#474441 color CMYK value is (0,4,8,72).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 8.45%
  • key color value is 72.16%
CMYK:
(0,4,8,72)
C0M4Y8K72 
(0%,4%,8%,72%)
(0.00/0.04/0.08/0.72)	

CMYK percentages

%0
%4.23
%8.45
%72.16

Codes

Color #474441 in popluar color models

474441
RGB716865
HSL30°4.41%26.67%
HSB/HSV30°8.45%27.84%
CMYK0.00%4.23%8.45%
72.16%

Color #474441 in popluar number systems.

HEX474441
Decimal716865
Binary100011110001001000001
Octal107104101

Shades and tints

Shades of #474441

#474441
(71,68,65)
#413E3C
(65,62,60)
#3B3837
(59,56,55)
#353232
(53,50,50)
#2F2C2D
(47,44,45)
#292628
(41,38,40)
#232023
(35,32,35)
#1D1A1E
(29,26,30)
#171419
(23,20,25)
#110E14
(17,14,20)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #474441

#474441
(71,68,65)
#575552
(87,85,82)
#676663
(103,102,99)
#777774
(119,119,116)
#878885
(135,136,133)
#979996
(151,153,150)
#A7AAA7
(167,170,167)
#B7BBB8
(183,187,184)
#C7CCC9
(199,204,201)
#D7DDDA
(215,221,218)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474441; }

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

This text font color is #474441.


Background Color

.myBgColor { background-color: #474441; }

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

This div background color is #474441.


Border color

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

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

This div border color is #474441.


Opacity

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

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

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

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

This text has shadow with #474441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474441 on black background.


Color preview on white background

This text has color #474441 on white background.



Black color preview on #474441 background

This text has black color on #474441 background.


White color preview on #474441 background

This text has white color on #474441 background.