COLOR #47103A

HEX: #47103A
RGB: (71,16,58)

Color info

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

RGB color model

#47103A color RGB value is (71,16,58).

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

RGB channels and saturation

R 71 of 255 = 28%
G 16 of 255 = 6%
B 58 of 255 = 23%

71
16
58

R + G + B ~ 19%. #47103A is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 16 + 58 = 145 (100%)
R 71 of 145 ~ 48.97%
G 16 of 145 ~ 11.03%
B 58 of 145 ~ 40%

%48.97
%11.03
%40

CMYK color model

#47103A color CMYK value is (0,77,18,72).

  • cyan value is 0.00%
  • magenta value is 77.46%
  • yellow value is 18.31%
  • key color value is 72.16%
CMYK:
(0,77,18,72)
C0M77Y18K72 
(0%,77%,18%,72%)
(0.00/0.77/0.18/0.72)	

CMYK percentages

%0
%77.46
%18.31
%72.16

Codes

Color #47103A in popluar color models

47103A
RGB711658
HSL314°63.22%17.06%
HSB/HSV314°77.46%27.84%
CMYK0.00%77.46%18.31%
72.16%

Color #47103A in popluar number systems.

HEX47103A
Decimal711658
Binary100011110000111010
Octal1072072

Shades and tints

Shades of #47103A

#47103A
(71,16,58)
#410F35
(65,15,53)
#3B0E30
(59,14,48)
#350D2B
(53,13,43)
#2F0C26
(47,12,38)
#290B21
(41,11,33)
#230A1C
(35,10,28)
#1D0917
(29,9,23)
#170812
(23,8,18)
#11070D
(17,7,13)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #47103A

#47103A
(71,16,58)
#57254B
(87,37,75)
#673A5C
(103,58,92)
#774F6D
(119,79,109)
#87647E
(135,100,126)
#97798F
(151,121,143)
#A78EA0
(167,142,160)
#B7A3B1
(183,163,177)
#C7B8C2
(199,184,194)
#D7CDD3
(215,205,211)
#E7E2E4
(231,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47103A; }

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

This text font color is #47103A.


Background Color

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

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

This div background color is #47103A.


Border color

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

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

This div border color is #47103A.


Opacity

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

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

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

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

This text has shadow with #47103A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47103A on black background.


Color preview on white background

This text has color #47103A on white background.



Black color preview on #47103A background

This text has black color on #47103A background.


White color preview on #47103A background

This text has white color on #47103A background.