COLOR #731D1F

HEX: #731D1F
RGB: (115,29,31)

Color info

#731D1F contains mainly red color. Web safe color of #731D1F is #663333 (or #633).

RGB color model

#731D1F color RGB value is (115,29,31).

  • red value is 115;
  • green value is 29;
  • blue value is 31.
RGB:
(115,29,31)
(45%,11%,12%)

RGB channels and saturation

R 115 of 255 = 45%
G 29 of 255 = 11%
B 31 of 255 = 12%

115
29
31

R + G + B ~ 23%. #731D1F is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 29 + 31 = 175 (100%)
R 115 of 175 ~ 65.71%
G 29 of 175 ~ 16.57%
B 31 of 175 ~ 17.71%

%65.71
%16.57
%17.71

CMYK color model

#731D1F color CMYK value is (0,75,73,55).

  • cyan value is 0.00%
  • magenta value is 74.78%
  • yellow value is 73.04%
  • key color value is 54.90%
CMYK:
(0,75,73,55)
C0M75Y73K55 
(0%,75%,73%,55%)
(0.00/0.75/0.73/0.55)	

CMYK percentages

%0
%74.78
%73.04
%54.9

Codes

Color #731D1F in popluar color models

731D1F
RGB1152931
HSL359°59.72%28.24%
HSB/HSV359°74.78%45.10%
CMYK0.00%74.78%73.04%
54.90%

Color #731D1F in popluar number systems.

HEX731D1F
Decimal1152931
Binary11100111110111111
Octal1633537

Shades and tints

Shades of #731D1F

#731D1F
(115,29,31)
#691B1D
(105,27,29)
#5F191B
(95,25,27)
#551719
(85,23,25)
#4B1517
(75,21,23)
#411315
(65,19,21)
#371113
(55,17,19)
#2D0F11
(45,15,17)
#230D0F
(35,13,15)
#190B0D
(25,11,13)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #731D1F

#731D1F
(115,29,31)
#7F3133
(127,49,51)
#8B4547
(139,69,71)
#97595B
(151,89,91)
#A36D6F
(163,109,111)
#AF8183
(175,129,131)
#BB9597
(187,149,151)
#C7A9AB
(199,169,171)
#D3BDBF
(211,189,191)
#DFD1D3
(223,209,211)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #731D1F color. Also use rgb(115,29,31) instead hex code.

Text Font Color

.myTextColor { color: #731D1F; }

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

This text font color is #731D1F.


Background Color

.myBgColor { background-color: #731D1F; }

<div style="background-color:#731D1F">Inner text</div>

This div background color is #731D1F.


Border color

.myBorderColor { border: 1px solid #731D1F; }

<div style="border:3px solid #731D1F">Div</div>

This div border color is #731D1F.


Opacity

.myOpacity80 { color: #731D1F; opacity: 0.8; }

<p style="color:#731D1F;opacity:0.8;">80%</p>

Text with #731D1F 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 #731D1F;}

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

This text has shadow with #731D1F color.

.textShadow {text-shadow: 3px 3px 1px #731D1F, 3px 3px 1px red;}

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

This text has shadow with #731D1F primary color and red secondary color.


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

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

This text has shadow with #731D1F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731D1F on black background.


Color preview on white background

This text has color #731D1F on white background.



Black color preview on #731D1F background

This text has black color on #731D1F background.


White color preview on #731D1F background

This text has white color on #731D1F background.