COLOR #713D0F

HEX: #713D0F
RGB: (113,61,15)

Color info

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

RGB color model

#713D0F color RGB value is (113,61,15).

  • red value is 113;
  • green value is 61;
  • blue value is 15.
RGB:
(113,61,15)
(44%,24%,6%)

RGB channels and saturation

R 113 of 255 = 44%
G 61 of 255 = 24%
B 15 of 255 = 6%

113
61
15

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

Portions of RGB colors in percentages

R + G + B =
113 + 61 + 15 = 189 (100%)
R 113 of 189 ~ 59.79%
G 61 of 189 ~ 32.28%
B 15 of 189 ~ 7.94%

%59.79
%32.28

CMYK color model

#713D0F color CMYK value is (0,46,87,56).

  • cyan value is 0.00%
  • magenta value is 46.02%
  • yellow value is 86.73%
  • key color value is 55.69%
CMYK:
(0,46,87,56)
C0M46Y87K56 
(0%,46%,87%,56%)
(0.00/0.46/0.87/0.56)	

CMYK percentages

%0
%46.02
%86.73
%55.69

Codes

Color #713D0F in popluar color models

713D0F
RGB1136115
HSL28°76.56%25.10%
HSB/HSV28°86.73%44.31%
CMYK0.00%46.02%86.73%
55.69%

Color #713D0F in popluar number systems.

HEX713D0F
Decimal1136115
Binary11100011111011111
Octal1617517

Shades and tints

Shades of #713D0F

#713D0F
(113,61,15)
#67380E
(103,56,14)
#5D330D
(93,51,13)
#532E0C
(83,46,12)
#49290B
(73,41,11)
#3F240A
(63,36,10)
#351F09
(53,31,9)
#2B1A08
(43,26,8)
#211507
(33,21,7)
#171006
(23,16,6)
#0D0B05
(13,11,5)
#000000
(0,0,0)

Tints of #713D0F

#713D0F
(113,61,15)
#7D4E24
(125,78,36)
#895F39
(137,95,57)
#95704E
(149,112,78)
#A18163
(161,129,99)
#AD9278
(173,146,120)
#B9A38D
(185,163,141)
#C5B4A2
(197,180,162)
#D1C5B7
(209,197,183)
#DDD6CC
(221,214,204)
#E9E7E1
(233,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713D0F color. Also use rgb(113,61,15) instead hex code.

Text Font Color

.myTextColor { color: #713D0F; }

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

This text font color is #713D0F.


Background Color

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

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

This div background color is #713D0F.


Border color

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

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

This div border color is #713D0F.


Opacity

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

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

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

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

This text has shadow with #713D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713D0F on black background.


Color preview on white background

This text has color #713D0F on white background.



Black color preview on #713D0F background

This text has black color on #713D0F background.


White color preview on #713D0F background

This text has white color on #713D0F background.