COLOR #47036F

HEX: #47036F RGB: (71,3,111)

Color info

#47036F contains mainly red and blue colors. Web safe color of #47036F is #330066 (or #306).

RGB color model

#47036F color RGB value is (71,3,111).

RGB: (71,3,111) (28%, 1%, 44%)

RGB channels and saturation

R 71 of 255 = 28%
G 3 of 255 = 1%
B 111 of 255 = 44%

71
3
111

R + G + B ~ 24%. #47036F is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 3 + 111 = 185 (100%)
R 71 of 185 ~ 38.38%
G 3 of 185 ~ 1.62%
B 111 of 185 ~ 60'%

%38.38
%60

CMYK color model

#47036F color CMYK value is (36,97,0,56).

  • cyan value is 36.04%
  • magenta value is 97.30%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (36,97,0,56)
C36M97Y0K56 (36%, 97%, 0%, 56%)
(0.36 / 0.97 / 0.00 / 0.56)

CMYK percentages

%36.04
%97.3
%0
%56.47

Codes

Color #47036F in popluar color models

47 03 6F
RGB 71 3 111
HSL 278° 94.74% 22.35%
HSB/HSV 278° 97.30% 43.53%
CMYK 36.04% 97.30% 0.00%
56.47%

Color #47036F in popluar number systems.

HEX 47 03 6F
Decimal 71 3 111
Binary 1000111 11 1101111
Octal 107 3 157

Shades and tints

Shades of #47036F

#47036F
(71,3,111)
#410365
(65,3,101)
#3B035B
(59,3,91)
#350351
(53,3,81)
#2F0347
(47,3,71)
#29033D
(41,3,61)
#230333
(35,3,51)
#1D0329
(29,3,41)
#17031F
(23,3,31)
#110315
(17,3,21)
#0B030B
(11,3,11)
#000000
(0,0,0)

Tints of #47036F

#47036F
(71,3,111)
#57197C
(87,25,124)
#672F89
(103,47,137)
#774596
(119,69,150)
#875BA3
(135,91,163)
#9771B0
(151,113,176)
#A787BD
(167,135,189)
#B79DCA
(183,157,202)
#C7B3D7
(199,179,215)
#D7C9E4
(215,201,228)
#E7DFF1
(231,223,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47036F color. Also use rgb(71,3,111) instead hex code.

Text Font Color

.myTextColor { color: #47036F; }

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

This text font color is #47036F.

Background Color

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

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

This div background color is #47036F.

Border color

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

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

This div border color is #47036F.

Opacity

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

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

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

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

This text has shadow with #47036F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47036F.

Preview

Color preview on black background

This text has color #47036F on black background.


Color preview on white background

This text has color #47036F on white background.


Black color preview on #47036F background

This text has black color on #47036F background.


White color preview on #47036F background

This text has white color on #47036F background.


Related colors

Complementary color

Complementary color for #hex is #B8FC90.


I love getcolorcode.com

Triadic colors

1 #6F4703 and #036F47 with #47036F are triadic colors.

2 #6F0347 and #03476F with #47036F are triadic colors.