COLOR #47383B

HEX: #47383B
RGB: (71,56,59)

Color info

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

RGB color model

#47383B color RGB value is (71,56,59).

  • red value is 71;
  • green value is 56;
  • blue value is 59.
RGB:
(71,56,59)
(28%,22%,23%)

RGB channels and saturation

R 71 of 255 = 28%
G 56 of 255 = 22%
B 59 of 255 = 23%

71
56
59

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

Portions of RGB colors in percentages

R + G + B =
71 + 56 + 59 = 186 (100%)
R 71 of 186 ~ 38.17%
G 56 of 186 ~ 30.11%
B 59 of 186 ~ 31.72%

%38.17
%30.11
%31.72

CMYK color model

#47383B color CMYK value is (0,21,17,72).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 16.90%
  • key color value is 72.16%
CMYK:
(0,21,17,72)
C0M21Y17K72 
(0%,21%,17%,72%)
(0.00/0.21/0.17/0.72)	

CMYK percentages

%0
%21.13
%16.9
%72.16

Codes

Color #47383B in popluar color models

47383B
RGB715659
HSL348°11.81%24.90%
HSB/HSV348°21.13%27.84%
CMYK0.00%21.13%16.90%
72.16%

Color #47383B in popluar number systems.

HEX47383B
Decimal715659
Binary1000111111000111011
Octal1077073

Shades and tints

Shades of #47383B

#47383B
(71,56,59)
#413336
(65,51,54)
#3B2E31
(59,46,49)
#35292C
(53,41,44)
#2F2427
(47,36,39)
#291F22
(41,31,34)
#231A1D
(35,26,29)
#1D1518
(29,21,24)
#171013
(23,16,19)
#110B0E
(17,11,14)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #47383B

#47383B
(71,56,59)
#574A4C
(87,74,76)
#675C5D
(103,92,93)
#776E6E
(119,110,110)
#87807F
(135,128,127)
#979290
(151,146,144)
#A7A4A1
(167,164,161)
#B7B6B2
(183,182,178)
#C7C8C3
(199,200,195)
#D7DAD4
(215,218,212)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47383B color. Also use rgb(71,56,59) instead hex code.

Text Font Color

.myTextColor { color: #47383B; }

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

This text font color is #47383B.


Background Color

.myBgColor { background-color: #47383B; }

<div style="background-color:#47383B">Inner text</div>

This div background color is #47383B.


Border color

.myBorderColor { border: 1px solid #47383B; }

<div style="border:3px solid #47383B">Div</div>

This div border color is #47383B.


Opacity

.myOpacity80 { color: #47383B; opacity: 0.8; }

<p style="color:#47383B;opacity:0.8;">80%</p>

Text with #47383B 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 #47383B;}

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

This text has shadow with #47383B color.

.textShadow {text-shadow: 3px 3px 1px #47383B, 3px 3px 1px red;}

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

This text has shadow with #47383B primary color and red secondary color.


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

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

This text has shadow with #47383B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47383B on black background.


Color preview on white background

This text has color #47383B on white background.



Black color preview on #47383B background

This text has black color on #47383B background.


White color preview on #47383B background

This text has white color on #47383B background.