COLOR #47272A

HEX: #47272A
RGB: (71,39,42)

Color info

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

RGB color model

#47272A color RGB value is (71,39,42).

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

RGB channels and saturation

R 71 of 255 = 28%
G 39 of 255 = 15%
B 42 of 255 = 16%

71
39
42

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

Portions of RGB colors in percentages

R + G + B =
71 + 39 + 42 = 152 (100%)
R 71 of 152 ~ 46.71%
G 39 of 152 ~ 25.66%
B 42 of 152 ~ 27.63%

%46.71
%25.66
%27.63

CMYK color model

#47272A color CMYK value is (0,45,41,72).

  • cyan value is 0.00%
  • magenta value is 45.07%
  • yellow value is 40.85%
  • key color value is 72.16%
CMYK:
(0,45,41,72)
C0M45Y41K72 
(0%,45%,41%,72%)
(0.00/0.45/0.41/0.72)	

CMYK percentages

%0
%45.07
%40.85
%72.16

Codes

Color #47272A in popluar color models

47272A
RGB713942
HSL354°29.09%21.57%
HSB/HSV354°45.07%27.84%
CMYK0.00%45.07%40.85%
72.16%

Color #47272A in popluar number systems.

HEX47272A
Decimal713942
Binary1000111100111101010
Octal1074752

Shades and tints

Shades of #47272A

#47272A
(71,39,42)
#412427
(65,36,39)
#3B2124
(59,33,36)
#351E21
(53,30,33)
#2F1B1E
(47,27,30)
#29181B
(41,24,27)
#231518
(35,21,24)
#1D1215
(29,18,21)
#170F12
(23,15,18)
#110C0F
(17,12,15)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #47272A

#47272A
(71,39,42)
#573A3D
(87,58,61)
#674D50
(103,77,80)
#776063
(119,96,99)
#877376
(135,115,118)
#978689
(151,134,137)
#A7999C
(167,153,156)
#B7ACAF
(183,172,175)
#C7BFC2
(199,191,194)
#D7D2D5
(215,210,213)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47272A; }

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

This text font color is #47272A.


Background Color

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

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

This div background color is #47272A.


Border color

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

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

This div border color is #47272A.


Opacity

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

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

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

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

This text has shadow with #47272A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47272A on black background.


Color preview on white background

This text has color #47272A on white background.



Black color preview on #47272A background

This text has black color on #47272A background.


White color preview on #47272A background

This text has white color on #47272A background.