COLOR #731017

HEX: #731017
RGB: (115,16,23)

Color info

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

RGB color model

#731017 color RGB value is (115,16,23).

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

RGB channels and saturation

R 115 of 255 = 45%
G 16 of 255 = 6%
B 23 of 255 = 9%

115
16
23

R + G + B ~ 20%. #731017 is dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 16 + 23 = 154 (100%)
R 115 of 154 ~ 74.68%
G 16 of 154 ~ 10.39%
B 23 of 154 ~ 14.94%

%74.68
%10.39
%14.94

CMYK color model

#731017 color CMYK value is (0,86,80,55).

  • cyan value is 0.00%
  • magenta value is 86.09%
  • yellow value is 80.00%
  • key color value is 54.90%
CMYK:
(0,86,80,55)
C0M86Y80K55 
(0%,86%,80%,55%)
(0.00/0.86/0.80/0.55)	

CMYK percentages

%0
%86.09
%80
%54.9

Codes

Color #731017 in popluar color models

731017
RGB1151623
HSL356°75.57%25.69%
HSB/HSV356°86.09%45.10%
CMYK0.00%86.09%80.00%
54.90%

Color #731017 in popluar number systems.

HEX731017
Decimal1151623
Binary11100111000010111
Octal1632027

Shades and tints

Shades of #731017

#731017
(115,16,23)
#690F15
(105,15,21)
#5F0E13
(95,14,19)
#550D11
(85,13,17)
#4B0C0F
(75,12,15)
#410B0D
(65,11,13)
#370A0B
(55,10,11)
#2D0909
(45,9,9)
#230807
(35,8,7)
#190705
(25,7,5)
#0F0603
(15,6,3)
#000000
(0,0,0)

Tints of #731017

#731017
(115,16,23)
#7F252C
(127,37,44)
#8B3A41
(139,58,65)
#974F56
(151,79,86)
#A3646B
(163,100,107)
#AF7980
(175,121,128)
#BB8E95
(187,142,149)
#C7A3AA
(199,163,170)
#D3B8BF
(211,184,191)
#DFCDD4
(223,205,212)
#EBE2E9
(235,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #731017; }

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

This text font color is #731017.


Background Color

.myBgColor { background-color: #731017; }

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

This div background color is #731017.


Border color

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

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

This div border color is #731017.


Opacity

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

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

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

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

This text has shadow with #731017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731017 on black background.


Color preview on white background

This text has color #731017 on white background.



Black color preview on #731017 background

This text has black color on #731017 background.


White color preview on #731017 background

This text has white color on #731017 background.