COLOR #470B38

HEX: #470B38
RGB: (71,11,56)

Color info

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

RGB color model

#470B38 color RGB value is (71,11,56).

  • red value is 71;
  • green value is 11;
  • blue value is 56.
RGB:
(71,11,56)
(28%,4%,22%)

RGB channels and saturation

R 71 of 255 = 28%
G 11 of 255 = 4%
B 56 of 255 = 22%

71
11
56

R + G + B ~ 18%. #470B38 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 11 + 56 = 138 (100%)
R 71 of 138 ~ 51.45%
G 11 of 138 ~ 7.97%
B 56 of 138 ~ 40.58%

%51.45
%40.58

CMYK color model

#470B38 color CMYK value is (0,85,21,72).

  • cyan value is 0.00%
  • magenta value is 84.51%
  • yellow value is 21.13%
  • key color value is 72.16%
CMYK:
(0,85,21,72)
C0M85Y21K72 
(0%,85%,21%,72%)
(0.00/0.85/0.21/0.72)	

CMYK percentages

%0
%84.51
%21.13
%72.16

Codes

Color #470B38 in popluar color models

470B38
RGB711156
HSL315°73.17%16.08%
HSB/HSV315°84.51%27.84%
CMYK0.00%84.51%21.13%
72.16%

Color #470B38 in popluar number systems.

HEX470B38
Decimal711156
Binary10001111011111000
Octal1071370

Shades and tints

Shades of #470B38

#470B38
(71,11,56)
#410A33
(65,10,51)
#3B092E
(59,9,46)
#350829
(53,8,41)
#2F0724
(47,7,36)
#29061F
(41,6,31)
#23051A
(35,5,26)
#1D0415
(29,4,21)
#170310
(23,3,16)
#11020B
(17,2,11)
#0B0106
(11,1,6)
#000000
(0,0,0)

Tints of #470B38

#470B38
(71,11,56)
#57214A
(87,33,74)
#67375C
(103,55,92)
#774D6E
(119,77,110)
#876380
(135,99,128)
#977992
(151,121,146)
#A78FA4
(167,143,164)
#B7A5B6
(183,165,182)
#C7BBC8
(199,187,200)
#D7D1DA
(215,209,218)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470B38 color. Also use rgb(71,11,56) instead hex code.

Text Font Color

.myTextColor { color: #470B38; }

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

This text font color is #470B38.


Background Color

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

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

This div background color is #470B38.


Border color

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

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

This div border color is #470B38.


Opacity

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

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

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

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

This text has shadow with #470B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470B38 on black background.


Color preview on white background

This text has color #470B38 on white background.



Black color preview on #470B38 background

This text has black color on #470B38 background.


White color preview on #470B38 background

This text has white color on #470B38 background.