COLOR #731D1E

HEX: #731D1E RGB: (115,29,30)

Color info

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

RGB color model

#731D1E color RGB value is (115,29,30).

RGB: (115,29,30) (45%, 11%, 12%)

RGB channels and saturation

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

115
29
30

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

Portions of RGB colors in percentages

R + G + B = 115 + 29 + 30 = 174 (100%)
R 115 of 174 ~ 66.09%
G 29 of 174 ~ 16.67%
B 30 of 174 ~ 17.24'%

%66.09
%16.67
%17.24

CMYK color model

#731D1E color CMYK value is (0,75,74,55).

  • cyan value is 0.00%
  • magenta value is 74.78%
  • yellow value is 73.91%
  • key color value is 54.90%

CMYK: (0,75,74,55)
C0M75Y74K55 (0%, 75%, 74%, 55%)
(0.00 / 0.75 / 0.74 / 0.55)

CMYK percentages

%0
%74.78
%73.91
%54.9

Codes

Color #731D1E in popluar color models

73 1D 1E
RGB 115 29 30
HSL 359° 59.72% 28.24%
HSB/HSV 359° 74.78% 45.10%
CMYK 0.00% 74.78% 73.91%
54.90%

Color #731D1E in popluar number systems.

HEX 73 1D 1E
Decimal 115 29 30
Binary 1110011 11101 11110
Octal 163 35 36

Shades and tints

Shades of #731D1E

#731D1E
(115,29,30)
#691B1C
(105,27,28)
#5F191A
(95,25,26)
#551718
(85,23,24)
#4B1516
(75,21,22)
#411314
(65,19,20)
#371112
(55,17,18)
#2D0F10
(45,15,16)
#230D0E
(35,13,14)
#190B0C
(25,11,12)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #731D1E

#731D1E
(115,29,30)
#7F3132
(127,49,50)
#8B4546
(139,69,70)
#97595A
(151,89,90)
#A36D6E
(163,109,110)
#AF8182
(175,129,130)
#BB9596
(187,149,150)
#C7A9AA
(199,169,170)
#D3BDBE
(211,189,190)
#DFD1D2
(223,209,210)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #731D1E; }

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

This text font color is #731D1E.

Background Color

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

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

This div background color is #731D1E.

Border color

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

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

This div border color is #731D1E.

Opacity

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

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

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

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

This text has shadow with #731D1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #731D1E.

Preview

Color preview on black background

This text has color #731D1E on black background.


Color preview on white background

This text has color #731D1E on white background.


Black color preview on #731D1E background

This text has black color on #731D1E background.


White color preview on #731D1E background

This text has white color on #731D1E background.


Related colors

Complementary color

Complementary color for #hex is #8CE2E1.


I love getcolorcode.com

Triadic colors

1 #1E731D and #1D1E73 with #731D1E are triadic colors.

2 #1E1D73 and #1D731E with #731D1E are triadic colors.