COLOR #712416

HEX: #712416
RGB: (113,36,22)

Color info

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

RGB color model

#712416 color RGB value is (113,36,22).

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

RGB channels and saturation

R 113 of 255 = 44%
G 36 of 255 = 14%
B 22 of 255 = 9%

113
36
22

R + G + B ~ 22%. #712416 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 36 + 22 = 171 (100%)
R 113 of 171 ~ 66.08%
G 36 of 171 ~ 21.05%
B 22 of 171 ~ 12.87%

%66.08
%21.05
%12.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 68.14%
  • yellow value is 80.53%
  • key color value is 55.69%
CMYK:
(0,68,81,56)
C0M68Y81K56 
(0%,68%,81%,56%)
(0.00/0.68/0.81/0.56)	

CMYK percentages

%0
%68.14
%80.53
%55.69

Codes

Color #712416 in popluar color models

712416
RGB1133622
HSL67.41%26.47%
HSB/HSV80.53%44.31%
CMYK0.00%68.14%80.53%
55.69%

Color #712416 in popluar number systems.

HEX712416
Decimal1133622
Binary111000110010010110
Octal1614426

Shades and tints

Shades of #712416

#712416
(113,36,22)
#672114
(103,33,20)
#5D1E12
(93,30,18)
#531B10
(83,27,16)
#49180E
(73,24,14)
#3F150C
(63,21,12)
#35120A
(53,18,10)
#2B0F08
(43,15,8)
#210C06
(33,12,6)
#170904
(23,9,4)
#0D0602
(13,6,2)
#000000
(0,0,0)

Tints of #712416

#712416
(113,36,22)
#7D372B
(125,55,43)
#894A40
(137,74,64)
#955D55
(149,93,85)
#A1706A
(161,112,106)
#AD837F
(173,131,127)
#B99694
(185,150,148)
#C5A9A9
(197,169,169)
#D1BCBE
(209,188,190)
#DDCFD3
(221,207,211)
#E9E2E8
(233,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712416; }

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

This text font color is #712416.


Background Color

.myBgColor { background-color: #712416; }

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

This div background color is #712416.


Border color

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

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

This div border color is #712416.


Opacity

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

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

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

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

This text has shadow with #712416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712416 on black background.


Color preview on white background

This text has color #712416 on white background.



Black color preview on #712416 background

This text has black color on #712416 background.


White color preview on #712416 background

This text has white color on #712416 background.