COLOR #470F27

HEX: #470F27
RGB: (71,15,39)

Color info

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

RGB color model

#470F27 color RGB value is (71,15,39).

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

RGB channels and saturation

R 71 of 255 = 28%
G 15 of 255 = 6%
B 39 of 255 = 15%

71
15
39

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

Portions of RGB colors in percentages

R + G + B =
71 + 15 + 39 = 125 (100%)
R 71 of 125 ~ 56.8%
G 15 of 125 ~ 12%
B 39 of 125 ~ 31.2%

%56.8
%12
%31.2

CMYK color model

#470F27 color CMYK value is (0,79,45,72).

  • cyan value is 0.00%
  • magenta value is 78.87%
  • yellow value is 45.07%
  • key color value is 72.16%
CMYK:
(0,79,45,72)
C0M79Y45K72 
(0%,79%,45%,72%)
(0.00/0.79/0.45/0.72)	

CMYK percentages

%0
%78.87
%45.07
%72.16

Codes

Color #470F27 in popluar color models

470F27
RGB711539
HSL334°65.12%16.86%
HSB/HSV334°78.87%27.84%
CMYK0.00%78.87%45.07%
72.16%

Color #470F27 in popluar number systems.

HEX470F27
Decimal711539
Binary10001111111100111
Octal1071747

Shades and tints

Shades of #470F27

#470F27
(71,15,39)
#410E24
(65,14,36)
#3B0D21
(59,13,33)
#350C1E
(53,12,30)
#2F0B1B
(47,11,27)
#290A18
(41,10,24)
#230915
(35,9,21)
#1D0812
(29,8,18)
#17070F
(23,7,15)
#11060C
(17,6,12)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #470F27

#470F27
(71,15,39)
#57243A
(87,36,58)
#67394D
(103,57,77)
#774E60
(119,78,96)
#876373
(135,99,115)
#977886
(151,120,134)
#A78D99
(167,141,153)
#B7A2AC
(183,162,172)
#C7B7BF
(199,183,191)
#D7CCD2
(215,204,210)
#E7E1E5
(231,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #470F27; }

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

This text font color is #470F27.


Background Color

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

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

This div background color is #470F27.


Border color

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

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

This div border color is #470F27.


Opacity

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

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

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

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

This text has shadow with #470F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470F27 on black background.


Color preview on white background

This text has color #470F27 on white background.



Black color preview on #470F27 background

This text has black color on #470F27 background.


White color preview on #470F27 background

This text has white color on #470F27 background.