COLOR #474046

HEX: #474046
RGB: (71,64,70)

Color info

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

RGB color model

#474046 color RGB value is (71,64,70).

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

RGB channels and saturation

R 71 of 255 = 28%
G 64 of 255 = 25%
B 70 of 255 = 27%

71
64
70

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

Portions of RGB colors in percentages

R + G + B =
71 + 64 + 70 = 205 (100%)
R 71 of 205 ~ 34.63%
G 64 of 205 ~ 31.22%
B 70 of 205 ~ 34.15%

%34.63
%31.22
%34.15

CMYK color model

#474046 color CMYK value is (0,10,1,72).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 1.41%
  • key color value is 72.16%
CMYK:
(0,10,1,72)
C0M10Y1K72 
(0%,10%,1%,72%)
(0.00/0.10/0.01/0.72)	

CMYK percentages

%0
%9.86
%1.41
%72.16

Codes

Color #474046 in popluar color models

474046
RGB716470
HSL309°5.19%26.47%
HSB/HSV309°9.86%27.84%
CMYK0.00%9.86%1.41%
72.16%

Color #474046 in popluar number systems.

HEX474046
Decimal716470
Binary100011110000001000110
Octal107100106

Shades and tints

Shades of #474046

#474046
(71,64,70)
#413B40
(65,59,64)
#3B363A
(59,54,58)
#353134
(53,49,52)
#2F2C2E
(47,44,46)
#292728
(41,39,40)
#232222
(35,34,34)
#1D1D1C
(29,29,28)
#171816
(23,24,22)
#111310
(17,19,16)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #474046

#474046
(71,64,70)
#575156
(87,81,86)
#676266
(103,98,102)
#777376
(119,115,118)
#878486
(135,132,134)
#979596
(151,149,150)
#A7A6A6
(167,166,166)
#B7B7B6
(183,183,182)
#C7C8C6
(199,200,198)
#D7D9D6
(215,217,214)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474046; }

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

This text font color is #474046.


Background Color

.myBgColor { background-color: #474046; }

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

This div background color is #474046.


Border color

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

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

This div border color is #474046.


Opacity

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

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

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

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

This text has shadow with #474046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474046 on black background.


Color preview on white background

This text has color #474046 on white background.



Black color preview on #474046 background

This text has black color on #474046 background.


White color preview on #474046 background

This text has white color on #474046 background.