COLOR #712813

HEX: #712813
RGB: (113,40,19)

Color info

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

RGB color model

#712813 color RGB value is (113,40,19).

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

RGB channels and saturation

R 113 of 255 = 44%
G 40 of 255 = 16%
B 19 of 255 = 7%

113
40
19

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

Portions of RGB colors in percentages

R + G + B =
113 + 40 + 19 = 172 (100%)
R 113 of 172 ~ 65.7%
G 40 of 172 ~ 23.26%
B 19 of 172 ~ 11.05%

%65.7
%23.26
%11.05

CMYK color model

#712813 color CMYK value is (0,65,83,56).

  • cyan value is 0.00%
  • magenta value is 64.60%
  • yellow value is 83.19%
  • key color value is 55.69%
CMYK:
(0,65,83,56)
C0M65Y83K56 
(0%,65%,83%,56%)
(0.00/0.65/0.83/0.56)	

CMYK percentages

%0
%64.6
%83.19
%55.69

Codes

Color #712813 in popluar color models

712813
RGB1134019
HSL13°71.21%25.88%
HSB/HSV13°83.19%44.31%
CMYK0.00%64.60%83.19%
55.69%

Color #712813 in popluar number systems.

HEX712813
Decimal1134019
Binary111000110100010011
Octal1615023

Shades and tints

Shades of #712813

#712813
(113,40,19)
#672512
(103,37,18)
#5D2211
(93,34,17)
#531F10
(83,31,16)
#491C0F
(73,28,15)
#3F190E
(63,25,14)
#35160D
(53,22,13)
#2B130C
(43,19,12)
#21100B
(33,16,11)
#170D0A
(23,13,10)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #712813

#712813
(113,40,19)
#7D3B28
(125,59,40)
#894E3D
(137,78,61)
#956152
(149,97,82)
#A17467
(161,116,103)
#AD877C
(173,135,124)
#B99A91
(185,154,145)
#C5ADA6
(197,173,166)
#D1C0BB
(209,192,187)
#DDD3D0
(221,211,208)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712813; }

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

This text font color is #712813.


Background Color

.myBgColor { background-color: #712813; }

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

This div background color is #712813.


Border color

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

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

This div border color is #712813.


Opacity

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

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

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

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

This text has shadow with #712813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712813 on black background.


Color preview on white background

This text has color #712813 on white background.



Black color preview on #712813 background

This text has black color on #712813 background.


White color preview on #712813 background

This text has white color on #712813 background.