COLOR #711309

HEX: #711309
RGB: (113,19,9)

Color info

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

RGB color model

#711309 color RGB value is (113,19,9).

  • red value is 113;
  • green value is 19;
  • blue value is 9.
RGB:
(113,19,9)
(44%,7%,4%)

RGB channels and saturation

R 113 of 255 = 44%
G 19 of 255 = 7%
B 9 of 255 = 4%

113
19
9

R + G + B ~ 18%. #711309 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 19 + 9 = 141 (100%)
R 113 of 141 ~ 80.14%
G 19 of 141 ~ 13.48%
B 9 of 141 ~ 6.38%

%80.14
%13.48

CMYK color model

#711309 color CMYK value is (0,83,92,56).

  • cyan value is 0.00%
  • magenta value is 83.19%
  • yellow value is 92.04%
  • key color value is 55.69%
CMYK:
(0,83,92,56)
C0M83Y92K56 
(0%,83%,92%,56%)
(0.00/0.83/0.92/0.56)	

CMYK percentages

%0
%83.19
%92.04
%55.69

Codes

Color #711309 in popluar color models

711309
RGB113199
HSL85.25%23.92%
HSB/HSV92.04%44.31%
CMYK0.00%83.19%92.04%
55.69%

Color #711309 in popluar number systems.

HEX711309
Decimal113199
Binary1110001100111001
Octal1612311

Shades and tints

Shades of #711309

#711309
(113,19,9)
#671209
(103,18,9)
#5D1109
(93,17,9)
#531009
(83,16,9)
#490F09
(73,15,9)
#3F0E09
(63,14,9)
#350D09
(53,13,9)
#2B0C09
(43,12,9)
#210B09
(33,11,9)
#170A09
(23,10,9)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #711309

#711309
(113,19,9)
#7D281F
(125,40,31)
#893D35
(137,61,53)
#95524B
(149,82,75)
#A16761
(161,103,97)
#AD7C77
(173,124,119)
#B9918D
(185,145,141)
#C5A6A3
(197,166,163)
#D1BBB9
(209,187,185)
#DDD0CF
(221,208,207)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711309 color. Also use rgb(113,19,9) instead hex code.

Text Font Color

.myTextColor { color: #711309; }

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

This text font color is #711309.


Background Color

.myBgColor { background-color: #711309; }

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

This div background color is #711309.


Border color

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

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

This div border color is #711309.


Opacity

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

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

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

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

This text has shadow with #711309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711309 on black background.


Color preview on white background

This text has color #711309 on white background.



Black color preview on #711309 background

This text has black color on #711309 background.


White color preview on #711309 background

This text has white color on #711309 background.