COLOR #718F4E

HEX: #718F4E
RGB: (113,143,78)

Color info

#718F4E contains mainly red and green colors. Web safe color of #718F4E is #669966 (or #696).

RGB color model

#718F4E color RGB value is (113,143,78).

  • red value is 113;
  • green value is 143;
  • blue value is 78.
RGB:
(113,143,78)
(44%,56%,31%)

RGB channels and saturation

R 113 of 255 = 44%
G 143 of 255 = 56%
B 78 of 255 = 31%

113
143
78

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

Portions of RGB colors in percentages

R + G + B =
113 + 143 + 78 = 334 (100%)
R 113 of 334 ~ 33.83%
G 143 of 334 ~ 42.81%
B 78 of 334 ~ 23.35%

%33.83
%42.81
%23.35

CMYK color model

#718F4E color CMYK value is (21,0,45,44).

  • cyan value is 20.98%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 43.92%
CMYK:
(21,0,45,44)
C21M0Y45K44 
(21%,0%,45%,44%)
(0.21/0.00/0.45/0.44)	

CMYK percentages

%20.98
%0
%45.45
%43.92

Codes

Color #718F4E in popluar color models

718F4E
RGB11314378
HSL88°29.41%43.33%
HSB/HSV88°45.45%56.08%
CMYK20.98%0.00%45.45%
43.92%

Color #718F4E in popluar number systems.

HEX718F4E
Decimal11314378
Binary1110001100011111001110
Octal161217116

Shades and tints

Shades of #718F4E

#718F4E
(113,143,78)
#678247
(103,130,71)
#5D7540
(93,117,64)
#536839
(83,104,57)
#495B32
(73,91,50)
#3F4E2B
(63,78,43)
#354124
(53,65,36)
#2B341D
(43,52,29)
#212716
(33,39,22)
#171A0F
(23,26,15)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #718F4E

#718F4E
(113,143,78)
#7D995E
(125,153,94)
#89A36E
(137,163,110)
#95AD7E
(149,173,126)
#A1B78E
(161,183,142)
#ADC19E
(173,193,158)
#B9CBAE
(185,203,174)
#C5D5BE
(197,213,190)
#D1DFCE
(209,223,206)
#DDE9DE
(221,233,222)
#E9F3EE
(233,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718F4E; }

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

This text font color is #718F4E.


Background Color

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

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

This div background color is #718F4E.


Border color

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

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

This div border color is #718F4E.


Opacity

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

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

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

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

This text has shadow with #718F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718F4E on black background.


Color preview on white background

This text has color #718F4E on white background.



Black color preview on #718F4E background

This text has black color on #718F4E background.


White color preview on #718F4E background

This text has white color on #718F4E background.