COLOR #81371D

HEX: #81371D
RGB: (129,55,29)

Color info

#81371D contains mainly red color. Web safe color of #81371D is #993333 (or #933).

RGB color model

#81371D color RGB value is (129,55,29).

  • red value is 129;
  • green value is 55;
  • blue value is 29.
RGB:
(129,55,29)
(51%,22%,11%)

RGB channels and saturation

R 129 of 255 = 51%
G 55 of 255 = 22%
B 29 of 255 = 11%

129
55
29

R + G + B ~ 28%. #81371D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 55 + 29 = 213 (100%)
R 129 of 213 ~ 60.56%
G 55 of 213 ~ 25.82%
B 29 of 213 ~ 13.62%

%60.56
%25.82
%13.62

CMYK color model

#81371D color CMYK value is (0,57,78,49).

  • cyan value is 0.00%
  • magenta value is 57.36%
  • yellow value is 77.52%
  • key color value is 49.41%
CMYK:
(0,57,78,49)
C0M57Y78K49 
(0%,57%,78%,49%)
(0.00/0.57/0.78/0.49)	

CMYK percentages

%0
%57.36
%77.52
%49.41

Codes

Color #81371D in popluar color models

81371D
RGB1295529
HSL16°63.29%30.98%
HSB/HSV16°77.52%50.59%
CMYK0.00%57.36%77.52%
49.41%

Color #81371D in popluar number systems.

HEX81371D
Decimal1295529
Binary1000000111011111101
Octal2016735

Shades and tints

Shades of #81371D

#81371D
(129,55,29)
#76321B
(118,50,27)
#6B2D19
(107,45,25)
#602817
(96,40,23)
#552315
(85,35,21)
#4A1E13
(74,30,19)
#3F1911
(63,25,17)
#34140F
(52,20,15)
#290F0D
(41,15,13)
#1E0A0B
(30,10,11)
#130509
(19,5,9)
#000000
(0,0,0)

Tints of #81371D

#81371D
(129,55,29)
#8C4931
(140,73,49)
#975B45
(151,91,69)
#A26D59
(162,109,89)
#AD7F6D
(173,127,109)
#B89181
(184,145,129)
#C3A395
(195,163,149)
#CEB5A9
(206,181,169)
#D9C7BD
(217,199,189)
#E4D9D1
(228,217,209)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81371D color. Also use rgb(129,55,29) instead hex code.

Text Font Color

.myTextColor { color: #81371D; }

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

This text font color is #81371D.


Background Color

.myBgColor { background-color: #81371D; }

<div style="background-color:#81371D">Inner text</div>

This div background color is #81371D.


Border color

.myBorderColor { border: 1px solid #81371D; }

<div style="border:3px solid #81371D">Div</div>

This div border color is #81371D.


Opacity

.myOpacity80 { color: #81371D; opacity: 0.8; }

<p style="color:#81371D;opacity:0.8;">80%</p>

Text with #81371D 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 #81371D;}

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

This text has shadow with #81371D color.

.textShadow {text-shadow: 3px 3px 1px #81371D, 3px 3px 1px red;}

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

This text has shadow with #81371D primary color and red secondary color.


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

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

This text has shadow with #81371D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81371D on black background.


Color preview on white background

This text has color #81371D on white background.



Black color preview on #81371D background

This text has black color on #81371D background.


White color preview on #81371D background

This text has white color on #81371D background.