COLOR #713B02

HEX: #713B02
RGB: (113,59,2)

Color info

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

RGB color model

#713B02 color RGB value is (113,59,2).

  • red value is 113;
  • green value is 59;
  • blue value is 2.
RGB:
(113,59,2)
(44%,23%,1%)

RGB channels and saturation

R 113 of 255 = 44%
G 59 of 255 = 23%
B 2 of 255 = 1%

113
59
2

R + G + B ~ 23%. #713B02 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 59 + 2 = 174 (100%)
R 113 of 174 ~ 64.94%
G 59 of 174 ~ 33.91%
B 2 of 174 ~ 1.15%

%64.94
%33.91

CMYK color model

#713B02 color CMYK value is (0,48,98,56).

  • cyan value is 0.00%
  • magenta value is 47.79%
  • yellow value is 98.23%
  • key color value is 55.69%
CMYK:
(0,48,98,56)
C0M48Y98K56 
(0%,48%,98%,56%)
(0.00/0.48/0.98/0.56)	

CMYK percentages

%0
%47.79
%98.23
%55.69

Codes

Color #713B02 in popluar color models

713B02
RGB113592
HSL31°96.52%22.55%
HSB/HSV31°98.23%44.31%
CMYK0.00%47.79%98.23%
55.69%

Color #713B02 in popluar number systems.

HEX713B02
Decimal113592
Binary111000111101110
Octal161732

Shades and tints

Shades of #713B02

#713B02
(113,59,2)
#673602
(103,54,2)
#5D3102
(93,49,2)
#532C02
(83,44,2)
#492702
(73,39,2)
#3F2202
(63,34,2)
#351D02
(53,29,2)
#2B1802
(43,24,2)
#211302
(33,19,2)
#170E02
(23,14,2)
#0D0902
(13,9,2)
#000000
(0,0,0)

Tints of #713B02

#713B02
(113,59,2)
#7D4C19
(125,76,25)
#895D30
(137,93,48)
#956E47
(149,110,71)
#A17F5E
(161,127,94)
#AD9075
(173,144,117)
#B9A18C
(185,161,140)
#C5B2A3
(197,178,163)
#D1C3BA
(209,195,186)
#DDD4D1
(221,212,209)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713B02 color. Also use rgb(113,59,2) instead hex code.

Text Font Color

.myTextColor { color: #713B02; }

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

This text font color is #713B02.


Background Color

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

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

This div background color is #713B02.


Border color

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

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

This div border color is #713B02.


Opacity

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

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

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

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

This text has shadow with #713B02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713B02 on black background.


Color preview on white background

This text has color #713B02 on white background.



Black color preview on #713B02 background

This text has black color on #713B02 background.


White color preview on #713B02 background

This text has white color on #713B02 background.