COLOR #718E4C

HEX: #718E4C
RGB: (113,142,76)

Color info

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

RGB color model

#718E4C color RGB value is (113,142,76).

  • red value is 113;
  • green value is 142;
  • blue value is 76.
RGB:
(113,142,76)
(44%,56%,30%)

RGB channels and saturation

R 113 of 255 = 44%
G 142 of 255 = 56%
B 76 of 255 = 30%

113
142
76

R + G + B ~ 43%. #718E4C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 142 + 76 = 331 (100%)
R 113 of 331 ~ 34.14%
G 142 of 331 ~ 42.9%
B 76 of 331 ~ 22.96%

%34.14
%42.9
%22.96

CMYK color model

#718E4C color CMYK value is (20,0,46,44).

  • cyan value is 20.42%
  • magenta value is 0.00%
  • yellow value is 46.48%
  • key color value is 44.31%
CMYK:
(20,0,46,44)
C20M0Y46K44 
(20%,0%,46%,44%)
(0.20/0.00/0.46/0.44)	

CMYK percentages

%20.42
%0
%46.48
%44.31

Codes

Color #718E4C in popluar color models

718E4C
RGB11314276
HSL86°30.28%42.75%
HSB/HSV86°46.48%55.69%
CMYK20.42%0.00%46.48%
44.31%

Color #718E4C in popluar number systems.

HEX718E4C
Decimal11314276
Binary1110001100011101001100
Octal161216114

Shades and tints

Shades of #718E4C

#718E4C
(113,142,76)
#678246
(103,130,70)
#5D7640
(93,118,64)
#536A3A
(83,106,58)
#495E34
(73,94,52)
#3F522E
(63,82,46)
#354628
(53,70,40)
#2B3A22
(43,58,34)
#212E1C
(33,46,28)
#172216
(23,34,22)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #718E4C

#718E4C
(113,142,76)
#7D985C
(125,152,92)
#89A26C
(137,162,108)
#95AC7C
(149,172,124)
#A1B68C
(161,182,140)
#ADC09C
(173,192,156)
#B9CAAC
(185,202,172)
#C5D4BC
(197,212,188)
#D1DECC
(209,222,204)
#DDE8DC
(221,232,220)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718E4C color. Also use rgb(113,142,76) instead hex code.

Text Font Color

.myTextColor { color: #718E4C; }

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

This text font color is #718E4C.


Background Color

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

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

This div background color is #718E4C.


Border color

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

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

This div border color is #718E4C.


Opacity

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

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

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

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

This text has shadow with #718E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718E4C on black background.


Color preview on white background

This text has color #718E4C on white background.



Black color preview on #718E4C background

This text has black color on #718E4C background.


White color preview on #718E4C background

This text has white color on #718E4C background.