COLOR #471812

HEX: #471812
RGB: (71,24,18)

Color info

#471812 contains red, green and blue colors in about the same proportion. Web safe color of #471812 is #330000 (or #300).

RGB color model

#471812 color RGB value is (71,24,18).

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

RGB channels and saturation

R 71 of 255 = 28%
G 24 of 255 = 9%
B 18 of 255 = 7%

71
24
18

R + G + B ~ 15%. #471812 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 24 + 18 = 113 (100%)
R 71 of 113 ~ 62.83%
G 24 of 113 ~ 21.24%
B 18 of 113 ~ 15.93%

%62.83
%21.24
%15.93

CMYK color model

#471812 color CMYK value is (0,66,75,72).

  • cyan value is 0.00%
  • magenta value is 66.20%
  • yellow value is 74.65%
  • key color value is 72.16%
CMYK:
(0,66,75,72)
C0M66Y75K72 
(0%,66%,75%,72%)
(0.00/0.66/0.75/0.72)	

CMYK percentages

%0
%66.2
%74.65
%72.16

Codes

Color #471812 in popluar color models

471812
RGB712418
HSL59.55%17.45%
HSB/HSV74.65%27.84%
CMYK0.00%66.20%74.65%
72.16%

Color #471812 in popluar number systems.

HEX471812
Decimal712418
Binary10001111100010010
Octal1073022

Shades and tints

Shades of #471812

#471812
(71,24,18)
#411611
(65,22,17)
#3B1410
(59,20,16)
#35120F
(53,18,15)
#2F100E
(47,16,14)
#290E0D
(41,14,13)
#230C0C
(35,12,12)
#1D0A0B
(29,10,11)
#17080A
(23,8,10)
#110609
(17,6,9)
#0B0408
(11,4,8)
#000000
(0,0,0)

Tints of #471812

#471812
(71,24,18)
#572D27
(87,45,39)
#67423C
(103,66,60)
#775751
(119,87,81)
#876C66
(135,108,102)
#97817B
(151,129,123)
#A79690
(167,150,144)
#B7ABA5
(183,171,165)
#C7C0BA
(199,192,186)
#D7D5CF
(215,213,207)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471812; }

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

This text font color is #471812.


Background Color

.myBgColor { background-color: #471812; }

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

This div background color is #471812.


Border color

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

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

This div border color is #471812.


Opacity

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

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

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

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

This text has shadow with #471812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471812 on black background.


Color preview on white background

This text has color #471812 on white background.



Black color preview on #471812 background

This text has black color on #471812 background.


White color preview on #471812 background

This text has white color on #471812 background.