COLOR #474445

HEX: #474445 RGB: (71,68,69)

Color info

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

RGB color model

#474445 color RGB value is (71,68,69).

RGB: (71,68,69) (28%, 27%, 27%)

RGB channels and saturation

R 71 of 255 = 28%
G 68 of 255 = 27%
B 69 of 255 = 27%

71
68
69

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

Portions of RGB colors in percentages

R + G + B = 71 + 68 + 69 = 208 (100%)
R 71 of 208 ~ 34.13%
G 68 of 208 ~ 32.69%
B 69 of 208 ~ 33.17'%

%34.13
%32.69
%33.17

CMYK color model

#474445 color CMYK value is (0,4,3,72).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 2.82%
  • key color value is 72.16%
CMYK: (0,4,3,72) C0M4Y3K72 (0%,4%,3%,72%) (0.00/0.04/0.03/0.72) 

CMYK percentages

%0
%4.23
%2.82
%72.16

Codes

Color #474445 in popluar color models

47 44 45
RGB 71 68 69
HSL 340° 2.16% 27.25%
HSB/HSV 340° 4.23% 27.84%
CMYK 0.00% 4.23% 2.82%
72.16%

Color #474445 in popluar number systems.

HEX 47 44 45
Decimal 71 68 69
Binary 1000111 1000100 1000101
Octal 107 104 105

Shades and tints

Shades of #474445

#474445
(71,68,69)
#413E3F
(65,62,63)
#3B3839
(59,56,57)
#353233
(53,50,51)
#2F2C2D
(47,44,45)
#292627
(41,38,39)
#232021
(35,32,33)
#1D1A1B
(29,26,27)
#171415
(23,20,21)
#110E0F
(17,14,15)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #474445

#474445
(71,68,69)
#575555
(87,85,85)
#676665
(103,102,101)
#777775
(119,119,117)
#878885
(135,136,133)
#979995
(151,153,149)
#A7AAA5
(167,170,165)
#B7BBB5
(183,187,181)
#C7CCC5
(199,204,197)
#D7DDD5
(215,221,213)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474445; }

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

This text font color is #474445.

Background Color

.myBgColor { background-color: #474445; }

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

This div background color is #474445.

Border color

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

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

This div border color is #474445.

Opacity

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

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

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

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

This text has shadow with #474445 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #474445.

Preview

Color preview on black background

This text has color #474445 on black background.


Color preview on white background

This text has color #474445 on white background.


Black color preview on #474445 background

This text has black color on #474445 background.


White color preview on #474445 background

This text has white color on #474445 background.


Related colors

Complementary color

Complementary color for #hex is #B8BBBA.


I love getcolorcode.com

Triadic colors

1 #454744 and #444547 with #474445 are triadic colors.

2 #454447 and #444745 with #474445 are triadic colors.