COLOR #474C46

HEX: #474C46
RGB: (71,76,70)

Color info

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

RGB color model

#474C46 color RGB value is (71,76,70).

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

RGB channels and saturation

R 71 of 255 = 28%
G 76 of 255 = 30%
B 70 of 255 = 27%

71
76
70

R + G + B ~ 28%. #474C46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 76 + 70 = 217 (100%)
R 71 of 217 ~ 32.72%
G 76 of 217 ~ 35.02%
B 70 of 217 ~ 32.26%

%32.72
%35.02
%32.26

CMYK color model

#474C46 color CMYK value is (7,0,8,70).

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 70.20%
CMYK:
(7,0,8,70)
C7M0Y8K70 
(7%,0%,8%,70%)
(0.07/0.00/0.08/0.70)	

CMYK percentages

%6.58
%0
%7.89
%70.2

Codes

Color #474C46 in popluar color models

474C46
RGB717670
HSL110°4.11%28.63%
HSB/HSV110°7.89%29.80%
CMYK6.58%0.00%7.89%
70.20%

Color #474C46 in popluar number systems.

HEX474C46
Decimal717670
Binary100011110011001000110
Octal107114106

Shades and tints

Shades of #474C46

#474C46
(71,76,70)
#414640
(65,70,64)
#3B403A
(59,64,58)
#353A34
(53,58,52)
#2F342E
(47,52,46)
#292E28
(41,46,40)
#232822
(35,40,34)
#1D221C
(29,34,28)
#171C16
(23,28,22)
#111610
(17,22,16)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #474C46

#474C46
(71,76,70)
#575C56
(87,92,86)
#676C66
(103,108,102)
#777C76
(119,124,118)
#878C86
(135,140,134)
#979C96
(151,156,150)
#A7ACA6
(167,172,166)
#B7BCB6
(183,188,182)
#C7CCC6
(199,204,198)
#D7DCD6
(215,220,214)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474C46; }

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

This text font color is #474C46.


Background Color

.myBgColor { background-color: #474C46; }

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

This div background color is #474C46.


Border color

.myBorderColor { border: 1px solid #474C46; }

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

This div border color is #474C46.


Opacity

.myOpacity80 { color: #474C46; opacity: 0.8; }

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

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

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

This text has shadow with #474C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474C46 on black background.


Color preview on white background

This text has color #474C46 on white background.



Black color preview on #474C46 background

This text has black color on #474C46 background.


White color preview on #474C46 background

This text has white color on #474C46 background.