COLOR #47133F

HEX: #47133F
RGB: (71,19,63)

Color info

#47133F contains red, green and blue colors in about the same proportion. Web safe color of #47133F is #330033 (or #303).

RGB color model

#47133F color RGB value is (71,19,63).

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

RGB channels and saturation

R 71 of 255 = 28%
G 19 of 255 = 7%
B 63 of 255 = 25%

71
19
63

R + G + B ~ 20%. #47133F is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 19 + 63 = 153 (100%)
R 71 of 153 ~ 46.41%
G 19 of 153 ~ 12.42%
B 63 of 153 ~ 41.18%

%46.41
%12.42
%41.18

CMYK color model

#47133F color CMYK value is (0,73,11,72).

  • cyan value is 0.00%
  • magenta value is 73.24%
  • yellow value is 11.27%
  • key color value is 72.16%
CMYK:
(0,73,11,72)
C0M73Y11K72 
(0%,73%,11%,72%)
(0.00/0.73/0.11/0.72)	

CMYK percentages

%0
%73.24
%11.27
%72.16

Codes

Color #47133F in popluar color models

47133F
RGB711963
HSL309°57.78%17.65%
HSB/HSV309°73.24%27.84%
CMYK0.00%73.24%11.27%
72.16%

Color #47133F in popluar number systems.

HEX47133F
Decimal711963
Binary100011110011111111
Octal1072377

Shades and tints

Shades of #47133F

#47133F
(71,19,63)
#41123A
(65,18,58)
#3B1135
(59,17,53)
#351030
(53,16,48)
#2F0F2B
(47,15,43)
#290E26
(41,14,38)
#230D21
(35,13,33)
#1D0C1C
(29,12,28)
#170B17
(23,11,23)
#110A12
(17,10,18)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #47133F

#47133F
(71,19,63)
#572850
(87,40,80)
#673D61
(103,61,97)
#775272
(119,82,114)
#876783
(135,103,131)
#977C94
(151,124,148)
#A791A5
(167,145,165)
#B7A6B6
(183,166,182)
#C7BBC7
(199,187,199)
#D7D0D8
(215,208,216)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47133F; }

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

This text font color is #47133F.


Background Color

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

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

This div background color is #47133F.


Border color

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

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

This div border color is #47133F.


Opacity

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

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

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

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

This text has shadow with #47133F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47133F on black background.


Color preview on white background

This text has color #47133F on white background.



Black color preview on #47133F background

This text has black color on #47133F background.


White color preview on #47133F background

This text has white color on #47133F background.