COLOR #47272E

HEX: #47272E RGB: (71,39,46)

Color info

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

RGB color model

#47272E color RGB value is (71,39,46).

RGB: (71,39,46) (28%, 15%, 18%)

RGB channels and saturation

R 71 of 255 = 28%
G 39 of 255 = 15%
B 46 of 255 = 18%

71
39
46

R + G + B ~ 20%. #47272E is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 39 + 46 = 156 (100%)
R 71 of 156 ~ 45.51%
G 39 of 156 ~ 25%
B 46 of 156 ~ 29.49'%

%45.51
%25
%29.49

CMYK color model

#47272E color CMYK value is (0,45,35,72).

  • cyan value is 0.00%
  • magenta value is 45.07%
  • yellow value is 35.21%
  • key color value is 72.16%

CMYK: (0,45,35,72)
C0M45Y35K72 (0%, 45%, 35%, 72%)
(0.00 / 0.45 / 0.35 / 0.72)

CMYK percentages

%0
%45.07
%35.21
%72.16

Codes

Color #47272E in popluar color models

47 27 2E
RGB 71 39 46
HSL 347° 29.09% 21.57%
HSB/HSV 347° 45.07% 27.84%
CMYK 0.00% 45.07% 35.21%
72.16%

Color #47272E in popluar number systems.

HEX 47 27 2E
Decimal 71 39 46
Binary 1000111 100111 101110
Octal 107 47 56

Shades and tints

Shades of #47272E

#47272E
(71,39,46)
#41242A
(65,36,42)
#3B2126
(59,33,38)
#351E22
(53,30,34)
#2F1B1E
(47,27,30)
#29181A
(41,24,26)
#231516
(35,21,22)
#1D1212
(29,18,18)
#170F0E
(23,15,14)
#110C0A
(17,12,10)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #47272E

#47272E
(71,39,46)
#573A41
(87,58,65)
#674D54
(103,77,84)
#776067
(119,96,103)
#87737A
(135,115,122)
#97868D
(151,134,141)
#A799A0
(167,153,160)
#B7ACB3
(183,172,179)
#C7BFC6
(199,191,198)
#D7D2D9
(215,210,217)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47272E color. Also use rgb(71,39,46) instead hex code.

Text Font Color

.myTextColor { color: #47272E; }

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

This text font color is #47272E.

Background Color

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

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

This div background color is #47272E.

Border color

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

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

This div border color is #47272E.

Opacity

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

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

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

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

This text has shadow with #47272E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47272E.

Preview

Color preview on black background

This text has color #47272E on black background.


Color preview on white background

This text has color #47272E on white background.


Black color preview on #47272E background

This text has black color on #47272E background.


White color preview on #47272E background

This text has white color on #47272E background.


Related colors

Complementary color

Complementary color for #hex is #B8D8D1.


I love getcolorcode.com

Triadic colors

1 #2E4727 and #272E47 with #47272E are triadic colors.

2 #2E2747 and #27472E with #47272E are triadic colors.