COLOR #00710D

HEX: #00710D RGB: (0,113,13)

Color info

#00710D contains mainly green color. Web safe color of #00710D is #006600 (or #060).

RGB color model

#00710D color RGB value is (0,113,13).

RGB: (0,113,13) (0%, 44%, 5%)

RGB channels and saturation

R 0 of 255 = 0%
G 113 of 255 = 44%
B 13 of 255 = 5%

0
113
13

R + G + B ~ 16%. #00710D is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 113 + 13 = 126 (100%)
R 0 of 126 ~ 0%
G 113 of 126 ~ 89.68%
B 13 of 126 ~ 10.32'%

%89.68

CMYK color model

#00710D color CMYK value is (100,0,88,56).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 88.50%
  • key color value is 55.69%

CMYK: (100,0,88,56)
C100M0Y88K56 (100%, 0%, 88%, 56%)
(1.00 / 0.00 / 0.88 / 0.56)

CMYK percentages

%100
%0
%88.5
%55.69

Codes

Color #00710D in popluar color models

00 71 0D
RGB 0 113 13
HSL 127° 100.00% 22.16%
HSB/HSV 127° 100.00% 44.31%
CMYK 100.00% 0.00% 88.50%
55.69%

Color #00710D in popluar number systems.

HEX 00 71 0D
Decimal 0 113 13
Binary 0 1110001 1101
Octal 0 161 15

Shades and tints

Shades of #00710D

#00710D
(0,113,13)
#00670C
(0,103,12)
#005D0B
(0,93,11)
#00530A
(0,83,10)
#004909
(0,73,9)
#003F08
(0,63,8)
#003507
(0,53,7)
#002B06
(0,43,6)
#002105
(0,33,5)
#001704
(0,23,4)
#000D03
(0,13,3)
#000000
(0,0,0)

Tints of #00710D

#00710D
(0,113,13)
#177D23
(23,125,35)
#2E8939
(46,137,57)
#45954F
(69,149,79)
#5CA165
(92,161,101)
#73AD7B
(115,173,123)
#8AB991
(138,185,145)
#A1C5A7
(161,197,167)
#B8D1BD
(184,209,189)
#CFDDD3
(207,221,211)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00710D; }

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

This text font color is #00710D.

Background Color

.myBgColor { background-color: #00710D; }

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

This div background color is #00710D.

Border color

.myBorderColor { border: 1px solid #00710D; }

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

This div border color is #00710D.

Opacity

.myOpacity80 { color: #00710D; opacity: 0.8; }

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

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

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

This text has shadow with #00710D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00710D.

Preview

Color preview on black background

This text has color #00710D on black background.


Color preview on white background

This text has color #00710D on white background.


Black color preview on #00710D background

This text has black color on #00710D background.


White color preview on #00710D background

This text has white color on #00710D background.


Related colors

Complementary color

Complementary color for #hex is #FF8EF2.


I love getcolorcode.com

Triadic colors

1 #0D0071 and #710D00 with #00710D are triadic colors.

2 #0D7100 and #71000D with #00710D are triadic colors.