COLOR #713A0D

HEX: #713A0D
RGB: (113,58,13)

Color info

#713A0D contains mainly red and green colors. Web safe color of #713A0D is #663300 (or #630).

RGB color model

#713A0D color RGB value is (113,58,13).

  • red value is 113;
  • green value is 58;
  • blue value is 13.
RGB:
(113,58,13)
(44%,23%,5%)

RGB channels and saturation

R 113 of 255 = 44%
G 58 of 255 = 23%
B 13 of 255 = 5%

113
58
13

R + G + B ~ 24%. #713A0D is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 58 + 13 = 184 (100%)
R 113 of 184 ~ 61.41%
G 58 of 184 ~ 31.52%
B 13 of 184 ~ 7.07%

%61.41
%31.52

CMYK color model

#713A0D color CMYK value is (0,49,88,56).

  • cyan value is 0.00%
  • magenta value is 48.67%
  • yellow value is 88.50%
  • key color value is 55.69%
CMYK:
(0,49,88,56)
C0M49Y88K56 
(0%,49%,88%,56%)
(0.00/0.49/0.88/0.56)	

CMYK percentages

%0
%48.67
%88.5
%55.69

Codes

Color #713A0D in popluar color models

713A0D
RGB1135813
HSL27°79.37%24.71%
HSB/HSV27°88.50%44.31%
CMYK0.00%48.67%88.50%
55.69%

Color #713A0D in popluar number systems.

HEX713A0D
Decimal1135813
Binary11100011110101101
Octal1617215

Shades and tints

Shades of #713A0D

#713A0D
(113,58,13)
#67350C
(103,53,12)
#5D300B
(93,48,11)
#532B0A
(83,43,10)
#492609
(73,38,9)
#3F2108
(63,33,8)
#351C07
(53,28,7)
#2B1706
(43,23,6)
#211205
(33,18,5)
#170D04
(23,13,4)
#0D0803
(13,8,3)
#000000
(0,0,0)

Tints of #713A0D

#713A0D
(113,58,13)
#7D4B23
(125,75,35)
#895C39
(137,92,57)
#956D4F
(149,109,79)
#A17E65
(161,126,101)
#AD8F7B
(173,143,123)
#B9A091
(185,160,145)
#C5B1A7
(197,177,167)
#D1C2BD
(209,194,189)
#DDD3D3
(221,211,211)
#E9E4E9
(233,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713A0D color. Also use rgb(113,58,13) instead hex code.

Text Font Color

.myTextColor { color: #713A0D; }

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

This text font color is #713A0D.


Background Color

.myBgColor { background-color: #713A0D; }

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

This div background color is #713A0D.


Border color

.myBorderColor { border: 1px solid #713A0D; }

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

This div border color is #713A0D.


Opacity

.myOpacity80 { color: #713A0D; opacity: 0.8; }

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

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

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

This text has shadow with #713A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713A0D on black background.


Color preview on white background

This text has color #713A0D on white background.



Black color preview on #713A0D background

This text has black color on #713A0D background.


White color preview on #713A0D background

This text has white color on #713A0D background.