COLOR #47383F

HEX: #47383F
RGB: (71,56,63)

Color info

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

RGB color model

#47383F color RGB value is (71,56,63).

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

RGB channels and saturation

R 71 of 255 = 28%
G 56 of 255 = 22%
B 63 of 255 = 25%

71
56
63

R + G + B ~ 25%. #47383F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 56 + 63 = 190 (100%)
R 71 of 190 ~ 37.37%
G 56 of 190 ~ 29.47%
B 63 of 190 ~ 33.16%

%37.37
%29.47
%33.16

CMYK color model

#47383F color CMYK value is (0,21,11,72).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 11.27%
  • key color value is 72.16%
CMYK:
(0,21,11,72)
C0M21Y11K72 
(0%,21%,11%,72%)
(0.00/0.21/0.11/0.72)	

CMYK percentages

%0
%21.13
%11.27
%72.16

Codes

Color #47383F in popluar color models

47383F
RGB715663
HSL332°11.81%24.90%
HSB/HSV332°21.13%27.84%
CMYK0.00%21.13%11.27%
72.16%

Color #47383F in popluar number systems.

HEX47383F
Decimal715663
Binary1000111111000111111
Octal1077077

Shades and tints

Shades of #47383F

#47383F
(71,56,63)
#41333A
(65,51,58)
#3B2E35
(59,46,53)
#352930
(53,41,48)
#2F242B
(47,36,43)
#291F26
(41,31,38)
#231A21
(35,26,33)
#1D151C
(29,21,28)
#171017
(23,16,23)
#110B12
(17,11,18)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #47383F

#47383F
(71,56,63)
#574A50
(87,74,80)
#675C61
(103,92,97)
#776E72
(119,110,114)
#878083
(135,128,131)
#979294
(151,146,148)
#A7A4A5
(167,164,165)
#B7B6B6
(183,182,182)
#C7C8C7
(199,200,199)
#D7DAD8
(215,218,216)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47383F; }

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

This text font color is #47383F.


Background Color

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

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

This div background color is #47383F.


Border color

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

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

This div border color is #47383F.


Opacity

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

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

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

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

This text has shadow with #47383F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47383F on black background.


Color preview on white background

This text has color #47383F on white background.



Black color preview on #47383F background

This text has black color on #47383F background.


White color preview on #47383F background

This text has white color on #47383F background.