COLOR #711305

HEX: #711305 RGB: (113,19,5)

Color info

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

RGB color model

#711305 color RGB value is (113,19,5).

RGB: (113,19,5) (44%, 7%, 2%)

RGB channels and saturation

R 113 of 255 = 44%
G 19 of 255 = 7%
B 5 of 255 = 2%

113
19
5

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

Portions of RGB colors in percentages

R + G + B = 113 + 19 + 5 = 137 (100%)
R 113 of 137 ~ 82.48%
G 19 of 137 ~ 13.87%
B 5 of 137 ~ 3.65'%

%82.48
%13.87

CMYK color model

#711305 color CMYK value is (0,83,96,56).

  • cyan value is 0.00%
  • magenta value is 83.19%
  • yellow value is 95.58%
  • key color value is 55.69%

CMYK: (0,83,96,56)
C0M83Y96K56 (0%, 83%, 96%, 56%)
(0.00 / 0.83 / 0.96 / 0.56)

CMYK percentages

%0
%83.19
%95.58
%55.69

Codes

Color #711305 in popluar color models

71 13 05
RGB 113 19 5
HSL 91.53% 23.14%
HSB/HSV 95.58% 44.31%
CMYK 0.00% 83.19% 95.58%
55.69%

Color #711305 in popluar number systems.

HEX 71 13 05
Decimal 113 19 5
Binary 1110001 10011 101
Octal 161 23 5

Shades and tints

Shades of #711305

#711305
(113,19,5)
#671205
(103,18,5)
#5D1105
(93,17,5)
#531005
(83,16,5)
#490F05
(73,15,5)
#3F0E05
(63,14,5)
#350D05
(53,13,5)
#2B0C05
(43,12,5)
#210B05
(33,11,5)
#170A05
(23,10,5)
#0D0905
(13,9,5)
#000000
(0,0,0)

Tints of #711305

#711305
(113,19,5)
#7D281B
(125,40,27)
#893D31
(137,61,49)
#955247
(149,82,71)
#A1675D
(161,103,93)
#AD7C73
(173,124,115)
#B99189
(185,145,137)
#C5A69F
(197,166,159)
#D1BBB5
(209,187,181)
#DDD0CB
(221,208,203)
#E9E5E1
(233,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #711305; }

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

This text font color is #711305.

Background Color

.myBgColor { background-color: #711305; }

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

This div background color is #711305.

Border color

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

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

This div border color is #711305.

Opacity

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

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

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

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

This text has shadow with #711305 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #711305.

Preview

Color preview on black background

This text has color #711305 on black background.


Color preview on white background

This text has color #711305 on white background.


Black color preview on #711305 background

This text has black color on #711305 background.


White color preview on #711305 background

This text has white color on #711305 background.


Related colors

Complementary color

Complementary color for #hex is #8EECFA.


I love getcolorcode.com

Triadic colors

1 #057113 and #130571 with #711305 are triadic colors.

2 #051371 and #137105 with #711305 are triadic colors.