COLOR #47363A

HEX: #47363A
RGB: (71,54,58)

Color info

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

RGB color model

#47363A color RGB value is (71,54,58).

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

RGB channels and saturation

R 71 of 255 = 28%
G 54 of 255 = 21%
B 58 of 255 = 23%

71
54
58

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

Portions of RGB colors in percentages

R + G + B =
71 + 54 + 58 = 183 (100%)
R 71 of 183 ~ 38.8%
G 54 of 183 ~ 29.51%
B 58 of 183 ~ 31.69%

%38.8
%29.51
%31.69

CMYK color model

#47363A color CMYK value is (0,24,18,72).

  • cyan value is 0.00%
  • magenta value is 23.94%
  • yellow value is 18.31%
  • key color value is 72.16%
CMYK:
(0,24,18,72)
C0M24Y18K72 
(0%,24%,18%,72%)
(0.00/0.24/0.18/0.72)	

CMYK percentages

%0
%23.94
%18.31
%72.16

Codes

Color #47363A in popluar color models

47363A
RGB715458
HSL346°13.60%24.51%
HSB/HSV346°23.94%27.84%
CMYK0.00%23.94%18.31%
72.16%

Color #47363A in popluar number systems.

HEX47363A
Decimal715458
Binary1000111110110111010
Octal1076672

Shades and tints

Shades of #47363A

#47363A
(71,54,58)
#413235
(65,50,53)
#3B2E30
(59,46,48)
#352A2B
(53,42,43)
#2F2626
(47,38,38)
#292221
(41,34,33)
#231E1C
(35,30,28)
#1D1A17
(29,26,23)
#171612
(23,22,18)
#11120D
(17,18,13)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #47363A

#47363A
(71,54,58)
#57484B
(87,72,75)
#675A5C
(103,90,92)
#776C6D
(119,108,109)
#877E7E
(135,126,126)
#97908F
(151,144,143)
#A7A2A0
(167,162,160)
#B7B4B1
(183,180,177)
#C7C6C2
(199,198,194)
#D7D8D3
(215,216,211)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47363A; }

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

This text font color is #47363A.


Background Color

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

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

This div background color is #47363A.


Border color

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

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

This div border color is #47363A.


Opacity

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

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

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

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

This text has shadow with #47363A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47363A on black background.


Color preview on white background

This text has color #47363A on white background.



Black color preview on #47363A background

This text has black color on #47363A background.


White color preview on #47363A background

This text has white color on #47363A background.