COLOR #711619

HEX: #711619
RGB: (113,22,25)

Color info

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

RGB color model

#711619 color RGB value is (113,22,25).

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

RGB channels and saturation

R 113 of 255 = 44%
G 22 of 255 = 9%
B 25 of 255 = 10%

113
22
25

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

Portions of RGB colors in percentages

R + G + B =
113 + 22 + 25 = 160 (100%)
R 113 of 160 ~ 70.63%
G 22 of 160 ~ 13.75%
B 25 of 160 ~ 15.63%

%70.63
%13.75
%15.63

CMYK color model

#711619 color CMYK value is (0,81,78,56).

  • cyan value is 0.00%
  • magenta value is 80.53%
  • yellow value is 77.88%
  • key color value is 55.69%
CMYK:
(0,81,78,56)
C0M81Y78K56 
(0%,81%,78%,56%)
(0.00/0.81/0.78/0.56)	

CMYK percentages

%0
%80.53
%77.88
%55.69

Codes

Color #711619 in popluar color models

711619
RGB1132225
HSL358°67.41%26.47%
HSB/HSV358°80.53%44.31%
CMYK0.00%80.53%77.88%
55.69%

Color #711619 in popluar number systems.

HEX711619
Decimal1132225
Binary11100011011011001
Octal1612631

Shades and tints

Shades of #711619

#711619
(113,22,25)
#671417
(103,20,23)
#5D1215
(93,18,21)
#531013
(83,16,19)
#490E11
(73,14,17)
#3F0C0F
(63,12,15)
#350A0D
(53,10,13)
#2B080B
(43,8,11)
#210609
(33,6,9)
#170407
(23,4,7)
#0D0205
(13,2,5)
#000000
(0,0,0)

Tints of #711619

#711619
(113,22,25)
#7D2B2D
(125,43,45)
#894041
(137,64,65)
#955555
(149,85,85)
#A16A69
(161,106,105)
#AD7F7D
(173,127,125)
#B99491
(185,148,145)
#C5A9A5
(197,169,165)
#D1BEB9
(209,190,185)
#DDD3CD
(221,211,205)
#E9E8E1
(233,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711619; }

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

This text font color is #711619.


Background Color

.myBgColor { background-color: #711619; }

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

This div background color is #711619.


Border color

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

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

This div border color is #711619.


Opacity

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

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

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

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

This text has shadow with #711619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711619 on black background.


Color preview on white background

This text has color #711619 on white background.



Black color preview on #711619 background

This text has black color on #711619 background.


White color preview on #711619 background

This text has white color on #711619 background.