COLOR #47096F

HEX: #47096F RGB: (71,9,111)

Color info

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

RGB color model

#47096F color RGB value is (71,9,111).

RGB: (71,9,111) (28%, 4%, 44%)

RGB channels and saturation

R 71 of 255 = 28%
G 9 of 255 = 4%
B 111 of 255 = 44%

71
9
111

R + G + B ~ 25%. #47096F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 9 + 111 = 191 (100%)
R 71 of 191 ~ 37.17%
G 9 of 191 ~ 4.71%
B 111 of 191 ~ 58.12'%

%37.17
%58.12

CMYK color model

#47096F color CMYK value is (36,92,0,56).

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

CMYK: (36,92,0,56)
C36M92Y0K56 (36%, 92%, 0%, 56%)
(0.36 / 0.92 / 0.00 / 0.56)

CMYK percentages

%36.04
%91.89
%0
%56.47

Codes

Color #47096F in popluar color models

47 09 6F
RGB 71 9 111
HSL 276° 85.00% 23.53%
HSB/HSV 276° 91.89% 43.53%
CMYK 36.04% 91.89% 0.00%
56.47%

Color #47096F in popluar number systems.

HEX 47 09 6F
Decimal 71 9 111
Binary 1000111 1001 1101111
Octal 107 11 157

Shades and tints

Shades of #47096F

#47096F
(71,9,111)
#410965
(65,9,101)
#3B095B
(59,9,91)
#350951
(53,9,81)
#2F0947
(47,9,71)
#29093D
(41,9,61)
#230933
(35,9,51)
#1D0929
(29,9,41)
#17091F
(23,9,31)
#110915
(17,9,21)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #47096F

#47096F
(71,9,111)
#571F7C
(87,31,124)
#673589
(103,53,137)
#774B96
(119,75,150)
#8761A3
(135,97,163)
#9777B0
(151,119,176)
#A78DBD
(167,141,189)
#B7A3CA
(183,163,202)
#C7B9D7
(199,185,215)
#D7CFE4
(215,207,228)
#E7E5F1
(231,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47096F; }

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

This text font color is #47096F.

Background Color

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

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

This div background color is #47096F.

Border color

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

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

This div border color is #47096F.

Opacity

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

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

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

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

This text has shadow with #47096F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47096F.

Preview

Color preview on black background

This text has color #47096F on black background.


Color preview on white background

This text has color #47096F on white background.


Black color preview on #47096F background

This text has black color on #47096F background.


White color preview on #47096F background

This text has white color on #47096F background.


Related colors

Complementary color

Complementary color for #hex is #B8F690.


I love getcolorcode.com

Triadic colors

1 #6F4709 and #096F47 with #47096F are triadic colors.

2 #6F0947 and #09476F with #47096F are triadic colors.