COLOR #712111

HEX: #712111
RGB: (113,33,17)

Color info

#712111 contains mainly red color. Web safe color of #712111 is #663300 (or #630).

RGB color model

#712111 color RGB value is (113,33,17).

  • red value is 113;
  • green value is 33;
  • blue value is 17.
RGB:
(113,33,17)
(44%,13%,7%)

RGB channels and saturation

R 113 of 255 = 44%
G 33 of 255 = 13%
B 17 of 255 = 7%

113
33
17

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

Portions of RGB colors in percentages

R + G + B =
113 + 33 + 17 = 163 (100%)
R 113 of 163 ~ 69.33%
G 33 of 163 ~ 20.25%
B 17 of 163 ~ 10.43%

%69.33
%20.25
%10.43

CMYK color model

#712111 color CMYK value is (0,71,85,56).

  • cyan value is 0.00%
  • magenta value is 70.80%
  • yellow value is 84.96%
  • key color value is 55.69%
CMYK:
(0,71,85,56)
C0M71Y85K56 
(0%,71%,85%,56%)
(0.00/0.71/0.85/0.56)	

CMYK percentages

%0
%70.8
%84.96
%55.69

Codes

Color #712111 in popluar color models

712111
RGB1133317
HSL10°73.85%25.49%
HSB/HSV10°84.96%44.31%
CMYK0.00%70.80%84.96%
55.69%

Color #712111 in popluar number systems.

HEX712111
Decimal1133317
Binary111000110000110001
Octal1614121

Shades and tints

Shades of #712111

#712111
(113,33,17)
#671E10
(103,30,16)
#5D1B0F
(93,27,15)
#53180E
(83,24,14)
#49150D
(73,21,13)
#3F120C
(63,18,12)
#350F0B
(53,15,11)
#2B0C0A
(43,12,10)
#210909
(33,9,9)
#170608
(23,6,8)
#0D0307
(13,3,7)
#000000
(0,0,0)

Tints of #712111

#712111
(113,33,17)
#7D3526
(125,53,38)
#89493B
(137,73,59)
#955D50
(149,93,80)
#A17165
(161,113,101)
#AD857A
(173,133,122)
#B9998F
(185,153,143)
#C5ADA4
(197,173,164)
#D1C1B9
(209,193,185)
#DDD5CE
(221,213,206)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712111 color. Also use rgb(113,33,17) instead hex code.

Text Font Color

.myTextColor { color: #712111; }

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

This text font color is #712111.


Background Color

.myBgColor { background-color: #712111; }

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

This div background color is #712111.


Border color

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

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

This div border color is #712111.


Opacity

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

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

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

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

This text has shadow with #712111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712111 on black background.


Color preview on white background

This text has color #712111 on white background.



Black color preview on #712111 background

This text has black color on #712111 background.


White color preview on #712111 background

This text has white color on #712111 background.