COLOR #470800

HEX: #470800
RGB: (71,8,0)

Color info

#470800 contains mainly red color. Web safe color of #470800 is #330000 (or #300).

RGB color model

#470800 color RGB value is (71,8,0).

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

RGB channels and saturation

R 71 of 255 = 28%
G 8 of 255 = 3%
B 0 of 255 = 0%

71
8
0

R + G + B ~ 10%. #470800 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 8 + 0 = 79 (100%)
R 71 of 79 ~ 89.87%
G 8 of 79 ~ 10.13%
B 0 of 79 ~ 0%

%89.87
%10.13

CMYK color model

#470800 color CMYK value is (0,89,100,72).

  • cyan value is 0.00%
  • magenta value is 88.73%
  • yellow value is 100.00%
  • key color value is 72.16%
CMYK:
(0,89,100,72)
C0M89Y100K72 
(0%,89%,100%,72%)
(0.00/0.89/1.00/0.72)	

CMYK percentages

%0
%88.73
%100
%72.16

Codes

Color #470800 in popluar color models

470800
RGB7180
HSL100.00%13.92%
HSB/HSV100.00%27.84%
CMYK0.00%88.73%100.00%
72.16%

Color #470800 in popluar number systems.

HEX470800
Decimal7180
Binary100011110000
Octal107100

Shades and tints

Shades of #470800

#470800
(71,8,0)
#410800
(65,8,0)
#3B0800
(59,8,0)
#350800
(53,8,0)
#2F0800
(47,8,0)
#290800
(41,8,0)
#230800
(35,8,0)
#1D0800
(29,8,0)
#170800
(23,8,0)
#110800
(17,8,0)
#0B0800
(11,8,0)
#000000
(0,0,0)

Tints of #470800

#470800
(71,8,0)
#571E17
(87,30,23)
#67342E
(103,52,46)
#774A45
(119,74,69)
#87605C
(135,96,92)
#977673
(151,118,115)
#A78C8A
(167,140,138)
#B7A2A1
(183,162,161)
#C7B8B8
(199,184,184)
#D7CECF
(215,206,207)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470800; }

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

This text font color is #470800.


Background Color

.myBgColor { background-color: #470800; }

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

This div background color is #470800.


Border color

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

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

This div border color is #470800.


Opacity

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

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

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

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

This text has shadow with #470800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470800 on black background.


Color preview on white background

This text has color #470800 on white background.



Black color preview on #470800 background

This text has black color on #470800 background.


White color preview on #470800 background

This text has white color on #470800 background.