COLOR #471608

HEX: #471608
RGB: (71,22,8)

Color info

#471608 contains mainly red and green colors. Web safe color of #471608 is #330000 (or #300).

RGB color model

#471608 color RGB value is (71,22,8).

  • red value is 71;
  • green value is 22;
  • blue value is 8.
RGB:
(71,22,8)
(28%,9%,3%)

RGB channels and saturation

R 71 of 255 = 28%
G 22 of 255 = 9%
B 8 of 255 = 3%

71
22
8

R + G + B ~ 13%. #471608 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 22 + 8 = 101 (100%)
R 71 of 101 ~ 70.3%
G 22 of 101 ~ 21.78%
B 8 of 101 ~ 7.92%

%70.3
%21.78

CMYK color model

#471608 color CMYK value is (0,69,89,72).

  • cyan value is 0.00%
  • magenta value is 69.01%
  • yellow value is 88.73%
  • key color value is 72.16%
CMYK:
(0,69,89,72)
C0M69Y89K72 
(0%,69%,89%,72%)
(0.00/0.69/0.89/0.72)	

CMYK percentages

%0
%69.01
%88.73
%72.16

Codes

Color #471608 in popluar color models

471608
RGB71228
HSL13°79.75%15.49%
HSB/HSV13°88.73%27.84%
CMYK0.00%69.01%88.73%
72.16%

Color #471608 in popluar number systems.

HEX471608
Decimal71228
Binary1000111101101000
Octal1072610

Shades and tints

Shades of #471608

#471608
(71,22,8)
#411408
(65,20,8)
#3B1208
(59,18,8)
#351008
(53,16,8)
#2F0E08
(47,14,8)
#290C08
(41,12,8)
#230A08
(35,10,8)
#1D0808
(29,8,8)
#170608
(23,6,8)
#110408
(17,4,8)
#0B0208
(11,2,8)
#000000
(0,0,0)

Tints of #471608

#471608
(71,22,8)
#572B1E
(87,43,30)
#674034
(103,64,52)
#77554A
(119,85,74)
#876A60
(135,106,96)
#977F76
(151,127,118)
#A7948C
(167,148,140)
#B7A9A2
(183,169,162)
#C7BEB8
(199,190,184)
#D7D3CE
(215,211,206)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471608 color. Also use rgb(71,22,8) instead hex code.

Text Font Color

.myTextColor { color: #471608; }

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

This text font color is #471608.


Background Color

.myBgColor { background-color: #471608; }

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

This div background color is #471608.


Border color

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

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

This div border color is #471608.


Opacity

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

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

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

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

This text has shadow with #471608 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471608 on black background.


Color preview on white background

This text has color #471608 on white background.



Black color preview on #471608 background

This text has black color on #471608 background.


White color preview on #471608 background

This text has white color on #471608 background.