COLOR #47444E

HEX: #47444E
RGB: (71,68,78)

Color info

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

RGB color model

#47444E color RGB value is (71,68,78).

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

RGB channels and saturation

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

71
68
78

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

Portions of RGB colors in percentages

R + G + B =
71 + 68 + 78 = 217 (100%)
R 71 of 217 ~ 32.72%
G 68 of 217 ~ 31.34%
B 78 of 217 ~ 35.94%

%32.72
%31.34
%35.94

CMYK color model

#47444E color CMYK value is (9,13,0,69).

  • cyan value is 8.97%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(9,13,0,69)
C9M13Y0K69 
(9%,13%,0%,69%)
(0.09/0.13/0.00/0.69)	

CMYK percentages

%8.97
%12.82
%0
%69.41

Codes

Color #47444E in popluar color models

47444E
RGB716878
HSL258°6.85%28.63%
HSB/HSV258°12.82%30.59%
CMYK8.97%12.82%0.00%
69.41%

Color #47444E in popluar number systems.

HEX47444E
Decimal716878
Binary100011110001001001110
Octal107104116

Shades and tints

Shades of #47444E

#47444E
(71,68,78)
#413E47
(65,62,71)
#3B3840
(59,56,64)
#353239
(53,50,57)
#2F2C32
(47,44,50)
#29262B
(41,38,43)
#232024
(35,32,36)
#1D1A1D
(29,26,29)
#171416
(23,20,22)
#110E0F
(17,14,15)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #47444E

#47444E
(71,68,78)
#57555E
(87,85,94)
#67666E
(103,102,110)
#77777E
(119,119,126)
#87888E
(135,136,142)
#97999E
(151,153,158)
#A7AAAE
(167,170,174)
#B7BBBE
(183,187,190)
#C7CCCE
(199,204,206)
#D7DDDE
(215,221,222)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47444E; }

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

This text font color is #47444E.


Background Color

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

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

This div background color is #47444E.


Border color

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

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

This div border color is #47444E.


Opacity

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

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

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

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

This text has shadow with #47444E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47444E on black background.


Color preview on white background

This text has color #47444E on white background.



Black color preview on #47444E background

This text has black color on #47444E background.


White color preview on #47444E background

This text has white color on #47444E background.