COLOR #47394F

HEX: #47394F
RGB: (71,57,79)

Color info

#47394F contains red, green and blue colors in about the same proportion. Web safe color of #47394F is #333366 (or #336).

RGB color model

#47394F color RGB value is (71,57,79).

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

RGB channels and saturation

R 71 of 255 = 28%
G 57 of 255 = 22%
B 79 of 255 = 31%

71
57
79

R + G + B ~ 27%. #47394F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 57 + 79 = 207 (100%)
R 71 of 207 ~ 34.3%
G 57 of 207 ~ 27.54%
B 79 of 207 ~ 38.16%

%34.3
%27.54
%38.16

CMYK color model

#47394F color CMYK value is (10,28,0,69).

  • cyan value is 10.13%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(10,28,0,69)
C10M28Y0K69 
(10%,28%,0%,69%)
(0.10/0.28/0.00/0.69)	

CMYK percentages

%10.13
%27.85
%0
%69.02

Codes

Color #47394F in popluar color models

47394F
RGB715779
HSL278°16.18%26.67%
HSB/HSV278°27.85%30.98%
CMYK10.13%27.85%0.00%
69.02%

Color #47394F in popluar number systems.

HEX47394F
Decimal715779
Binary10001111110011001111
Octal10771117

Shades and tints

Shades of #47394F

#47394F
(71,57,79)
#413448
(65,52,72)
#3B2F41
(59,47,65)
#352A3A
(53,42,58)
#2F2533
(47,37,51)
#29202C
(41,32,44)
#231B25
(35,27,37)
#1D161E
(29,22,30)
#171117
(23,17,23)
#110C10
(17,12,16)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #47394F

#47394F
(71,57,79)
#574B5F
(87,75,95)
#675D6F
(103,93,111)
#776F7F
(119,111,127)
#87818F
(135,129,143)
#97939F
(151,147,159)
#A7A5AF
(167,165,175)
#B7B7BF
(183,183,191)
#C7C9CF
(199,201,207)
#D7DBDF
(215,219,223)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47394F color. Also use rgb(71,57,79) instead hex code.

Text Font Color

.myTextColor { color: #47394F; }

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

This text font color is #47394F.


Background Color

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

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

This div background color is #47394F.


Border color

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

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

This div border color is #47394F.


Opacity

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

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

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

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

This text has shadow with #47394F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47394F on black background.


Color preview on white background

This text has color #47394F on white background.



Black color preview on #47394F background

This text has black color on #47394F background.


White color preview on #47394F background

This text has white color on #47394F background.