COLOR #47464E

HEX: #47464E
RGB: (71,70,78)

Color info

#47464E contains red, green and blue colors in about the same proportion. Web safe color of #47464E is #333366 (or #336).

RGB color model

#47464E color RGB value is (71,70,78).

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

RGB channels and saturation

R 71 of 255 = 28%
G 70 of 255 = 27%
B 78 of 255 = 31%

71
70
78

R + G + B ~ 29%. #47464E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 70 + 78 = 219 (100%)
R 71 of 219 ~ 32.42%
G 70 of 219 ~ 31.96%
B 78 of 219 ~ 35.62%

%32.42
%31.96
%35.62

CMYK color model

#47464E color CMYK value is (9,10,0,69).

  • cyan value is 8.97%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(9,10,0,69)
C9M10Y0K69 
(9%,10%,0%,69%)
(0.09/0.10/0.00/0.69)	

CMYK percentages

%8.97
%10.26
%0
%69.41

Codes

Color #47464E in popluar color models

47464E
RGB717078
HSL248°5.41%29.02%
HSB/HSV248°10.26%30.59%
CMYK8.97%10.26%0.00%
69.41%

Color #47464E in popluar number systems.

HEX47464E
Decimal717078
Binary100011110001101001110
Octal107106116

Shades and tints

Shades of #47464E

#47464E
(71,70,78)
#414047
(65,64,71)
#3B3A40
(59,58,64)
#353439
(53,52,57)
#2F2E32
(47,46,50)
#29282B
(41,40,43)
#232224
(35,34,36)
#1D1C1D
(29,28,29)
#171616
(23,22,22)
#11100F
(17,16,15)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #47464E

#47464E
(71,70,78)
#57565E
(87,86,94)
#67666E
(103,102,110)
#77767E
(119,118,126)
#87868E
(135,134,142)
#97969E
(151,150,158)
#A7A6AE
(167,166,174)
#B7B6BE
(183,182,190)
#C7C6CE
(199,198,206)
#D7D6DE
(215,214,222)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47464E; }

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

This text font color is #47464E.


Background Color

.myBgColor { background-color: #47464E; }

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

This div background color is #47464E.


Border color

.myBorderColor { border: 1px solid #47464E; }

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

This div border color is #47464E.


Opacity

.myOpacity80 { color: #47464E; opacity: 0.8; }

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

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

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

This text has shadow with #47464E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47464E on black background.


Color preview on white background

This text has color #47464E on white background.



Black color preview on #47464E background

This text has black color on #47464E background.


White color preview on #47464E background

This text has white color on #47464E background.