COLOR #713000

HEX: #713000 RGB: (113,48,0)

Color info

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

RGB color model

#713000 color RGB value is (113,48,0).

RGB: (113,48,0) (44%, 19%, 0%)

RGB channels and saturation

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

113
48
0

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

Portions of RGB colors in percentages

R + G + B = 113 + 48 + 0 = 161 (100%)
R 113 of 161 ~ 70.19%
G 48 of 161 ~ 29.81%
B 0 of 161 ~ 0'%

%70.19
%29.81

CMYK color model

#713000 color CMYK value is (0,58,100,56).

  • cyan value is 0.00%
  • magenta value is 57.52%
  • yellow value is 100.00%
  • key color value is 55.69%
CMYK: (0,58,100,56) C0M58Y100K56 (0%,58%,100%,56%) (0.00/0.58/1.00/0.56) 

CMYK percentages

%0
%57.52
%100
%55.69

Codes

Color #713000 in popluar color models

71 30 00
RGB 113 48 0
HSL 25° 100.00% 22.16%
HSB/HSV 25° 100.00% 44.31%
CMYK 0.00% 57.52% 100.00%
55.69%

Color #713000 in popluar number systems.

HEX 71 30 00
Decimal 113 48 0
Binary 1110001 110000 0
Octal 161 60 0

Shades and tints

Shades of #713000

#713000
(113,48,0)
#672C00
(103,44,0)
#5D2800
(93,40,0)
#532400
(83,36,0)
#492000
(73,32,0)
#3F1C00
(63,28,0)
#351800
(53,24,0)
#2B1400
(43,20,0)
#211000
(33,16,0)
#170C00
(23,12,0)
#0D0800
(13,8,0)
#000000
(0,0,0)

Tints of #713000

#713000
(113,48,0)
#7D4217
(125,66,23)
#89542E
(137,84,46)
#956645
(149,102,69)
#A1785C
(161,120,92)
#AD8A73
(173,138,115)
#B99C8A
(185,156,138)
#C5AEA1
(197,174,161)
#D1C0B8
(209,192,184)
#DDD2CF
(221,210,207)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713000; }

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

This text font color is #713000.

Background Color

.myBgColor { background-color: #713000; }

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

This div background color is #713000.

Border color

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

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

This div border color is #713000.

Opacity

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

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

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

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

This text has shadow with #713000 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #713000.

Preview

Color preview on black background

This text has color #713000 on black background.


Color preview on white background

This text has color #713000 on white background.


Black color preview on #713000 background

This text has black color on #713000 background.


White color preview on #713000 background

This text has white color on #713000 background.


Related colors

Complementary color

Complementary color for #hex is #8ECFFF.


I love getcolorcode.com

Triadic colors

1 #007130 and #300071 with #713000 are triadic colors.

2 #003071 and #307100 with #713000 are triadic colors.