COLOR #47374F

HEX: #47374F
RGB: (71,55,79)

Color info

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

RGB color model

#47374F color RGB value is (71,55,79).

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

RGB channels and saturation

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

71
55
79

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

Portions of RGB colors in percentages

R + G + B =
71 + 55 + 79 = 205 (100%)
R 71 of 205 ~ 34.63%
G 55 of 205 ~ 26.83%
B 79 of 205 ~ 38.54%

%34.63
%26.83
%38.54

CMYK color model

#47374F color CMYK value is (10,30,0,69).

  • cyan value is 10.13%
  • magenta value is 30.38%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(10,30,0,69)
C10M30Y0K69 
(10%,30%,0%,69%)
(0.10/0.30/0.00/0.69)	

CMYK percentages

%10.13
%30.38
%0
%69.02

Codes

Color #47374F in popluar color models

47374F
RGB715579
HSL280°17.91%26.27%
HSB/HSV280°30.38%30.98%
CMYK10.13%30.38%0.00%
69.02%

Color #47374F in popluar number systems.

HEX47374F
Decimal715579
Binary10001111101111001111
Octal10767117

Shades and tints

Shades of #47374F

#47374F
(71,55,79)
#413248
(65,50,72)
#3B2D41
(59,45,65)
#35283A
(53,40,58)
#2F2333
(47,35,51)
#291E2C
(41,30,44)
#231925
(35,25,37)
#1D141E
(29,20,30)
#170F17
(23,15,23)
#110A10
(17,10,16)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #47374F

#47374F
(71,55,79)
#57495F
(87,73,95)
#675B6F
(103,91,111)
#776D7F
(119,109,127)
#877F8F
(135,127,143)
#97919F
(151,145,159)
#A7A3AF
(167,163,175)
#B7B5BF
(183,181,191)
#C7C7CF
(199,199,207)
#D7D9DF
(215,217,223)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47374F; }

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

This text font color is #47374F.


Background Color

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

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

This div background color is #47374F.


Border color

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

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

This div border color is #47374F.


Opacity

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

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

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

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

This text has shadow with #47374F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47374F on black background.


Color preview on white background

This text has color #47374F on white background.



Black color preview on #47374F background

This text has black color on #47374F background.


White color preview on #47374F background

This text has white color on #47374F background.