COLOR #47272D

HEX: #47272D
RGB: (71,39,45)

Color info

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

RGB color model

#47272D color RGB value is (71,39,45).

  • red value is 71;
  • green value is 39;
  • blue value is 45.
RGB:
(71,39,45)
(28%,15%,18%)

RGB channels and saturation

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

71
39
45

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

Portions of RGB colors in percentages

R + G + B =
71 + 39 + 45 = 155 (100%)
R 71 of 155 ~ 45.81%
G 39 of 155 ~ 25.16%
B 45 of 155 ~ 29.03%

%45.81
%25.16
%29.03

CMYK color model

#47272D color CMYK value is (0,45,37,72).

  • cyan value is 0.00%
  • magenta value is 45.07%
  • yellow value is 36.62%
  • key color value is 72.16%
CMYK:
(0,45,37,72)
C0M45Y37K72 
(0%,45%,37%,72%)
(0.00/0.45/0.37/0.72)	

CMYK percentages

%0
%45.07
%36.62
%72.16

Codes

Color #47272D in popluar color models

47272D
RGB713945
HSL349°29.09%21.57%
HSB/HSV349°45.07%27.84%
CMYK0.00%45.07%36.62%
72.16%

Color #47272D in popluar number systems.

HEX47272D
Decimal713945
Binary1000111100111101101
Octal1074755

Shades and tints

Shades of #47272D

#47272D
(71,39,45)
#412429
(65,36,41)
#3B2125
(59,33,37)
#351E21
(53,30,33)
#2F1B1D
(47,27,29)
#291819
(41,24,25)
#231515
(35,21,21)
#1D1211
(29,18,17)
#170F0D
(23,15,13)
#110C09
(17,12,9)
#0B0905
(11,9,5)
#000000
(0,0,0)

Tints of #47272D

#47272D
(71,39,45)
#573A40
(87,58,64)
#674D53
(103,77,83)
#776066
(119,96,102)
#877379
(135,115,121)
#97868C
(151,134,140)
#A7999F
(167,153,159)
#B7ACB2
(183,172,178)
#C7BFC5
(199,191,197)
#D7D2D8
(215,210,216)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47272D; }

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

This text font color is #47272D.


Background Color

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

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

This div background color is #47272D.


Border color

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

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

This div border color is #47272D.


Opacity

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

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

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

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

This text has shadow with #47272D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47272D on black background.


Color preview on white background

This text has color #47272D on white background.



Black color preview on #47272D background

This text has black color on #47272D background.


White color preview on #47272D background

This text has white color on #47272D background.