COLOR #474546

HEX: #474546
RGB: (71,69,70)

Color info

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

RGB color model

#474546 color RGB value is (71,69,70).

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

RGB channels and saturation

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

71
69
70

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

Portions of RGB colors in percentages

R + G + B =
71 + 69 + 70 = 210 (100%)
R 71 of 210 ~ 33.81%
G 69 of 210 ~ 32.86%
B 70 of 210 ~ 33.33%

%33.81
%32.86
%33.33

CMYK color model

#474546 color CMYK value is (0,3,1,72).

  • cyan value is 0.00%
  • magenta value is 2.82%
  • yellow value is 1.41%
  • key color value is 72.16%
CMYK:
(0,3,1,72)
C0M3Y1K72 
(0%,3%,1%,72%)
(0.00/0.03/0.01/0.72)	

CMYK percentages

%0
%2.82
%1.41
%72.16

Codes

Color #474546 in popluar color models

474546
RGB716970
HSL330°1.43%27.45%
HSB/HSV330°2.82%27.84%
CMYK0.00%2.82%1.41%
72.16%

Color #474546 in popluar number systems.

HEX474546
Decimal716970
Binary100011110001011000110
Octal107105106

Shades and tints

Shades of #474546

#474546
(71,69,70)
#413F40
(65,63,64)
#3B393A
(59,57,58)
#353334
(53,51,52)
#2F2D2E
(47,45,46)
#292728
(41,39,40)
#232122
(35,33,34)
#1D1B1C
(29,27,28)
#171516
(23,21,22)
#110F10
(17,15,16)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #474546

#474546
(71,69,70)
#575556
(87,85,86)
#676566
(103,101,102)
#777576
(119,117,118)
#878586
(135,133,134)
#979596
(151,149,150)
#A7A5A6
(167,165,166)
#B7B5B6
(183,181,182)
#C7C5C6
(199,197,198)
#D7D5D6
(215,213,214)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474546; }

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

This text font color is #474546.


Background Color

.myBgColor { background-color: #474546; }

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

This div background color is #474546.


Border color

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

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

This div border color is #474546.


Opacity

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

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

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

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

This text has shadow with #474546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474546 on black background.


Color preview on white background

This text has color #474546 on white background.



Black color preview on #474546 background

This text has black color on #474546 background.


White color preview on #474546 background

This text has white color on #474546 background.