COLOR #470926

HEX: #470926
RGB: (71,9,38)

Color info

#470926 contains mainly red and blue colors. Web safe color of #470926 is #330033 (or #303).

RGB color model

#470926 color RGB value is (71,9,38).

  • red value is 71;
  • green value is 9;
  • blue value is 38.
RGB:
(71,9,38)
(28%,4%,15%)

RGB channels and saturation

R 71 of 255 = 28%
G 9 of 255 = 4%
B 38 of 255 = 15%

71
9
38

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

Portions of RGB colors in percentages

R + G + B =
71 + 9 + 38 = 118 (100%)
R 71 of 118 ~ 60.17%
G 9 of 118 ~ 7.63%
B 38 of 118 ~ 32.2%

%60.17
%32.2

CMYK color model

#470926 color CMYK value is (0,87,46,72).

  • cyan value is 0.00%
  • magenta value is 87.32%
  • yellow value is 46.48%
  • key color value is 72.16%
CMYK:
(0,87,46,72)
C0M87Y46K72 
(0%,87%,46%,72%)
(0.00/0.87/0.46/0.72)	

CMYK percentages

%0
%87.32
%46.48
%72.16

Codes

Color #470926 in popluar color models

470926
RGB71938
HSL332°77.50%15.69%
HSB/HSV332°87.32%27.84%
CMYK0.00%87.32%46.48%
72.16%

Color #470926 in popluar number systems.

HEX470926
Decimal71938
Binary10001111001100110
Octal1071146

Shades and tints

Shades of #470926

#470926
(71,9,38)
#410923
(65,9,35)
#3B0920
(59,9,32)
#35091D
(53,9,29)
#2F091A
(47,9,26)
#290917
(41,9,23)
#230914
(35,9,20)
#1D0911
(29,9,17)
#17090E
(23,9,14)
#11090B
(17,9,11)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #470926

#470926
(71,9,38)
#571F39
(87,31,57)
#67354C
(103,53,76)
#774B5F
(119,75,95)
#876172
(135,97,114)
#977785
(151,119,133)
#A78D98
(167,141,152)
#B7A3AB
(183,163,171)
#C7B9BE
(199,185,190)
#D7CFD1
(215,207,209)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470926 color. Also use rgb(71,9,38) instead hex code.

Text Font Color

.myTextColor { color: #470926; }

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

This text font color is #470926.


Background Color

.myBgColor { background-color: #470926; }

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

This div background color is #470926.


Border color

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

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

This div border color is #470926.


Opacity

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

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

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

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

This text has shadow with #470926 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470926 on black background.


Color preview on white background

This text has color #470926 on white background.



Black color preview on #470926 background

This text has black color on #470926 background.


White color preview on #470926 background

This text has white color on #470926 background.