COLOR #713F05

HEX: #713F05
RGB: (113,63,5)

Color info

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

RGB color model

#713F05 color RGB value is (113,63,5).

  • red value is 113;
  • green value is 63;
  • blue value is 5.
RGB:
(113,63,5)
(44%,25%,2%)

RGB channels and saturation

R 113 of 255 = 44%
G 63 of 255 = 25%
B 5 of 255 = 2%

113
63
5

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

Portions of RGB colors in percentages

R + G + B =
113 + 63 + 5 = 181 (100%)
R 113 of 181 ~ 62.43%
G 63 of 181 ~ 34.81%
B 5 of 181 ~ 2.76%

%62.43
%34.81

CMYK color model

#713F05 color CMYK value is (0,44,96,56).

  • cyan value is 0.00%
  • magenta value is 44.25%
  • yellow value is 95.58%
  • key color value is 55.69%
CMYK:
(0,44,96,56)
C0M44Y96K56 
(0%,44%,96%,56%)
(0.00/0.44/0.96/0.56)	

CMYK percentages

%0
%44.25
%95.58
%55.69

Codes

Color #713F05 in popluar color models

713F05
RGB113635
HSL32°91.53%23.14%
HSB/HSV32°95.58%44.31%
CMYK0.00%44.25%95.58%
55.69%

Color #713F05 in popluar number systems.

HEX713F05
Decimal113635
Binary1110001111111101
Octal161775

Shades and tints

Shades of #713F05

#713F05
(113,63,5)
#673A05
(103,58,5)
#5D3505
(93,53,5)
#533005
(83,48,5)
#492B05
(73,43,5)
#3F2605
(63,38,5)
#352105
(53,33,5)
#2B1C05
(43,28,5)
#211705
(33,23,5)
#171205
(23,18,5)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #713F05

#713F05
(113,63,5)
#7D501B
(125,80,27)
#896131
(137,97,49)
#957247
(149,114,71)
#A1835D
(161,131,93)
#AD9473
(173,148,115)
#B9A589
(185,165,137)
#C5B69F
(197,182,159)
#D1C7B5
(209,199,181)
#DDD8CB
(221,216,203)
#E9E9E1
(233,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713F05 color. Also use rgb(113,63,5) instead hex code.

Text Font Color

.myTextColor { color: #713F05; }

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

This text font color is #713F05.


Background Color

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

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

This div background color is #713F05.


Border color

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

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

This div border color is #713F05.


Opacity

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

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

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

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

This text has shadow with #713F05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713F05 on black background.


Color preview on white background

This text has color #713F05 on white background.



Black color preview on #713F05 background

This text has black color on #713F05 background.


White color preview on #713F05 background

This text has white color on #713F05 background.