COLOR #712D14

HEX: #712D14
RGB: (113,45,20)

Color info

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

RGB color model

#712D14 color RGB value is (113,45,20).

  • red value is 113;
  • green value is 45;
  • blue value is 20.
RGB:
(113,45,20)
(44%,18%,8%)

RGB channels and saturation

R 113 of 255 = 44%
G 45 of 255 = 18%
B 20 of 255 = 8%

113
45
20

R + G + B ~ 23%. #712D14 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 45 + 20 = 178 (100%)
R 113 of 178 ~ 63.48%
G 45 of 178 ~ 25.28%
B 20 of 178 ~ 11.24%

%63.48
%25.28
%11.24

CMYK color model

#712D14 color CMYK value is (0,60,82,56).

  • cyan value is 0.00%
  • magenta value is 60.18%
  • yellow value is 82.30%
  • key color value is 55.69%
CMYK:
(0,60,82,56)
C0M60Y82K56 
(0%,60%,82%,56%)
(0.00/0.60/0.82/0.56)	

CMYK percentages

%0
%60.18
%82.3
%55.69

Codes

Color #712D14 in popluar color models

712D14
RGB1134520
HSL16°69.92%26.08%
HSB/HSV16°82.30%44.31%
CMYK0.00%60.18%82.30%
55.69%

Color #712D14 in popluar number systems.

HEX712D14
Decimal1134520
Binary111000110110110100
Octal1615524

Shades and tints

Shades of #712D14

#712D14
(113,45,20)
#672913
(103,41,19)
#5D2512
(93,37,18)
#532111
(83,33,17)
#491D10
(73,29,16)
#3F190F
(63,25,15)
#35150E
(53,21,14)
#2B110D
(43,17,13)
#210D0C
(33,13,12)
#17090B
(23,9,11)
#0D050A
(13,5,10)
#000000
(0,0,0)

Tints of #712D14

#712D14
(113,45,20)
#7D4029
(125,64,41)
#89533E
(137,83,62)
#956653
(149,102,83)
#A17968
(161,121,104)
#AD8C7D
(173,140,125)
#B99F92
(185,159,146)
#C5B2A7
(197,178,167)
#D1C5BC
(209,197,188)
#DDD8D1
(221,216,209)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712D14 color. Also use rgb(113,45,20) instead hex code.

Text Font Color

.myTextColor { color: #712D14; }

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

This text font color is #712D14.


Background Color

.myBgColor { background-color: #712D14; }

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

This div background color is #712D14.


Border color

.myBorderColor { border: 1px solid #712D14; }

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

This div border color is #712D14.


Opacity

.myOpacity80 { color: #712D14; opacity: 0.8; }

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

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

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

This text has shadow with #712D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712D14 on black background.


Color preview on white background

This text has color #712D14 on white background.



Black color preview on #712D14 background

This text has black color on #712D14 background.


White color preview on #712D14 background

This text has white color on #712D14 background.