COLOR #47333D

HEX: #47333D
RGB: (71,51,61)

Color info

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

RGB color model

#47333D color RGB value is (71,51,61).

  • red value is 71;
  • green value is 51;
  • blue value is 61.
RGB:
(71,51,61)
(28%,20%,24%)

RGB channels and saturation

R 71 of 255 = 28%
G 51 of 255 = 20%
B 61 of 255 = 24%

71
51
61

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

Portions of RGB colors in percentages

R + G + B =
71 + 51 + 61 = 183 (100%)
R 71 of 183 ~ 38.8%
G 51 of 183 ~ 27.87%
B 61 of 183 ~ 33.33%

%38.8
%27.87
%33.33

CMYK color model

#47333D color CMYK value is (0,28,14,72).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 14.08%
  • key color value is 72.16%
CMYK:
(0,28,14,72)
C0M28Y14K72 
(0%,28%,14%,72%)
(0.00/0.28/0.14/0.72)	

CMYK percentages

%0
%28.17
%14.08
%72.16

Codes

Color #47333D in popluar color models

47333D
RGB715161
HSL330°16.39%23.92%
HSB/HSV330°28.17%27.84%
CMYK0.00%28.17%14.08%
72.16%

Color #47333D in popluar number systems.

HEX47333D
Decimal715161
Binary1000111110011111101
Octal1076375

Shades and tints

Shades of #47333D

#47333D
(71,51,61)
#412F38
(65,47,56)
#3B2B33
(59,43,51)
#35272E
(53,39,46)
#2F2329
(47,35,41)
#291F24
(41,31,36)
#231B1F
(35,27,31)
#1D171A
(29,23,26)
#171315
(23,19,21)
#110F10
(17,15,16)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #47333D

#47333D
(71,51,61)
#57454E
(87,69,78)
#67575F
(103,87,95)
#776970
(119,105,112)
#877B81
(135,123,129)
#978D92
(151,141,146)
#A79FA3
(167,159,163)
#B7B1B4
(183,177,180)
#C7C3C5
(199,195,197)
#D7D5D6
(215,213,214)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47333D color. Also use rgb(71,51,61) instead hex code.

Text Font Color

.myTextColor { color: #47333D; }

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

This text font color is #47333D.


Background Color

.myBgColor { background-color: #47333D; }

<div style="background-color:#47333D">Inner text</div>

This div background color is #47333D.


Border color

.myBorderColor { border: 1px solid #47333D; }

<div style="border:3px solid #47333D">Div</div>

This div border color is #47333D.


Opacity

.myOpacity80 { color: #47333D; opacity: 0.8; }

<p style="color:#47333D;opacity:0.8;">80%</p>

Text with #47333D 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 #47333D;}

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

This text has shadow with #47333D color.

.textShadow {text-shadow: 3px 3px 1px #47333D, 3px 3px 1px red;}

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

This text has shadow with #47333D primary color and red secondary color.


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

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

This text has shadow with #47333D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47333D on black background.


Color preview on white background

This text has color #47333D on white background.



Black color preview on #47333D background

This text has black color on #47333D background.


White color preview on #47333D background

This text has white color on #47333D background.