COLOR #731400

HEX: #731400
RGB: (115,20,0)

Color info

#731400 contains mainly red color. Web safe color of #731400 is #660000 (or #600).

RGB color model

#731400 color RGB value is (115,20,0).

  • red value is 115;
  • green value is 20;
  • blue value is 0.
RGB:
(115,20,0)
(45%,8%,0%)

RGB channels and saturation

R 115 of 255 = 45%
G 20 of 255 = 8%
B 0 of 255 = 0%

115
20
0

R + G + B ~ 18%. #731400 is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 20 + 0 = 135 (100%)
R 115 of 135 ~ 85.19%
G 20 of 135 ~ 14.81%
B 0 of 135 ~ 0%

%85.19
%14.81

CMYK color model

#731400 color CMYK value is (0,83,100,55).

  • cyan value is 0.00%
  • magenta value is 82.61%
  • yellow value is 100.00%
  • key color value is 54.90%
CMYK:
(0,83,100,55)
C0M83Y100K55 
(0%,83%,100%,55%)
(0.00/0.83/1.00/0.55)	

CMYK percentages

%0
%82.61
%100
%54.9

Codes

Color #731400 in popluar color models

731400
RGB115200
HSL10°100.00%22.55%
HSB/HSV10°100.00%45.10%
CMYK0.00%82.61%100.00%
54.90%

Color #731400 in popluar number systems.

HEX731400
Decimal115200
Binary1110011101000
Octal163240

Shades and tints

Shades of #731400

#731400
(115,20,0)
#691300
(105,19,0)
#5F1200
(95,18,0)
#551100
(85,17,0)
#4B1000
(75,16,0)
#410F00
(65,15,0)
#370E00
(55,14,0)
#2D0D00
(45,13,0)
#230C00
(35,12,0)
#190B00
(25,11,0)
#0F0A00
(15,10,0)
#000000
(0,0,0)

Tints of #731400

#731400
(115,20,0)
#7F2917
(127,41,23)
#8B3E2E
(139,62,46)
#975345
(151,83,69)
#A3685C
(163,104,92)
#AF7D73
(175,125,115)
#BB928A
(187,146,138)
#C7A7A1
(199,167,161)
#D3BCB8
(211,188,184)
#DFD1CF
(223,209,207)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #731400 color. Also use rgb(115,20,0) instead hex code.

Text Font Color

.myTextColor { color: #731400; }

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

This text font color is #731400.


Background Color

.myBgColor { background-color: #731400; }

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

This div background color is #731400.


Border color

.myBorderColor { border: 1px solid #731400; }

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

This div border color is #731400.


Opacity

.myOpacity80 { color: #731400; opacity: 0.8; }

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

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

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

This text has shadow with #731400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731400 on black background.


Color preview on white background

This text has color #731400 on white background.



Black color preview on #731400 background

This text has black color on #731400 background.


White color preview on #731400 background

This text has white color on #731400 background.