COLOR #718D6E

HEX: #718D6E
RGB: (113,141,110)

Color info

#718D6E contains red, green and blue colors in about the same proportion. Web safe color of #718D6E is #669966 (or #696).

RGB color model

#718D6E color RGB value is (113,141,110).

  • red value is 113;
  • green value is 141;
  • blue value is 110.
RGB:
(113,141,110)
(44%,55%,43%)

RGB channels and saturation

R 113 of 255 = 44%
G 141 of 255 = 55%
B 110 of 255 = 43%

113
141
110

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

Portions of RGB colors in percentages

R + G + B =
113 + 141 + 110 = 364 (100%)
R 113 of 364 ~ 31.04%
G 141 of 364 ~ 38.74%
B 110 of 364 ~ 30.22%

%31.04
%38.74
%30.22

CMYK color model

#718D6E color CMYK value is (20,0,22,45).

  • cyan value is 19.86%
  • magenta value is 0.00%
  • yellow value is 21.99%
  • key color value is 44.71%
CMYK:
(20,0,22,45)
C20M0Y22K45 
(20%,0%,22%,45%)
(0.20/0.00/0.22/0.45)	

CMYK percentages

%19.86
%0
%21.99
%44.71

Codes

Color #718D6E in popluar color models

718D6E
RGB113141110
HSL114°12.35%49.22%
HSB/HSV114°21.99%55.29%
CMYK19.86%0.00%21.99%
44.71%

Color #718D6E in popluar number systems.

HEX718D6E
Decimal113141110
Binary1110001100011011101110
Octal161215156

Shades and tints

Shades of #718D6E

#718D6E
(113,141,110)
#678164
(103,129,100)
#5D755A
(93,117,90)
#536950
(83,105,80)
#495D46
(73,93,70)
#3F513C
(63,81,60)
#354532
(53,69,50)
#2B3928
(43,57,40)
#212D1E
(33,45,30)
#172114
(23,33,20)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #718D6E

#718D6E
(113,141,110)
#7D977B
(125,151,123)
#89A188
(137,161,136)
#95AB95
(149,171,149)
#A1B5A2
(161,181,162)
#ADBFAF
(173,191,175)
#B9C9BC
(185,201,188)
#C5D3C9
(197,211,201)
#D1DDD6
(209,221,214)
#DDE7E3
(221,231,227)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718D6E color. Also use rgb(113,141,110) instead hex code.

Text Font Color

.myTextColor { color: #718D6E; }

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

This text font color is #718D6E.


Background Color

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

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

This div background color is #718D6E.


Border color

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

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

This div border color is #718D6E.


Opacity

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

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

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

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

This text has shadow with #718D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718D6E on black background.


Color preview on white background

This text has color #718D6E on white background.



Black color preview on #718D6E background

This text has black color on #718D6E background.


White color preview on #718D6E background

This text has white color on #718D6E background.