COLOR #47323E

HEX: #47323E
RGB: (71,50,62)

Color info

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

RGB color model

#47323E color RGB value is (71,50,62).

  • red value is 71;
  • green value is 50;
  • blue value is 62.
RGB:
(71,50,62)
(28%,20%,24%)

RGB channels and saturation

R 71 of 255 = 28%
G 50 of 255 = 20%
B 62 of 255 = 24%

71
50
62

R + G + B ~ 24%. #47323E is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 50 + 62 = 183 (100%)
R 71 of 183 ~ 38.8%
G 50 of 183 ~ 27.32%
B 62 of 183 ~ 33.88%

%38.8
%27.32
%33.88

CMYK color model

#47323E color CMYK value is (0,30,13,72).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 12.68%
  • key color value is 72.16%
CMYK:
(0,30,13,72)
C0M30Y13K72 
(0%,30%,13%,72%)
(0.00/0.30/0.13/0.72)	

CMYK percentages

%0
%29.58
%12.68
%72.16

Codes

Color #47323E in popluar color models

47323E
RGB715062
HSL326°17.36%23.73%
HSB/HSV326°29.58%27.84%
CMYK0.00%29.58%12.68%
72.16%

Color #47323E in popluar number systems.

HEX47323E
Decimal715062
Binary1000111110010111110
Octal1076276

Shades and tints

Shades of #47323E

#47323E
(71,50,62)
#412E39
(65,46,57)
#3B2A34
(59,42,52)
#35262F
(53,38,47)
#2F222A
(47,34,42)
#291E25
(41,30,37)
#231A20
(35,26,32)
#1D161B
(29,22,27)
#171216
(23,18,22)
#110E11
(17,14,17)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #47323E

#47323E
(71,50,62)
#57444F
(87,68,79)
#675660
(103,86,96)
#776871
(119,104,113)
#877A82
(135,122,130)
#978C93
(151,140,147)
#A79EA4
(167,158,164)
#B7B0B5
(183,176,181)
#C7C2C6
(199,194,198)
#D7D4D7
(215,212,215)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47323E color. Also use rgb(71,50,62) instead hex code.

Text Font Color

.myTextColor { color: #47323E; }

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

This text font color is #47323E.


Background Color

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

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

This div background color is #47323E.


Border color

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

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

This div border color is #47323E.


Opacity

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

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

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

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

This text has shadow with #47323E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47323E on black background.


Color preview on white background

This text has color #47323E on white background.



Black color preview on #47323E background

This text has black color on #47323E background.


White color preview on #47323E background

This text has white color on #47323E background.