COLOR #47302F

HEX: #47302F
RGB: (71,48,47)

Color info

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

RGB color model

#47302F color RGB value is (71,48,47).

  • red value is 71;
  • green value is 48;
  • blue value is 47.
RGB:
(71,48,47)
(28%,19%,18%)

RGB channels and saturation

R 71 of 255 = 28%
G 48 of 255 = 19%
B 47 of 255 = 18%

71
48
47

R + G + B ~ 22%. #47302F is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 48 + 47 = 166 (100%)
R 71 of 166 ~ 42.77%
G 48 of 166 ~ 28.92%
B 47 of 166 ~ 28.31%

%42.77
%28.92
%28.31

CMYK color model

#47302F color CMYK value is (0,32,34,72).

  • cyan value is 0.00%
  • magenta value is 32.39%
  • yellow value is 33.80%
  • key color value is 72.16%
CMYK:
(0,32,34,72)
C0M32Y34K72 
(0%,32%,34%,72%)
(0.00/0.32/0.34/0.72)	

CMYK percentages

%0
%32.39
%33.8
%72.16

Codes

Color #47302F in popluar color models

47302F
RGB714847
HSL20.34%23.14%
HSB/HSV33.80%27.84%
CMYK0.00%32.39%33.80%
72.16%

Color #47302F in popluar number systems.

HEX47302F
Decimal714847
Binary1000111110000101111
Octal1076057

Shades and tints

Shades of #47302F

#47302F
(71,48,47)
#412C2B
(65,44,43)
#3B2827
(59,40,39)
#352423
(53,36,35)
#2F201F
(47,32,31)
#291C1B
(41,28,27)
#231817
(35,24,23)
#1D1413
(29,20,19)
#17100F
(23,16,15)
#110C0B
(17,12,11)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #47302F

#47302F
(71,48,47)
#574241
(87,66,65)
#675453
(103,84,83)
#776665
(119,102,101)
#877877
(135,120,119)
#978A89
(151,138,137)
#A79C9B
(167,156,155)
#B7AEAD
(183,174,173)
#C7C0BF
(199,192,191)
#D7D2D1
(215,210,209)
#E7E4E3
(231,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47302F color. Also use rgb(71,48,47) instead hex code.

Text Font Color

.myTextColor { color: #47302F; }

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

This text font color is #47302F.


Background Color

.myBgColor { background-color: #47302F; }

<div style="background-color:#47302F">Inner text</div>

This div background color is #47302F.


Border color

.myBorderColor { border: 1px solid #47302F; }

<div style="border:3px solid #47302F">Div</div>

This div border color is #47302F.


Opacity

.myOpacity80 { color: #47302F; opacity: 0.8; }

<p style="color:#47302F;opacity:0.8;">80%</p>

Text with #47302F 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 #47302F;}

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

This text has shadow with #47302F color.

.textShadow {text-shadow: 3px 3px 1px #47302F, 3px 3px 1px red;}

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

This text has shadow with #47302F primary color and red secondary color.


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

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

This text has shadow with #47302F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47302F on black background.


Color preview on white background

This text has color #47302F on white background.



Black color preview on #47302F background

This text has black color on #47302F background.


White color preview on #47302F background

This text has white color on #47302F background.