COLOR #471126

HEX: #471126
RGB: (71,17,38)

Color info

#471126 contains red, green and blue colors in about the same proportion. Web safe color of #471126 is #330033 (or #303).

RGB color model

#471126 color RGB value is (71,17,38).

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

RGB channels and saturation

R 71 of 255 = 28%
G 17 of 255 = 7%
B 38 of 255 = 15%

71
17
38

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

Portions of RGB colors in percentages

R + G + B =
71 + 17 + 38 = 126 (100%)
R 71 of 126 ~ 56.35%
G 17 of 126 ~ 13.49%
B 38 of 126 ~ 30.16%

%56.35
%13.49
%30.16

CMYK color model

#471126 color CMYK value is (0,76,46,72).

  • cyan value is 0.00%
  • magenta value is 76.06%
  • yellow value is 46.48%
  • key color value is 72.16%
CMYK:
(0,76,46,72)
C0M76Y46K72 
(0%,76%,46%,72%)
(0.00/0.76/0.46/0.72)	

CMYK percentages

%0
%76.06
%46.48
%72.16

Codes

Color #471126 in popluar color models

471126
RGB711738
HSL337°61.36%17.25%
HSB/HSV337°76.06%27.84%
CMYK0.00%76.06%46.48%
72.16%

Color #471126 in popluar number systems.

HEX471126
Decimal711738
Binary100011110001100110
Octal1072146

Shades and tints

Shades of #471126

#471126
(71,17,38)
#411023
(65,16,35)
#3B0F20
(59,15,32)
#350E1D
(53,14,29)
#2F0D1A
(47,13,26)
#290C17
(41,12,23)
#230B14
(35,11,20)
#1D0A11
(29,10,17)
#17090E
(23,9,14)
#11080B
(17,8,11)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #471126

#471126
(71,17,38)
#572639
(87,38,57)
#673B4C
(103,59,76)
#77505F
(119,80,95)
#876572
(135,101,114)
#977A85
(151,122,133)
#A78F98
(167,143,152)
#B7A4AB
(183,164,171)
#C7B9BE
(199,185,190)
#D7CED1
(215,206,209)
#E7E3E4
(231,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471126; }

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

This text font color is #471126.


Background Color

.myBgColor { background-color: #471126; }

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

This div background color is #471126.


Border color

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

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

This div border color is #471126.


Opacity

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

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

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

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

This text has shadow with #471126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471126 on black background.


Color preview on white background

This text has color #471126 on white background.



Black color preview on #471126 background

This text has black color on #471126 background.


White color preview on #471126 background

This text has white color on #471126 background.