COLOR #471F3A

HEX: #471F3A RGB: (71,31,58)

Color info

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

RGB color model

#471F3A color RGB value is (71,31,58).

RGB: (71,31,58) (28%, 12%, 23%)

RGB channels and saturation

R 71 of 255 = 28%
G 31 of 255 = 12%
B 58 of 255 = 23%

71
31
58

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

Portions of RGB colors in percentages

R + G + B = 71 + 31 + 58 = 160 (100%)
R 71 of 160 ~ 44.38%
G 31 of 160 ~ 19.38%
B 58 of 160 ~ 36.25'%

%44.38
%19.38
%36.25

CMYK color model

#471F3A color CMYK value is (0,56,18,72).

  • cyan value is 0.00%
  • magenta value is 56.34%
  • yellow value is 18.31%
  • key color value is 72.16%

CMYK: (0,56,18,72)
C0M56Y18K72 (0%, 56%, 18%, 72%)
(0.00 / 0.56 / 0.18 / 0.72)

CMYK percentages

%0
%56.34
%18.31
%72.16

Codes

Color #471F3A in popluar color models

47 1F 3A
RGB 71 31 58
HSL 320° 39.22% 20.00%
HSB/HSV 320° 56.34% 27.84%
CMYK 0.00% 56.34% 18.31%
72.16%

Color #471F3A in popluar number systems.

HEX 47 1F 3A
Decimal 71 31 58
Binary 1000111 11111 111010
Octal 107 37 72

Shades and tints

Shades of #471F3A

#471F3A
(71,31,58)
#411D35
(65,29,53)
#3B1B30
(59,27,48)
#35192B
(53,25,43)
#2F1726
(47,23,38)
#291521
(41,21,33)
#23131C
(35,19,28)
#1D1117
(29,17,23)
#170F12
(23,15,18)
#110D0D
(17,13,13)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #471F3A

#471F3A
(71,31,58)
#57334B
(87,51,75)
#67475C
(103,71,92)
#775B6D
(119,91,109)
#876F7E
(135,111,126)
#97838F
(151,131,143)
#A797A0
(167,151,160)
#B7ABB1
(183,171,177)
#C7BFC2
(199,191,194)
#D7D3D3
(215,211,211)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471F3A; }

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

This text font color is #471F3A.

Background Color

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

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

This div background color is #471F3A.

Border color

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

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

This div border color is #471F3A.

Opacity

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

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

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

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

This text has shadow with #471F3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #471F3A.

Preview

Color preview on black background

This text has color #471F3A on black background.


Color preview on white background

This text has color #471F3A on white background.


Black color preview on #471F3A background

This text has black color on #471F3A background.


White color preview on #471F3A background

This text has white color on #471F3A background.


Related colors

Complementary color

Complementary color for #hex is #B8E0C5.


I love getcolorcode.com

Triadic colors

1 #3A471F and #1F3A47 with #471F3A are triadic colors.

2 #3A1F47 and #1F473A with #471F3A are triadic colors.