COLOR #474544

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

71
69
68

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

Portions of RGB colors in percentages

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

%34.13
%33.17
%32.69

CMYK color model

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

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

CMYK percentages

%0
%2.82
%4.23
%72.16

Codes

Color #474544 in popluar color models

474544
RGB716968
HSL20°2.16%27.25%
HSB/HSV20°4.23%27.84%
CMYK0.00%2.82%4.23%
72.16%

Color #474544 in popluar number systems.

HEX474544
Decimal716968
Binary100011110001011000100
Octal107105104

Shades and tints

Shades of #474544

#474544
(71,69,68)
#413F3E
(65,63,62)
#3B3938
(59,57,56)
#353332
(53,51,50)
#2F2D2C
(47,45,44)
#292726
(41,39,38)
#232120
(35,33,32)
#1D1B1A
(29,27,26)
#171514
(23,21,20)
#110F0E
(17,15,14)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #474544

#474544
(71,69,68)
#575555
(87,85,85)
#676566
(103,101,102)
#777577
(119,117,119)
#878588
(135,133,136)
#979599
(151,149,153)
#A7A5AA
(167,165,170)
#B7B5BB
(183,181,187)
#C7C5CC
(199,197,204)
#D7D5DD
(215,213,221)
#E7E5EE
(231,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474544; }

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

This text font color is #474544.


Background Color

.myBgColor { background-color: #474544; }

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

This div background color is #474544.


Border color

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

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

This div border color is #474544.


Opacity

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

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

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

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

This text has shadow with #474544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474544 on black background.


Color preview on white background

This text has color #474544 on white background.



Black color preview on #474544 background

This text has black color on #474544 background.


White color preview on #474544 background

This text has white color on #474544 background.