COLOR #731D3A

HEX: #731D3A
RGB: (115,29,58)

Color info

#731D3A contains mainly red and blue colors. Web safe color of #731D3A is #663333 (or #633).

RGB color model

#731D3A color RGB value is (115,29,58).

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

RGB channels and saturation

R 115 of 255 = 45%
G 29 of 255 = 11%
B 58 of 255 = 23%

115
29
58

R + G + B ~ 26%. #731D3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 29 + 58 = 202 (100%)
R 115 of 202 ~ 56.93%
G 29 of 202 ~ 14.36%
B 58 of 202 ~ 28.71%

%56.93
%14.36
%28.71

CMYK color model

#731D3A color CMYK value is (0,75,50,55).

  • cyan value is 0.00%
  • magenta value is 74.78%
  • yellow value is 49.57%
  • key color value is 54.90%
CMYK:
(0,75,50,55)
C0M75Y50K55 
(0%,75%,50%,55%)
(0.00/0.75/0.50/0.55)	

CMYK percentages

%0
%74.78
%49.57
%54.9

Codes

Color #731D3A in popluar color models

731D3A
RGB1152958
HSL340°59.72%28.24%
HSB/HSV340°74.78%45.10%
CMYK0.00%74.78%49.57%
54.90%

Color #731D3A in popluar number systems.

HEX731D3A
Decimal1152958
Binary111001111101111010
Octal1633572

Shades and tints

Shades of #731D3A

#731D3A
(115,29,58)
#691B35
(105,27,53)
#5F1930
(95,25,48)
#55172B
(85,23,43)
#4B1526
(75,21,38)
#411321
(65,19,33)
#37111C
(55,17,28)
#2D0F17
(45,15,23)
#230D12
(35,13,18)
#190B0D
(25,11,13)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #731D3A

#731D3A
(115,29,58)
#7F314B
(127,49,75)
#8B455C
(139,69,92)
#97596D
(151,89,109)
#A36D7E
(163,109,126)
#AF818F
(175,129,143)
#BB95A0
(187,149,160)
#C7A9B1
(199,169,177)
#D3BDC2
(211,189,194)
#DFD1D3
(223,209,211)
#EBE5E4
(235,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #731D3A; }

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

This text font color is #731D3A.


Background Color

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

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

This div background color is #731D3A.


Border color

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

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

This div border color is #731D3A.


Opacity

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

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

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

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

This text has shadow with #731D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731D3A on black background.


Color preview on white background

This text has color #731D3A on white background.



Black color preview on #731D3A background

This text has black color on #731D3A background.


White color preview on #731D3A background

This text has white color on #731D3A background.