COLOR #471F3C

HEX: #471F3C
RGB: (71,31,60)

Color info

#471F3C contains red, green and blue colors in about the same proportion. Web safe color of #471F3C is #333333 (or #333).

RGB color model

#471F3C color RGB value is (71,31,60).

  • red value is 71;
  • green value is 31;
  • blue value is 60.
RGB:
(71,31,60)
(28%,12%,24%)

RGB channels and saturation

R 71 of 255 = 28%
G 31 of 255 = 12%
B 60 of 255 = 24%

71
31
60

R + G + B ~ 21%. #471F3C is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 31 + 60 = 162 (100%)
R 71 of 162 ~ 43.83%
G 31 of 162 ~ 19.14%
B 60 of 162 ~ 37.04%

%43.83
%19.14
%37.04

CMYK color model

#471F3C color CMYK value is (0,56,15,72).

  • cyan value is 0.00%
  • magenta value is 56.34%
  • yellow value is 15.49%
  • key color value is 72.16%
CMYK:
(0,56,15,72)
C0M56Y15K72 
(0%,56%,15%,72%)
(0.00/0.56/0.15/0.72)	

CMYK percentages

%0
%56.34
%15.49
%72.16

Codes

Color #471F3C in popluar color models

471F3C
RGB713160
HSL317°39.22%20.00%
HSB/HSV317°56.34%27.84%
CMYK0.00%56.34%15.49%
72.16%

Color #471F3C in popluar number systems.

HEX471F3C
Decimal713160
Binary100011111111111100
Octal1073774

Shades and tints

Shades of #471F3C

#471F3C
(71,31,60)
#411D37
(65,29,55)
#3B1B32
(59,27,50)
#35192D
(53,25,45)
#2F1728
(47,23,40)
#291523
(41,21,35)
#23131E
(35,19,30)
#1D1119
(29,17,25)
#170F14
(23,15,20)
#110D0F
(17,13,15)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #471F3C

#471F3C
(71,31,60)
#57334D
(87,51,77)
#67475E
(103,71,94)
#775B6F
(119,91,111)
#876F80
(135,111,128)
#978391
(151,131,145)
#A797A2
(167,151,162)
#B7ABB3
(183,171,179)
#C7BFC4
(199,191,196)
#D7D3D5
(215,211,213)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471F3C color. Also use rgb(71,31,60) instead hex code.

Text Font Color

.myTextColor { color: #471F3C; }

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

This text font color is #471F3C.


Background Color

.myBgColor { background-color: #471F3C; }

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

This div background color is #471F3C.


Border color

.myBorderColor { border: 1px solid #471F3C; }

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

This div border color is #471F3C.


Opacity

.myOpacity80 { color: #471F3C; opacity: 0.8; }

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

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

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

This text has shadow with #471F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471F3C on black background.


Color preview on white background

This text has color #471F3C on white background.



Black color preview on #471F3C background

This text has black color on #471F3C background.


White color preview on #471F3C background

This text has white color on #471F3C background.