COLOR #47394C

HEX: #47394C
RGB: (71,57,76)

Color info

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

RGB color model

#47394C color RGB value is (71,57,76).

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

RGB channels and saturation

R 71 of 255 = 28%
G 57 of 255 = 22%
B 76 of 255 = 30%

71
57
76

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

Portions of RGB colors in percentages

R + G + B =
71 + 57 + 76 = 204 (100%)
R 71 of 204 ~ 34.8%
G 57 of 204 ~ 27.94%
B 76 of 204 ~ 37.25%

%34.8
%27.94
%37.25

CMYK color model

#47394C color CMYK value is (7,25,0,70).

  • cyan value is 6.58%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(7,25,0,70)
C7M25Y0K70 
(7%,25%,0%,70%)
(0.07/0.25/0.00/0.70)	

CMYK percentages

%6.58
%25
%0
%70.2

Codes

Color #47394C in popluar color models

47394C
RGB715776
HSL284°14.29%26.08%
HSB/HSV284°25.00%29.80%
CMYK6.58%25.00%0.00%
70.20%

Color #47394C in popluar number systems.

HEX47394C
Decimal715776
Binary10001111110011001100
Octal10771114

Shades and tints

Shades of #47394C

#47394C
(71,57,76)
#413446
(65,52,70)
#3B2F40
(59,47,64)
#352A3A
(53,42,58)
#2F2534
(47,37,52)
#29202E
(41,32,46)
#231B28
(35,27,40)
#1D1622
(29,22,34)
#17111C
(23,17,28)
#110C16
(17,12,22)
#0B0710
(11,7,16)
#000000
(0,0,0)

Tints of #47394C

#47394C
(71,57,76)
#574B5C
(87,75,92)
#675D6C
(103,93,108)
#776F7C
(119,111,124)
#87818C
(135,129,140)
#97939C
(151,147,156)
#A7A5AC
(167,165,172)
#B7B7BC
(183,183,188)
#C7C9CC
(199,201,204)
#D7DBDC
(215,219,220)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47394C; }

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

This text font color is #47394C.


Background Color

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

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

This div background color is #47394C.


Border color

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

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

This div border color is #47394C.


Opacity

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

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

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

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

This text has shadow with #47394C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47394C on black background.


Color preview on white background

This text has color #47394C on white background.



Black color preview on #47394C background

This text has black color on #47394C background.


White color preview on #47394C background

This text has white color on #47394C background.