COLOR #474146

HEX: #474146
RGB: (71,65,70)

Color info

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

RGB color model

#474146 color RGB value is (71,65,70).

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

RGB channels and saturation

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

71
65
70

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

Portions of RGB colors in percentages

R + G + B =
71 + 65 + 70 = 206 (100%)
R 71 of 206 ~ 34.47%
G 65 of 206 ~ 31.55%
B 70 of 206 ~ 33.98%

%34.47
%31.55
%33.98

CMYK color model

#474146 color CMYK value is (0,8,1,72).

  • cyan value is 0.00%
  • magenta value is 8.45%
  • yellow value is 1.41%
  • key color value is 72.16%
CMYK:
(0,8,1,72)
C0M8Y1K72 
(0%,8%,1%,72%)
(0.00/0.08/0.01/0.72)	

CMYK percentages

%0
%8.45
%1.41
%72.16

Codes

Color #474146 in popluar color models

474146
RGB716570
HSL310°4.41%26.67%
HSB/HSV310°8.45%27.84%
CMYK0.00%8.45%1.41%
72.16%

Color #474146 in popluar number systems.

HEX474146
Decimal716570
Binary100011110000011000110
Octal107101106

Shades and tints

Shades of #474146

#474146
(71,65,70)
#413C40
(65,60,64)
#3B373A
(59,55,58)
#353234
(53,50,52)
#2F2D2E
(47,45,46)
#292828
(41,40,40)
#232322
(35,35,34)
#1D1E1C
(29,30,28)
#171916
(23,25,22)
#111410
(17,20,16)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #474146

#474146
(71,65,70)
#575256
(87,82,86)
#676366
(103,99,102)
#777476
(119,116,118)
#878586
(135,133,134)
#979696
(151,150,150)
#A7A7A6
(167,167,166)
#B7B8B6
(183,184,182)
#C7C9C6
(199,201,198)
#D7DAD6
(215,218,214)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474146; }

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

This text font color is #474146.


Background Color

.myBgColor { background-color: #474146; }

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

This div background color is #474146.


Border color

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

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

This div border color is #474146.


Opacity

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

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

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

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

This text has shadow with #474146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474146 on black background.


Color preview on white background

This text has color #474146 on white background.



Black color preview on #474146 background

This text has black color on #474146 background.


White color preview on #474146 background

This text has white color on #474146 background.