COLOR #470126

HEX: #470126
RGB: (71,1,38)

Color info

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

RGB color model

#470126 color RGB value is (71,1,38).

  • red value is 71;
  • green value is 1;
  • blue value is 38.
RGB:
(71,1,38)
(28%,0%,15%)

RGB channels and saturation

R 71 of 255 = 28%
G 1 of 255 = 0%
B 38 of 255 = 15%

71
1
38

R + G + B ~ 14%. #470126 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 1 + 38 = 110 (100%)
R 71 of 110 ~ 64.55%
G 1 of 110 ~ 0.91%
B 38 of 110 ~ 34.55%

%64.55
%34.55

CMYK color model

#470126 color CMYK value is (0,99,46,72).

  • cyan value is 0.00%
  • magenta value is 98.59%
  • yellow value is 46.48%
  • key color value is 72.16%
CMYK:
(0,99,46,72)
C0M99Y46K72 
(0%,99%,46%,72%)
(0.00/0.99/0.46/0.72)	

CMYK percentages

%0
%98.59
%46.48
%72.16

Codes

Color #470126 in popluar color models

470126
RGB71138
HSL328°97.22%14.12%
HSB/HSV328°98.59%27.84%
CMYK0.00%98.59%46.48%
72.16%

Color #470126 in popluar number systems.

HEX470126
Decimal71138
Binary10001111100110
Octal107146

Shades and tints

Shades of #470126

#470126
(71,1,38)
#410123
(65,1,35)
#3B0120
(59,1,32)
#35011D
(53,1,29)
#2F011A
(47,1,26)
#290117
(41,1,23)
#230114
(35,1,20)
#1D0111
(29,1,17)
#17010E
(23,1,14)
#11010B
(17,1,11)
#0B0108
(11,1,8)
#000000
(0,0,0)

Tints of #470126

#470126
(71,1,38)
#571839
(87,24,57)
#672F4C
(103,47,76)
#77465F
(119,70,95)
#875D72
(135,93,114)
#977485
(151,116,133)
#A78B98
(167,139,152)
#B7A2AB
(183,162,171)
#C7B9BE
(199,185,190)
#D7D0D1
(215,208,209)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470126 color. Also use rgb(71,1,38) instead hex code.

Text Font Color

.myTextColor { color: #470126; }

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

This text font color is #470126.


Background Color

.myBgColor { background-color: #470126; }

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

This div background color is #470126.


Border color

.myBorderColor { border: 1px solid #470126; }

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

This div border color is #470126.


Opacity

.myOpacity80 { color: #470126; opacity: 0.8; }

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

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

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

This text has shadow with #470126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470126 on black background.


Color preview on white background

This text has color #470126 on white background.



Black color preview on #470126 background

This text has black color on #470126 background.


White color preview on #470126 background

This text has white color on #470126 background.