COLOR #474541

HEX: #474541
RGB: (71,69,65)

Color info

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

RGB color model

#474541 color RGB value is (71,69,65).

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

RGB channels and saturation

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

71
69
65

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

Portions of RGB colors in percentages

R + G + B =
71 + 69 + 65 = 205 (100%)
R 71 of 205 ~ 34.63%
G 69 of 205 ~ 33.66%
B 65 of 205 ~ 31.71%

%34.63
%33.66
%31.71

CMYK color model

#474541 color CMYK value is (0,3,8,72).

  • cyan value is 0.00%
  • magenta value is 2.82%
  • yellow value is 8.45%
  • key color value is 72.16%
CMYK:
(0,3,8,72)
C0M3Y8K72 
(0%,3%,8%,72%)
(0.00/0.03/0.08/0.72)	

CMYK percentages

%0
%2.82
%8.45
%72.16

Codes

Color #474541 in popluar color models

474541
RGB716965
HSL40°4.41%26.67%
HSB/HSV40°8.45%27.84%
CMYK0.00%2.82%8.45%
72.16%

Color #474541 in popluar number systems.

HEX474541
Decimal716965
Binary100011110001011000001
Octal107105101

Shades and tints

Shades of #474541

#474541
(71,69,65)
#413F3C
(65,63,60)
#3B3937
(59,57,55)
#353332
(53,51,50)
#2F2D2D
(47,45,45)
#292728
(41,39,40)
#232123
(35,33,35)
#1D1B1E
(29,27,30)
#171519
(23,21,25)
#110F14
(17,15,20)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #474541

#474541
(71,69,65)
#575552
(87,85,82)
#676563
(103,101,99)
#777574
(119,117,116)
#878585
(135,133,133)
#979596
(151,149,150)
#A7A5A7
(167,165,167)
#B7B5B8
(183,181,184)
#C7C5C9
(199,197,201)
#D7D5DA
(215,213,218)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474541; }

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

This text font color is #474541.


Background Color

.myBgColor { background-color: #474541; }

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

This div background color is #474541.


Border color

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

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

This div border color is #474541.


Opacity

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

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

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

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

This text has shadow with #474541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474541 on black background.


Color preview on white background

This text has color #474541 on white background.



Black color preview on #474541 background

This text has black color on #474541 background.


White color preview on #474541 background

This text has white color on #474541 background.