COLOR #470C2B

HEX: #470C2B
RGB: (71,12,43)

Color info

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

RGB color model

#470C2B color RGB value is (71,12,43).

  • red value is 71;
  • green value is 12;
  • blue value is 43.
RGB:
(71,12,43)
(28%,5%,17%)

RGB channels and saturation

R 71 of 255 = 28%
G 12 of 255 = 5%
B 43 of 255 = 17%

71
12
43

R + G + B ~ 17%. #470C2B is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 12 + 43 = 126 (100%)
R 71 of 126 ~ 56.35%
G 12 of 126 ~ 9.52%
B 43 of 126 ~ 34.13%

%56.35
%9.52
%34.13

CMYK color model

#470C2B color CMYK value is (0,83,39,72).

  • cyan value is 0.00%
  • magenta value is 83.10%
  • yellow value is 39.44%
  • key color value is 72.16%
CMYK:
(0,83,39,72)
C0M83Y39K72 
(0%,83%,39%,72%)
(0.00/0.83/0.39/0.72)	

CMYK percentages

%0
%83.1
%39.44
%72.16

Codes

Color #470C2B in popluar color models

470C2B
RGB711243
HSL328°71.08%16.27%
HSB/HSV328°83.10%27.84%
CMYK0.00%83.10%39.44%
72.16%

Color #470C2B in popluar number systems.

HEX470C2B
Decimal711243
Binary10001111100101011
Octal1071453

Shades and tints

Shades of #470C2B

#470C2B
(71,12,43)
#410B28
(65,11,40)
#3B0A25
(59,10,37)
#350922
(53,9,34)
#2F081F
(47,8,31)
#29071C
(41,7,28)
#230619
(35,6,25)
#1D0516
(29,5,22)
#170413
(23,4,19)
#110310
(17,3,16)
#0B020D
(11,2,13)
#000000
(0,0,0)

Tints of #470C2B

#470C2B
(71,12,43)
#57223E
(87,34,62)
#673851
(103,56,81)
#774E64
(119,78,100)
#876477
(135,100,119)
#977A8A
(151,122,138)
#A7909D
(167,144,157)
#B7A6B0
(183,166,176)
#C7BCC3
(199,188,195)
#D7D2D6
(215,210,214)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470C2B color. Also use rgb(71,12,43) instead hex code.

Text Font Color

.myTextColor { color: #470C2B; }

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

This text font color is #470C2B.


Background Color

.myBgColor { background-color: #470C2B; }

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

This div background color is #470C2B.


Border color

.myBorderColor { border: 1px solid #470C2B; }

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

This div border color is #470C2B.


Opacity

.myOpacity80 { color: #470C2B; opacity: 0.8; }

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

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

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

This text has shadow with #470C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470C2B on black background.


Color preview on white background

This text has color #470C2B on white background.



Black color preview on #470C2B background

This text has black color on #470C2B background.


White color preview on #470C2B background

This text has white color on #470C2B background.