COLOR #47003A

HEX: #47003A
RGB: (71,0,58)

Color info

#47003A contains only red and blue colors. Web safe color of #47003A is #330033 (or #303).

RGB color model

#47003A color RGB value is (71,0,58).

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

RGB channels and saturation

R 71 of 255 = 28%
G 0 of 255 = 0%
B 58 of 255 = 23%

71
0
58

R + G + B ~ 17%. #47003A is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 0 + 58 = 129 (100%)
R 71 of 129 ~ 55.04%
G 0 of 129 ~ 0%
B 58 of 129 ~ 44.96%

%55.04
%44.96

CMYK color model

#47003A color CMYK value is (0,100,18,72).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 18.31%
  • key color value is 72.16%
CMYK:
(0,100,18,72)
C0M100Y18K72 
(0%,100%,18%,72%)
(0.00/1.00/0.18/0.72)	

CMYK percentages

%0
%100
%18.31
%72.16

Codes

Color #47003A in popluar color models

47003A
RGB71058
HSL311°100.00%13.92%
HSB/HSV311°100.00%27.84%
CMYK0.00%100.00%18.31%
72.16%

Color #47003A in popluar number systems.

HEX47003A
Decimal71058
Binary10001110111010
Octal107072

Shades and tints

Shades of #47003A

#47003A
(71,0,58)
#410035
(65,0,53)
#3B0030
(59,0,48)
#35002B
(53,0,43)
#2F0026
(47,0,38)
#290021
(41,0,33)
#23001C
(35,0,28)
#1D0017
(29,0,23)
#170012
(23,0,18)
#11000D
(17,0,13)
#0B0008
(11,0,8)
#000000
(0,0,0)

Tints of #47003A

#47003A
(71,0,58)
#57174B
(87,23,75)
#672E5C
(103,46,92)
#77456D
(119,69,109)
#875C7E
(135,92,126)
#97738F
(151,115,143)
#A78AA0
(167,138,160)
#B7A1B1
(183,161,177)
#C7B8C2
(199,184,194)
#D7CFD3
(215,207,211)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47003A; }

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

This text font color is #47003A.


Background Color

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

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

This div background color is #47003A.


Border color

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

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

This div border color is #47003A.


Opacity

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

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

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

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

This text has shadow with #47003A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47003A on black background.


Color preview on white background

This text has color #47003A on white background.



Black color preview on #47003A background

This text has black color on #47003A background.


White color preview on #47003A background

This text has white color on #47003A background.