COLOR #718F1D

HEX: #718F1D RGB: (113,143,29)

Color info

#718F1D contains mainly red and green colors. Web safe color of #718F1D is #669933 (or #693).

RGB color model

#718F1D color RGB value is (113,143,29).

RGB: (113,143,29) (44%, 56%, 11%)

RGB channels and saturation

R 113 of 255 = 44%
G 143 of 255 = 56%
B 29 of 255 = 11%

113
143
29

R + G + B ~ 37%. #718F1D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 113 + 143 + 29 = 285 (100%)
R 113 of 285 ~ 39.65%
G 143 of 285 ~ 50.18%
B 29 of 285 ~ 10.18'%

%39.65
%50.18

CMYK color model

#718F1D color CMYK value is (21,0,80,44).

  • cyan value is 20.98%
  • magenta value is 0.00%
  • yellow value is 79.72%
  • key color value is 43.92%

CMYK: (21,0,80,44)
C21M0Y80K44 (21%, 0%, 80%, 44%)
(0.21 / 0.00 / 0.80 / 0.44)

CMYK percentages

%20.98
%0
%79.72
%43.92

Codes

Color #718F1D in popluar color models

71 8F 1D
RGB 113 143 29
HSL 76° 66.28% 33.73%
HSB/HSV 76° 79.72% 56.08%
CMYK 20.98% 0.00% 79.72%
43.92%

Color #718F1D in popluar number systems.

HEX 71 8F 1D
Decimal 113 143 29
Binary 1110001 10001111 11101
Octal 161 217 35

Shades and tints

Shades of #718F1D

#718F1D
(113,143,29)
#67821B
(103,130,27)
#5D7519
(93,117,25)
#536817
(83,104,23)
#495B15
(73,91,21)
#3F4E13
(63,78,19)
#354111
(53,65,17)
#2B340F
(43,52,15)
#21270D
(33,39,13)
#171A0B
(23,26,11)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #718F1D

#718F1D
(113,143,29)
#7D9931
(125,153,49)
#89A345
(137,163,69)
#95AD59
(149,173,89)
#A1B76D
(161,183,109)
#ADC181
(173,193,129)
#B9CB95
(185,203,149)
#C5D5A9
(197,213,169)
#D1DFBD
(209,223,189)
#DDE9D1
(221,233,209)
#E9F3E5
(233,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718F1D color. Also use rgb(113,143,29) instead hex code.

Text Font Color

.myTextColor { color: #718F1D; }

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

This text font color is #718F1D.

Background Color

.myBgColor { background-color: #718F1D; }

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

This div background color is #718F1D.

Border color

.myBorderColor { border: 1px solid #718F1D; }

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

This div border color is #718F1D.

Opacity

.myOpacity80 { color: #718F1D; opacity: 0.8; }

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

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

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

This text has shadow with #718F1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718F1D.

Preview

Color preview on black background

This text has color #718F1D on black background.


Color preview on white background

This text has color #718F1D on white background.


Black color preview on #718F1D background

This text has black color on #718F1D background.


White color preview on #718F1D background

This text has white color on #718F1D background.


Related colors

Complementary color

Complementary color for #hex is #8E70E2.


I love getcolorcode.com

Triadic colors

1 #1D718F and #8F1D71 with #718F1D are triadic colors.

2 #1D8F71 and #8F711D with #718F1D are triadic colors.