COLOR #47393E

HEX: #47393E
RGB: (71,57,62)

Color info

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

RGB color model

#47393E color RGB value is (71,57,62).

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

RGB channels and saturation

R 71 of 255 = 28%
G 57 of 255 = 22%
B 62 of 255 = 24%

71
57
62

R + G + B ~ 25%. #47393E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 57 + 62 = 190 (100%)
R 71 of 190 ~ 37.37%
G 57 of 190 ~ 30%
B 62 of 190 ~ 32.63%

%37.37
%30
%32.63

CMYK color model

#47393E color CMYK value is (0,20,13,72).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 12.68%
  • key color value is 72.16%
CMYK:
(0,20,13,72)
C0M20Y13K72 
(0%,20%,13%,72%)
(0.00/0.20/0.13/0.72)	

CMYK percentages

%0
%19.72
%12.68
%72.16

Codes

Color #47393E in popluar color models

47393E
RGB715762
HSL339°10.94%25.10%
HSB/HSV339°19.72%27.84%
CMYK0.00%19.72%12.68%
72.16%

Color #47393E in popluar number systems.

HEX47393E
Decimal715762
Binary1000111111001111110
Octal1077176

Shades and tints

Shades of #47393E

#47393E
(71,57,62)
#413439
(65,52,57)
#3B2F34
(59,47,52)
#352A2F
(53,42,47)
#2F252A
(47,37,42)
#292025
(41,32,37)
#231B20
(35,27,32)
#1D161B
(29,22,27)
#171116
(23,17,22)
#110C11
(17,12,17)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #47393E

#47393E
(71,57,62)
#574B4F
(87,75,79)
#675D60
(103,93,96)
#776F71
(119,111,113)
#878182
(135,129,130)
#979393
(151,147,147)
#A7A5A4
(167,165,164)
#B7B7B5
(183,183,181)
#C7C9C6
(199,201,198)
#D7DBD7
(215,219,215)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47393E; }

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

This text font color is #47393E.


Background Color

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

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

This div background color is #47393E.


Border color

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

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

This div border color is #47393E.


Opacity

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

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

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

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

This text has shadow with #47393E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47393E on black background.


Color preview on white background

This text has color #47393E on white background.



Black color preview on #47393E background

This text has black color on #47393E background.


White color preview on #47393E background

This text has white color on #47393E background.