COLOR #470F22

HEX: #470F22
RGB: (71,15,34)

Color info

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

RGB color model

#470F22 color RGB value is (71,15,34).

  • red value is 71;
  • green value is 15;
  • blue value is 34.
RGB:
(71,15,34)
(28%,6%,13%)

RGB channels and saturation

R 71 of 255 = 28%
G 15 of 255 = 6%
B 34 of 255 = 13%

71
15
34

R + G + B ~ 16%. #470F22 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 15 + 34 = 120 (100%)
R 71 of 120 ~ 59.17%
G 15 of 120 ~ 12.5%
B 34 of 120 ~ 28.33%

%59.17
%12.5
%28.33

CMYK color model

#470F22 color CMYK value is (0,79,52,72).

  • cyan value is 0.00%
  • magenta value is 78.87%
  • yellow value is 52.11%
  • key color value is 72.16%
CMYK:
(0,79,52,72)
C0M79Y52K72 
(0%,79%,52%,72%)
(0.00/0.79/0.52/0.72)	

CMYK percentages

%0
%78.87
%52.11
%72.16

Codes

Color #470F22 in popluar color models

470F22
RGB711534
HSL340°65.12%16.86%
HSB/HSV340°78.87%27.84%
CMYK0.00%78.87%52.11%
72.16%

Color #470F22 in popluar number systems.

HEX470F22
Decimal711534
Binary10001111111100010
Octal1071742

Shades and tints

Shades of #470F22

#470F22
(71,15,34)
#410E1F
(65,14,31)
#3B0D1C
(59,13,28)
#350C19
(53,12,25)
#2F0B16
(47,11,22)
#290A13
(41,10,19)
#230910
(35,9,16)
#1D080D
(29,8,13)
#17070A
(23,7,10)
#110607
(17,6,7)
#0B0504
(11,5,4)
#000000
(0,0,0)

Tints of #470F22

#470F22
(71,15,34)
#572436
(87,36,54)
#67394A
(103,57,74)
#774E5E
(119,78,94)
#876372
(135,99,114)
#977886
(151,120,134)
#A78D9A
(167,141,154)
#B7A2AE
(183,162,174)
#C7B7C2
(199,183,194)
#D7CCD6
(215,204,214)
#E7E1EA
(231,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470F22 color. Also use rgb(71,15,34) instead hex code.

Text Font Color

.myTextColor { color: #470F22; }

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

This text font color is #470F22.


Background Color

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

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

This div background color is #470F22.


Border color

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

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

This div border color is #470F22.


Opacity

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

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

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

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

This text has shadow with #470F22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470F22 on black background.


Color preview on white background

This text has color #470F22 on white background.



Black color preview on #470F22 background

This text has black color on #470F22 background.


White color preview on #470F22 background

This text has white color on #470F22 background.