COLOR #731718

HEX: #731718
RGB: (115,23,24)

Color info

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

RGB color model

#731718 color RGB value is (115,23,24).

  • red value is 115;
  • green value is 23;
  • blue value is 24.
RGB:
(115,23,24)
(45%,9%,9%)

RGB channels and saturation

R 115 of 255 = 45%
G 23 of 255 = 9%
B 24 of 255 = 9%

115
23
24

R + G + B ~ 21%. #731718 is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 23 + 24 = 162 (100%)
R 115 of 162 ~ 70.99%
G 23 of 162 ~ 14.2%
B 24 of 162 ~ 14.81%

%70.99
%14.2
%14.81

CMYK color model

#731718 color CMYK value is (0,80,79,55).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 79.13%
  • key color value is 54.90%
CMYK:
(0,80,79,55)
C0M80Y79K55 
(0%,80%,79%,55%)
(0.00/0.80/0.79/0.55)	

CMYK percentages

%0
%80
%79.13
%54.9

Codes

Color #731718 in popluar color models

731718
RGB1152324
HSL359°66.67%27.06%
HSB/HSV359°80.00%45.10%
CMYK0.00%80.00%79.13%
54.90%

Color #731718 in popluar number systems.

HEX731718
Decimal1152324
Binary11100111011111000
Octal1632730

Shades and tints

Shades of #731718

#731718
(115,23,24)
#691516
(105,21,22)
#5F1314
(95,19,20)
#551112
(85,17,18)
#4B0F10
(75,15,16)
#410D0E
(65,13,14)
#370B0C
(55,11,12)
#2D090A
(45,9,10)
#230708
(35,7,8)
#190506
(25,5,6)
#0F0304
(15,3,4)
#000000
(0,0,0)

Tints of #731718

#731718
(115,23,24)
#7F2C2D
(127,44,45)
#8B4142
(139,65,66)
#975657
(151,86,87)
#A36B6C
(163,107,108)
#AF8081
(175,128,129)
#BB9596
(187,149,150)
#C7AAAB
(199,170,171)
#D3BFC0
(211,191,192)
#DFD4D5
(223,212,213)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #731718 color. Also use rgb(115,23,24) instead hex code.

Text Font Color

.myTextColor { color: #731718; }

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

This text font color is #731718.


Background Color

.myBgColor { background-color: #731718; }

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

This div background color is #731718.


Border color

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

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

This div border color is #731718.


Opacity

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

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

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

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

This text has shadow with #731718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731718 on black background.


Color preview on white background

This text has color #731718 on white background.



Black color preview on #731718 background

This text has black color on #731718 background.


White color preview on #731718 background

This text has white color on #731718 background.