COLOR #71322B

HEX: #71322B
RGB: (113,50,43)

Color info

#71322B contains mainly red color. Web safe color of #71322B is #663333 (or #633).

RGB color model

#71322B color RGB value is (113,50,43).

  • red value is 113;
  • green value is 50;
  • blue value is 43.
RGB:
(113,50,43)
(44%,20%,17%)

RGB channels and saturation

R 113 of 255 = 44%
G 50 of 255 = 20%
B 43 of 255 = 17%

113
50
43

R + G + B ~ 27%. #71322B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 50 + 43 = 206 (100%)
R 113 of 206 ~ 54.85%
G 50 of 206 ~ 24.27%
B 43 of 206 ~ 20.87%

%54.85
%24.27
%20.87

CMYK color model

#71322B color CMYK value is (0,56,62,56).

  • cyan value is 0.00%
  • magenta value is 55.75%
  • yellow value is 61.95%
  • key color value is 55.69%
CMYK:
(0,56,62,56)
C0M56Y62K56 
(0%,56%,62%,56%)
(0.00/0.56/0.62/0.56)	

CMYK percentages

%0
%55.75
%61.95
%55.69

Codes

Color #71322B in popluar color models

71322B
RGB1135043
HSL44.87%30.59%
HSB/HSV61.95%44.31%
CMYK0.00%55.75%61.95%
55.69%

Color #71322B in popluar number systems.

HEX71322B
Decimal1135043
Binary1110001110010101011
Octal1616253

Shades and tints

Shades of #71322B

#71322B
(113,50,43)
#672E28
(103,46,40)
#5D2A25
(93,42,37)
#532622
(83,38,34)
#49221F
(73,34,31)
#3F1E1C
(63,30,28)
#351A19
(53,26,25)
#2B1616
(43,22,22)
#211213
(33,18,19)
#170E10
(23,14,16)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #71322B

#71322B
(113,50,43)
#7D443E
(125,68,62)
#895651
(137,86,81)
#956864
(149,104,100)
#A17A77
(161,122,119)
#AD8C8A
(173,140,138)
#B99E9D
(185,158,157)
#C5B0B0
(197,176,176)
#D1C2C3
(209,194,195)
#DDD4D6
(221,212,214)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71322B color. Also use rgb(113,50,43) instead hex code.

Text Font Color

.myTextColor { color: #71322B; }

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

This text font color is #71322B.


Background Color

.myBgColor { background-color: #71322B; }

<div style="background-color:#71322B">Inner text</div>

This div background color is #71322B.


Border color

.myBorderColor { border: 1px solid #71322B; }

<div style="border:3px solid #71322B">Div</div>

This div border color is #71322B.


Opacity

.myOpacity80 { color: #71322B; opacity: 0.8; }

<p style="color:#71322B;opacity:0.8;">80%</p>

Text with #71322B 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 #71322B;}

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

This text has shadow with #71322B color.

.textShadow {text-shadow: 3px 3px 1px #71322B, 3px 3px 1px red;}

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

This text has shadow with #71322B primary color and red secondary color.


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

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

This text has shadow with #71322B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71322B on black background.


Color preview on white background

This text has color #71322B on white background.



Black color preview on #71322B background

This text has black color on #71322B background.


White color preview on #71322B background

This text has white color on #71322B background.