COLOR #713100

HEX: #713100
RGB: (113,49,0)

Color info

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

RGB color model

#713100 color RGB value is (113,49,0).

  • red value is 113;
  • green value is 49;
  • blue value is 0.
RGB:
(113,49,0)
(44%,19%,0%)

RGB channels and saturation

R 113 of 255 = 44%
G 49 of 255 = 19%
B 0 of 255 = 0%

113
49
0

R + G + B ~ 21%. #713100 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 49 + 0 = 162 (100%)
R 113 of 162 ~ 69.75%
G 49 of 162 ~ 30.25%
B 0 of 162 ~ 0%

%69.75
%30.25

CMYK color model

#713100 color CMYK value is (0,57,100,56).

  • cyan value is 0.00%
  • magenta value is 56.64%
  • yellow value is 100.00%
  • key color value is 55.69%
CMYK:
(0,57,100,56)
C0M57Y100K56 
(0%,57%,100%,56%)
(0.00/0.57/1.00/0.56)	

CMYK percentages

%0
%56.64
%100
%55.69

Codes

Color #713100 in popluar color models

713100
RGB113490
HSL26°100.00%22.16%
HSB/HSV26°100.00%44.31%
CMYK0.00%56.64%100.00%
55.69%

Color #713100 in popluar number systems.

HEX713100
Decimal113490
Binary11100011100010
Octal161610

Shades and tints

Shades of #713100

#713100
(113,49,0)
#672D00
(103,45,0)
#5D2900
(93,41,0)
#532500
(83,37,0)
#492100
(73,33,0)
#3F1D00
(63,29,0)
#351900
(53,25,0)
#2B1500
(43,21,0)
#211100
(33,17,0)
#170D00
(23,13,0)
#0D0900
(13,9,0)
#000000
(0,0,0)

Tints of #713100

#713100
(113,49,0)
#7D4317
(125,67,23)
#89552E
(137,85,46)
#956745
(149,103,69)
#A1795C
(161,121,92)
#AD8B73
(173,139,115)
#B99D8A
(185,157,138)
#C5AFA1
(197,175,161)
#D1C1B8
(209,193,184)
#DDD3CF
(221,211,207)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713100 color. Also use rgb(113,49,0) instead hex code.

Text Font Color

.myTextColor { color: #713100; }

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

This text font color is #713100.


Background Color

.myBgColor { background-color: #713100; }

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

This div background color is #713100.


Border color

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

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

This div border color is #713100.


Opacity

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

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

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

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

This text has shadow with #713100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713100 on black background.


Color preview on white background

This text has color #713100 on white background.



Black color preview on #713100 background

This text has black color on #713100 background.


White color preview on #713100 background

This text has white color on #713100 background.