COLOR #471E3A

HEX: #471E3A RGB: (71,30,58)

Color info

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

RGB color model

#471E3A color RGB value is (71,30,58).

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

RGB channels and saturation

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

71
30
58

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

Portions of RGB colors in percentages

R + G + B = 71 + 30 + 58 = 159 (100%)
R 71 of 159 ~ 44.65%
G 30 of 159 ~ 18.87%
B 58 of 159 ~ 36.48'%

%44.65
%18.87
%36.48

CMYK color model

#471E3A color CMYK value is (0,58,18,72).

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

CMYK: (0,58,18,72)
C0M58Y18K72 (0%, 58%, 18%, 72%)
(0.00 / 0.58 / 0.18 / 0.72)

CMYK percentages

%0
%57.75
%18.31
%72.16

Codes

Color #471E3A in popluar color models

47 1E 3A
RGB 71 30 58
HSL 319° 40.59% 19.80%
HSB/HSV 319° 57.75% 27.84%
CMYK 0.00% 57.75% 18.31%
72.16%

Color #471E3A in popluar number systems.

HEX 47 1E 3A
Decimal 71 30 58
Binary 1000111 11110 111010
Octal 107 36 72

Shades and tints

Shades of #471E3A

#471E3A
(71,30,58)
#411C35
(65,28,53)
#3B1A30
(59,26,48)
#35182B
(53,24,43)
#2F1626
(47,22,38)
#291421
(41,20,33)
#23121C
(35,18,28)
#1D1017
(29,16,23)
#170E12
(23,14,18)
#110C0D
(17,12,13)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #471E3A

#471E3A
(71,30,58)
#57324B
(87,50,75)
#67465C
(103,70,92)
#775A6D
(119,90,109)
#876E7E
(135,110,126)
#97828F
(151,130,143)
#A796A0
(167,150,160)
#B7AAB1
(183,170,177)
#C7BEC2
(199,190,194)
#D7D2D3
(215,210,211)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471E3A; }

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

This text font color is #471E3A.

Background Color

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

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

This div background color is #471E3A.

Border color

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

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

This div border color is #471E3A.

Opacity

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

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

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

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

This text has shadow with #471E3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #471E3A.

Preview

Color preview on black background

This text has color #471E3A on black background.


Color preview on white background

This text has color #471E3A on white background.


Black color preview on #471E3A background

This text has black color on #471E3A background.


White color preview on #471E3A background

This text has white color on #471E3A background.


Related colors

Complementary color

Complementary color for #hex is #B8E1C5.


I love getcolorcode.com

Triadic colors

1 #3A471E and #1E3A47 with #471E3A are triadic colors.

2 #3A1E47 and #1E473A with #471E3A are triadic colors.