COLOR #713419

HEX: #713419
RGB: (113,52,25)

Color info

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

RGB color model

#713419 color RGB value is (113,52,25).

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

RGB channels and saturation

R 113 of 255 = 44%
G 52 of 255 = 20%
B 25 of 255 = 10%

113
52
25

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

Portions of RGB colors in percentages

R + G + B =
113 + 52 + 25 = 190 (100%)
R 113 of 190 ~ 59.47%
G 52 of 190 ~ 27.37%
B 25 of 190 ~ 13.16%

%59.47
%27.37
%13.16

CMYK color model

#713419 color CMYK value is (0,54,78,56).

  • cyan value is 0.00%
  • magenta value is 53.98%
  • yellow value is 77.88%
  • key color value is 55.69%
CMYK:
(0,54,78,56)
C0M54Y78K56 
(0%,54%,78%,56%)
(0.00/0.54/0.78/0.56)	

CMYK percentages

%0
%53.98
%77.88
%55.69

Codes

Color #713419 in popluar color models

713419
RGB1135225
HSL18°63.77%27.06%
HSB/HSV18°77.88%44.31%
CMYK0.00%53.98%77.88%
55.69%

Color #713419 in popluar number systems.

HEX713419
Decimal1135225
Binary111000111010011001
Octal1616431

Shades and tints

Shades of #713419

#713419
(113,52,25)
#673017
(103,48,23)
#5D2C15
(93,44,21)
#532813
(83,40,19)
#492411
(73,36,17)
#3F200F
(63,32,15)
#351C0D
(53,28,13)
#2B180B
(43,24,11)
#211409
(33,20,9)
#171007
(23,16,7)
#0D0C05
(13,12,5)
#000000
(0,0,0)

Tints of #713419

#713419
(113,52,25)
#7D462D
(125,70,45)
#895841
(137,88,65)
#956A55
(149,106,85)
#A17C69
(161,124,105)
#AD8E7D
(173,142,125)
#B9A091
(185,160,145)
#C5B2A5
(197,178,165)
#D1C4B9
(209,196,185)
#DDD6CD
(221,214,205)
#E9E8E1
(233,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713419; }

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

This text font color is #713419.


Background Color

.myBgColor { background-color: #713419; }

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

This div background color is #713419.


Border color

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

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

This div border color is #713419.


Opacity

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

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

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

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

This text has shadow with #713419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713419 on black background.


Color preview on white background

This text has color #713419 on white background.



Black color preview on #713419 background

This text has black color on #713419 background.


White color preview on #713419 background

This text has white color on #713419 background.