COLOR #471849

HEX: #471849
RGB: (71,24,73)

Color info

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

RGB color model

#471849 color RGB value is (71,24,73).

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

RGB channels and saturation

R 71 of 255 = 28%
G 24 of 255 = 9%
B 73 of 255 = 29%

71
24
73

R + G + B ~ 22%. #471849 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 24 + 73 = 168 (100%)
R 71 of 168 ~ 42.26%
G 24 of 168 ~ 14.29%
B 73 of 168 ~ 43.45%

%42.26
%14.29
%43.45

CMYK color model

#471849 color CMYK value is (3,67,0,71).

  • cyan value is 2.74%
  • magenta value is 67.12%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(3,67,0,71)
C3M67Y0K71 
(3%,67%,0%,71%)
(0.03/0.67/0.00/0.71)	

CMYK percentages

%2.74
%67.12
%0
%71.37

Codes

Color #471849 in popluar color models

471849
RGB712473
HSL298°50.52%19.02%
HSB/HSV298°67.12%28.63%
CMYK2.74%67.12%0.00%
71.37%

Color #471849 in popluar number systems.

HEX471849
Decimal712473
Binary1000111110001001001
Octal10730111

Shades and tints

Shades of #471849

#471849
(71,24,73)
#411643
(65,22,67)
#3B143D
(59,20,61)
#351237
(53,18,55)
#2F1031
(47,16,49)
#290E2B
(41,14,43)
#230C25
(35,12,37)
#1D0A1F
(29,10,31)
#170819
(23,8,25)
#110613
(17,6,19)
#0B040D
(11,4,13)
#000000
(0,0,0)

Tints of #471849

#471849
(71,24,73)
#572D59
(87,45,89)
#674269
(103,66,105)
#775779
(119,87,121)
#876C89
(135,108,137)
#978199
(151,129,153)
#A796A9
(167,150,169)
#B7ABB9
(183,171,185)
#C7C0C9
(199,192,201)
#D7D5D9
(215,213,217)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471849; }

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

This text font color is #471849.


Background Color

.myBgColor { background-color: #471849; }

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

This div background color is #471849.


Border color

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

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

This div border color is #471849.


Opacity

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

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

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

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

This text has shadow with #471849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471849 on black background.


Color preview on white background

This text has color #471849 on white background.



Black color preview on #471849 background

This text has black color on #471849 background.


White color preview on #471849 background

This text has white color on #471849 background.