COLOR #471836

HEX: #471836
RGB: (71,24,54)

Color info

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

RGB color model

#471836 color RGB value is (71,24,54).

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

RGB channels and saturation

R 71 of 255 = 28%
G 24 of 255 = 9%
B 54 of 255 = 21%

71
24
54

R + G + B ~ 19%. #471836 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 24 + 54 = 149 (100%)
R 71 of 149 ~ 47.65%
G 24 of 149 ~ 16.11%
B 54 of 149 ~ 36.24%

%47.65
%16.11
%36.24

CMYK color model

#471836 color CMYK value is (0,66,24,72).

  • cyan value is 0.00%
  • magenta value is 66.20%
  • yellow value is 23.94%
  • key color value is 72.16%
CMYK:
(0,66,24,72)
C0M66Y24K72 
(0%,66%,24%,72%)
(0.00/0.66/0.24/0.72)	

CMYK percentages

%0
%66.2
%23.94
%72.16

Codes

Color #471836 in popluar color models

471836
RGB712454
HSL322°49.47%18.63%
HSB/HSV322°66.20%27.84%
CMYK0.00%66.20%23.94%
72.16%

Color #471836 in popluar number systems.

HEX471836
Decimal712454
Binary100011111000110110
Octal1073066

Shades and tints

Shades of #471836

#471836
(71,24,54)
#411632
(65,22,50)
#3B142E
(59,20,46)
#35122A
(53,18,42)
#2F1026
(47,16,38)
#290E22
(41,14,34)
#230C1E
(35,12,30)
#1D0A1A
(29,10,26)
#170816
(23,8,22)
#110612
(17,6,18)
#0B040E
(11,4,14)
#000000
(0,0,0)

Tints of #471836

#471836
(71,24,54)
#572D48
(87,45,72)
#67425A
(103,66,90)
#77576C
(119,87,108)
#876C7E
(135,108,126)
#978190
(151,129,144)
#A796A2
(167,150,162)
#B7ABB4
(183,171,180)
#C7C0C6
(199,192,198)
#D7D5D8
(215,213,216)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471836; }

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

This text font color is #471836.


Background Color

.myBgColor { background-color: #471836; }

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

This div background color is #471836.


Border color

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

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

This div border color is #471836.


Opacity

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

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

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

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

This text has shadow with #471836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471836 on black background.


Color preview on white background

This text has color #471836 on white background.



Black color preview on #471836 background

This text has black color on #471836 background.


White color preview on #471836 background

This text has white color on #471836 background.