COLOR #47083A

HEX: #47083A
RGB: (71,8,58)

Color info

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

RGB color model

#47083A color RGB value is (71,8,58).

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

RGB channels and saturation

R 71 of 255 = 28%
G 8 of 255 = 3%
B 58 of 255 = 23%

71
8
58

R + G + B ~ 18%. #47083A is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 8 + 58 = 137 (100%)
R 71 of 137 ~ 51.82%
G 8 of 137 ~ 5.84%
B 58 of 137 ~ 42.34%

%51.82
%42.34

CMYK color model

#47083A color CMYK value is (0,89,18,72).

  • cyan value is 0.00%
  • magenta value is 88.73%
  • yellow value is 18.31%
  • key color value is 72.16%
CMYK:
(0,89,18,72)
C0M89Y18K72 
(0%,89%,18%,72%)
(0.00/0.89/0.18/0.72)	

CMYK percentages

%0
%88.73
%18.31
%72.16

Codes

Color #47083A in popluar color models

47083A
RGB71858
HSL312°79.75%15.49%
HSB/HSV312°88.73%27.84%
CMYK0.00%88.73%18.31%
72.16%

Color #47083A in popluar number systems.

HEX47083A
Decimal71858
Binary10001111000111010
Octal1071072

Shades and tints

Shades of #47083A

#47083A
(71,8,58)
#410835
(65,8,53)
#3B0830
(59,8,48)
#35082B
(53,8,43)
#2F0826
(47,8,38)
#290821
(41,8,33)
#23081C
(35,8,28)
#1D0817
(29,8,23)
#170812
(23,8,18)
#11080D
(17,8,13)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #47083A

#47083A
(71,8,58)
#571E4B
(87,30,75)
#67345C
(103,52,92)
#774A6D
(119,74,109)
#87607E
(135,96,126)
#97768F
(151,118,143)
#A78CA0
(167,140,160)
#B7A2B1
(183,162,177)
#C7B8C2
(199,184,194)
#D7CED3
(215,206,211)
#E7E4E4
(231,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47083A; }

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

This text font color is #47083A.


Background Color

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

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

This div background color is #47083A.


Border color

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

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

This div border color is #47083A.


Opacity

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

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

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

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

This text has shadow with #47083A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47083A on black background.


Color preview on white background

This text has color #47083A on white background.



Black color preview on #47083A background

This text has black color on #47083A background.


White color preview on #47083A background

This text has white color on #47083A background.