COLOR #71331F

HEX: #71331F
RGB: (113,51,31)

Color info

#71331F contains mainly red color. Web safe color of #71331F is #663333 (or #633).

RGB color model

#71331F color RGB value is (113,51,31).

  • red value is 113;
  • green value is 51;
  • blue value is 31.
RGB:
(113,51,31)
(44%,20%,12%)

RGB channels and saturation

R 113 of 255 = 44%
G 51 of 255 = 20%
B 31 of 255 = 12%

113
51
31

R + G + B ~ 25%. #71331F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 51 + 31 = 195 (100%)
R 113 of 195 ~ 57.95%
G 51 of 195 ~ 26.15%
B 31 of 195 ~ 15.9%

%57.95
%26.15
%15.9

CMYK color model

#71331F color CMYK value is (0,55,73,56).

  • cyan value is 0.00%
  • magenta value is 54.87%
  • yellow value is 72.57%
  • key color value is 55.69%
CMYK:
(0,55,73,56)
C0M55Y73K56 
(0%,55%,73%,56%)
(0.00/0.55/0.73/0.56)	

CMYK percentages

%0
%54.87
%72.57
%55.69

Codes

Color #71331F in popluar color models

71331F
RGB1135131
HSL15°56.94%28.24%
HSB/HSV15°72.57%44.31%
CMYK0.00%54.87%72.57%
55.69%

Color #71331F in popluar number systems.

HEX71331F
Decimal1135131
Binary111000111001111111
Octal1616337

Shades and tints

Shades of #71331F

#71331F
(113,51,31)
#672F1D
(103,47,29)
#5D2B1B
(93,43,27)
#532719
(83,39,25)
#492317
(73,35,23)
#3F1F15
(63,31,21)
#351B13
(53,27,19)
#2B1711
(43,23,17)
#21130F
(33,19,15)
#170F0D
(23,15,13)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #71331F

#71331F
(113,51,31)
#7D4533
(125,69,51)
#895747
(137,87,71)
#95695B
(149,105,91)
#A17B6F
(161,123,111)
#AD8D83
(173,141,131)
#B99F97
(185,159,151)
#C5B1AB
(197,177,171)
#D1C3BF
(209,195,191)
#DDD5D3
(221,213,211)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71331F color. Also use rgb(113,51,31) instead hex code.

Text Font Color

.myTextColor { color: #71331F; }

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

This text font color is #71331F.


Background Color

.myBgColor { background-color: #71331F; }

<div style="background-color:#71331F">Inner text</div>

This div background color is #71331F.


Border color

.myBorderColor { border: 1px solid #71331F; }

<div style="border:3px solid #71331F">Div</div>

This div border color is #71331F.


Opacity

.myOpacity80 { color: #71331F; opacity: 0.8; }

<p style="color:#71331F;opacity:0.8;">80%</p>

Text with #71331F 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 #71331F;}

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

This text has shadow with #71331F color.

.textShadow {text-shadow: 3px 3px 1px #71331F, 3px 3px 1px red;}

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

This text has shadow with #71331F primary color and red secondary color.


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

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

This text has shadow with #71331F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71331F on black background.


Color preview on white background

This text has color #71331F on white background.



Black color preview on #71331F background

This text has black color on #71331F background.


White color preview on #71331F background

This text has white color on #71331F background.