COLOR #47363F

HEX: #47363F
RGB: (71,54,63)

Color info

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

RGB color model

#47363F color RGB value is (71,54,63).

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

RGB channels and saturation

R 71 of 255 = 28%
G 54 of 255 = 21%
B 63 of 255 = 25%

71
54
63

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

Portions of RGB colors in percentages

R + G + B =
71 + 54 + 63 = 188 (100%)
R 71 of 188 ~ 37.77%
G 54 of 188 ~ 28.72%
B 63 of 188 ~ 33.51%

%37.77
%28.72
%33.51

CMYK color model

#47363F color CMYK value is (0,24,11,72).

  • cyan value is 0.00%
  • magenta value is 23.94%
  • yellow value is 11.27%
  • key color value is 72.16%
CMYK:
(0,24,11,72)
C0M24Y11K72 
(0%,24%,11%,72%)
(0.00/0.24/0.11/0.72)	

CMYK percentages

%0
%23.94
%11.27
%72.16

Codes

Color #47363F in popluar color models

47363F
RGB715463
HSL328°13.60%24.51%
HSB/HSV328°23.94%27.84%
CMYK0.00%23.94%11.27%
72.16%

Color #47363F in popluar number systems.

HEX47363F
Decimal715463
Binary1000111110110111111
Octal1076677

Shades and tints

Shades of #47363F

#47363F
(71,54,63)
#41323A
(65,50,58)
#3B2E35
(59,46,53)
#352A30
(53,42,48)
#2F262B
(47,38,43)
#292226
(41,34,38)
#231E21
(35,30,33)
#1D1A1C
(29,26,28)
#171617
(23,22,23)
#111212
(17,18,18)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #47363F

#47363F
(71,54,63)
#574850
(87,72,80)
#675A61
(103,90,97)
#776C72
(119,108,114)
#877E83
(135,126,131)
#979094
(151,144,148)
#A7A2A5
(167,162,165)
#B7B4B6
(183,180,182)
#C7C6C7
(199,198,199)
#D7D8D8
(215,216,216)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47363F; }

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

This text font color is #47363F.


Background Color

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

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

This div background color is #47363F.


Border color

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

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

This div border color is #47363F.


Opacity

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

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

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

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

This text has shadow with #47363F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47363F on black background.


Color preview on white background

This text has color #47363F on white background.



Black color preview on #47363F background

This text has black color on #47363F background.


White color preview on #47363F background

This text has white color on #47363F background.