COLOR #731619

HEX: #731619
RGB: (115,22,25)

Color info

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

RGB color model

#731619 color RGB value is (115,22,25).

  • red value is 115;
  • green value is 22;
  • blue value is 25.
RGB:
(115,22,25)
(45%,9%,10%)

RGB channels and saturation

R 115 of 255 = 45%
G 22 of 255 = 9%
B 25 of 255 = 10%

115
22
25

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

Portions of RGB colors in percentages

R + G + B =
115 + 22 + 25 = 162 (100%)
R 115 of 162 ~ 70.99%
G 22 of 162 ~ 13.58%
B 25 of 162 ~ 15.43%

%70.99
%13.58
%15.43

CMYK color model

#731619 color CMYK value is (0,81,78,55).

  • cyan value is 0.00%
  • magenta value is 80.87%
  • yellow value is 78.26%
  • key color value is 54.90%
CMYK:
(0,81,78,55)
C0M81Y78K55 
(0%,81%,78%,55%)
(0.00/0.81/0.78/0.55)	

CMYK percentages

%0
%80.87
%78.26
%54.9

Codes

Color #731619 in popluar color models

731619
RGB1152225
HSL358°67.88%26.86%
HSB/HSV358°80.87%45.10%
CMYK0.00%80.87%78.26%
54.90%

Color #731619 in popluar number systems.

HEX731619
Decimal1152225
Binary11100111011011001
Octal1632631

Shades and tints

Shades of #731619

#731619
(115,22,25)
#691417
(105,20,23)
#5F1215
(95,18,21)
#551013
(85,16,19)
#4B0E11
(75,14,17)
#410C0F
(65,12,15)
#370A0D
(55,10,13)
#2D080B
(45,8,11)
#230609
(35,6,9)
#190407
(25,4,7)
#0F0205
(15,2,5)
#000000
(0,0,0)

Tints of #731619

#731619
(115,22,25)
#7F2B2D
(127,43,45)
#8B4041
(139,64,65)
#975555
(151,85,85)
#A36A69
(163,106,105)
#AF7F7D
(175,127,125)
#BB9491
(187,148,145)
#C7A9A5
(199,169,165)
#D3BEB9
(211,190,185)
#DFD3CD
(223,211,205)
#EBE8E1
(235,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #731619 color. Also use rgb(115,22,25) instead hex code.

Text Font Color

.myTextColor { color: #731619; }

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

This text font color is #731619.


Background Color

.myBgColor { background-color: #731619; }

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

This div background color is #731619.


Border color

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

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

This div border color is #731619.


Opacity

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

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

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

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

This text has shadow with #731619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #731619 on black background.


Color preview on white background

This text has color #731619 on white background.



Black color preview on #731619 background

This text has black color on #731619 background.


White color preview on #731619 background

This text has white color on #731619 background.