COLOR #713819

HEX: #713819
RGB: (113,56,25)

Color info

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

RGB color model

#713819 color RGB value is (113,56,25).

  • red value is 113;
  • green value is 56;
  • blue value is 25.
RGB:
(113,56,25)
(44%,22%,10%)

RGB channels and saturation

R 113 of 255 = 44%
G 56 of 255 = 22%
B 25 of 255 = 10%

113
56
25

R + G + B ~ 25%. #713819 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 56 + 25 = 194 (100%)
R 113 of 194 ~ 58.25%
G 56 of 194 ~ 28.87%
B 25 of 194 ~ 12.89%

%58.25
%28.87
%12.89

CMYK color model

#713819 color CMYK value is (0,50,78,56).

  • cyan value is 0.00%
  • magenta value is 50.44%
  • yellow value is 77.88%
  • key color value is 55.69%
CMYK:
(0,50,78,56)
C0M50Y78K56 
(0%,50%,78%,56%)
(0.00/0.50/0.78/0.56)	

CMYK percentages

%0
%50.44
%77.88
%55.69

Codes

Color #713819 in popluar color models

713819
RGB1135625
HSL21°63.77%27.06%
HSB/HSV21°77.88%44.31%
CMYK0.00%50.44%77.88%
55.69%

Color #713819 in popluar number systems.

HEX713819
Decimal1135625
Binary111000111100011001
Octal1617031

Shades and tints

Shades of #713819

#713819
(113,56,25)
#673317
(103,51,23)
#5D2E15
(93,46,21)
#532913
(83,41,19)
#492411
(73,36,17)
#3F1F0F
(63,31,15)
#351A0D
(53,26,13)
#2B150B
(43,21,11)
#211009
(33,16,9)
#170B07
(23,11,7)
#0D0605
(13,6,5)
#000000
(0,0,0)

Tints of #713819

#713819
(113,56,25)
#7D4A2D
(125,74,45)
#895C41
(137,92,65)
#956E55
(149,110,85)
#A18069
(161,128,105)
#AD927D
(173,146,125)
#B9A491
(185,164,145)
#C5B6A5
(197,182,165)
#D1C8B9
(209,200,185)
#DDDACD
(221,218,205)
#E9ECE1
(233,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713819 color. Also use rgb(113,56,25) instead hex code.

Text Font Color

.myTextColor { color: #713819; }

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

This text font color is #713819.


Background Color

.myBgColor { background-color: #713819; }

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

This div background color is #713819.


Border color

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

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

This div border color is #713819.


Opacity

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

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

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

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

This text has shadow with #713819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713819 on black background.


Color preview on white background

This text has color #713819 on white background.



Black color preview on #713819 background

This text has black color on #713819 background.


White color preview on #713819 background

This text has white color on #713819 background.