COLOR #71312C

HEX: #71312C
RGB: (113,49,44)

Color info

#71312C contains mainly red color. Web safe color of #71312C is #663333 (or #633).

RGB color model

#71312C color RGB value is (113,49,44).

  • red value is 113;
  • green value is 49;
  • blue value is 44.
RGB:
(113,49,44)
(44%,19%,17%)

RGB channels and saturation

R 113 of 255 = 44%
G 49 of 255 = 19%
B 44 of 255 = 17%

113
49
44

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

Portions of RGB colors in percentages

R + G + B =
113 + 49 + 44 = 206 (100%)
R 113 of 206 ~ 54.85%
G 49 of 206 ~ 23.79%
B 44 of 206 ~ 21.36%

%54.85
%23.79
%21.36

CMYK color model

#71312C color CMYK value is (0,57,61,56).

  • cyan value is 0.00%
  • magenta value is 56.64%
  • yellow value is 61.06%
  • key color value is 55.69%
CMYK:
(0,57,61,56)
C0M57Y61K56 
(0%,57%,61%,56%)
(0.00/0.57/0.61/0.56)	

CMYK percentages

%0
%56.64
%61.06
%55.69

Codes

Color #71312C in popluar color models

71312C
RGB1134944
HSL43.95%30.78%
HSB/HSV61.06%44.31%
CMYK0.00%56.64%61.06%
55.69%

Color #71312C in popluar number systems.

HEX71312C
Decimal1134944
Binary1110001110001101100
Octal1616154

Shades and tints

Shades of #71312C

#71312C
(113,49,44)
#672D28
(103,45,40)
#5D2924
(93,41,36)
#532520
(83,37,32)
#49211C
(73,33,28)
#3F1D18
(63,29,24)
#351914
(53,25,20)
#2B1510
(43,21,16)
#21110C
(33,17,12)
#170D08
(23,13,8)
#0D0904
(13,9,4)
#000000
(0,0,0)

Tints of #71312C

#71312C
(113,49,44)
#7D433F
(125,67,63)
#895552
(137,85,82)
#956765
(149,103,101)
#A17978
(161,121,120)
#AD8B8B
(173,139,139)
#B99D9E
(185,157,158)
#C5AFB1
(197,175,177)
#D1C1C4
(209,193,196)
#DDD3D7
(221,211,215)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71312C color. Also use rgb(113,49,44) instead hex code.

Text Font Color

.myTextColor { color: #71312C; }

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

This text font color is #71312C.


Background Color

.myBgColor { background-color: #71312C; }

<div style="background-color:#71312C">Inner text</div>

This div background color is #71312C.


Border color

.myBorderColor { border: 1px solid #71312C; }

<div style="border:3px solid #71312C">Div</div>

This div border color is #71312C.


Opacity

.myOpacity80 { color: #71312C; opacity: 0.8; }

<p style="color:#71312C;opacity:0.8;">80%</p>

Text with #71312C 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 #71312C;}

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

This text has shadow with #71312C color.

.textShadow {text-shadow: 3px 3px 1px #71312C, 3px 3px 1px red;}

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

This text has shadow with #71312C primary color and red secondary color.


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

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

This text has shadow with #71312C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71312C on black background.


Color preview on white background

This text has color #71312C on white background.



Black color preview on #71312C background

This text has black color on #71312C background.


White color preview on #71312C background

This text has white color on #71312C background.