COLOR #471841

HEX: #471841
RGB: (71,24,65)

Color info

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

RGB color model

#471841 color RGB value is (71,24,65).

  • red value is 71;
  • green value is 24;
  • blue value is 65.
RGB:
(71,24,65)
(28%,9%,25%)

RGB channels and saturation

R 71 of 255 = 28%
G 24 of 255 = 9%
B 65 of 255 = 25%

71
24
65

R + G + B ~ 21%. #471841 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 24 + 65 = 160 (100%)
R 71 of 160 ~ 44.38%
G 24 of 160 ~ 15%
B 65 of 160 ~ 40.63%

%44.38
%15
%40.63

CMYK color model

#471841 color CMYK value is (0,66,8,72).

  • cyan value is 0.00%
  • magenta value is 66.20%
  • yellow value is 8.45%
  • key color value is 72.16%
CMYK:
(0,66,8,72)
C0M66Y8K72 
(0%,66%,8%,72%)
(0.00/0.66/0.08/0.72)	

CMYK percentages

%0
%66.2
%8.45
%72.16

Codes

Color #471841 in popluar color models

471841
RGB712465
HSL308°49.47%18.63%
HSB/HSV308°66.20%27.84%
CMYK0.00%66.20%8.45%
72.16%

Color #471841 in popluar number systems.

HEX471841
Decimal712465
Binary1000111110001000001
Octal10730101

Shades and tints

Shades of #471841

#471841
(71,24,65)
#41163C
(65,22,60)
#3B1437
(59,20,55)
#351232
(53,18,50)
#2F102D
(47,16,45)
#290E28
(41,14,40)
#230C23
(35,12,35)
#1D0A1E
(29,10,30)
#170819
(23,8,25)
#110614
(17,6,20)
#0B040F
(11,4,15)
#000000
(0,0,0)

Tints of #471841

#471841
(71,24,65)
#572D52
(87,45,82)
#674263
(103,66,99)
#775774
(119,87,116)
#876C85
(135,108,133)
#978196
(151,129,150)
#A796A7
(167,150,167)
#B7ABB8
(183,171,184)
#C7C0C9
(199,192,201)
#D7D5DA
(215,213,218)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471841 color. Also use rgb(71,24,65) instead hex code.

Text Font Color

.myTextColor { color: #471841; }

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

This text font color is #471841.


Background Color

.myBgColor { background-color: #471841; }

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

This div background color is #471841.


Border color

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

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

This div border color is #471841.


Opacity

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

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

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

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

This text has shadow with #471841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471841 on black background.


Color preview on white background

This text has color #471841 on white background.



Black color preview on #471841 background

This text has black color on #471841 background.


White color preview on #471841 background

This text has white color on #471841 background.