COLOR #711615

HEX: #711615
RGB: (113,22,21)

Color info

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

RGB color model

#711615 color RGB value is (113,22,21).

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

RGB channels and saturation

R 113 of 255 = 44%
G 22 of 255 = 9%
B 21 of 255 = 8%

113
22
21

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

Portions of RGB colors in percentages

R + G + B =
113 + 22 + 21 = 156 (100%)
R 113 of 156 ~ 72.44%
G 22 of 156 ~ 14.1%
B 21 of 156 ~ 13.46%

%72.44
%14.1
%13.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 80.53%
  • yellow value is 81.42%
  • key color value is 55.69%
CMYK:
(0,81,81,56)
C0M81Y81K56 
(0%,81%,81%,56%)
(0.00/0.81/0.81/0.56)	

CMYK percentages

%0
%80.53
%81.42
%55.69

Codes

Color #711615 in popluar color models

711615
RGB1132221
HSL68.66%26.27%
HSB/HSV81.42%44.31%
CMYK0.00%80.53%81.42%
55.69%

Color #711615 in popluar number systems.

HEX711615
Decimal1132221
Binary11100011011010101
Octal1612625

Shades and tints

Shades of #711615

#711615
(113,22,21)
#671414
(103,20,20)
#5D1213
(93,18,19)
#531012
(83,16,18)
#490E11
(73,14,17)
#3F0C10
(63,12,16)
#350A0F
(53,10,15)
#2B080E
(43,8,14)
#21060D
(33,6,13)
#17040C
(23,4,12)
#0D020B
(13,2,11)
#000000
(0,0,0)

Tints of #711615

#711615
(113,22,21)
#7D2B2A
(125,43,42)
#89403F
(137,64,63)
#955554
(149,85,84)
#A16A69
(161,106,105)
#AD7F7E
(173,127,126)
#B99493
(185,148,147)
#C5A9A8
(197,169,168)
#D1BEBD
(209,190,189)
#DDD3D2
(221,211,210)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711615; }

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

This text font color is #711615.


Background Color

.myBgColor { background-color: #711615; }

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

This div background color is #711615.


Border color

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

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

This div border color is #711615.


Opacity

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

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

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

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

This text has shadow with #711615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711615 on black background.


Color preview on white background

This text has color #711615 on white background.



Black color preview on #711615 background

This text has black color on #711615 background.


White color preview on #711615 background

This text has white color on #711615 background.