COLOR #718C60

HEX: #718C60 RGB: (113,140,96)

Color info

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

RGB color model

#718C60 color RGB value is (113,140,96).

RGB: (113,140,96) (44%, 55%, 38%)

RGB channels and saturation

R 113 of 255 = 44%
G 140 of 255 = 55%
B 96 of 255 = 38%

113
140
96

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

Portions of RGB colors in percentages

R + G + B = 113 + 140 + 96 = 349 (100%)
R 113 of 349 ~ 32.38%
G 140 of 349 ~ 40.11%
B 96 of 349 ~ 27.51'%

%32.38
%40.11
%27.51

CMYK color model

#718C60 color CMYK value is (19,0,31,45).

  • cyan value is 19.29%
  • magenta value is 0.00%
  • yellow value is 31.43%
  • key color value is 45.10%

CMYK: (19,0,31,45)
C19M0Y31K45 (19%, 0%, 31%, 45%)
(0.19 / 0.00 / 0.31 / 0.45)

CMYK percentages

%19.29
%0
%31.43
%45.1

Codes

Color #718C60 in popluar color models

71 8C 60
RGB 113 140 96
HSL 97° 18.64% 46.27%
HSB/HSV 97° 31.43% 54.90%
CMYK 19.29% 0.00% 31.43%
45.10%

Color #718C60 in popluar number systems.

HEX 71 8C 60
Decimal 113 140 96
Binary 1110001 10001100 1100000
Octal 161 214 140

Shades and tints

Shades of #718C60

#718C60
(113,140,96)
#678058
(103,128,88)
#5D7450
(93,116,80)
#536848
(83,104,72)
#495C40
(73,92,64)
#3F5038
(63,80,56)
#354430
(53,68,48)
#2B3828
(43,56,40)
#212C20
(33,44,32)
#172018
(23,32,24)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #718C60

#718C60
(113,140,96)
#7D966E
(125,150,110)
#89A07C
(137,160,124)
#95AA8A
(149,170,138)
#A1B498
(161,180,152)
#ADBEA6
(173,190,166)
#B9C8B4
(185,200,180)
#C5D2C2
(197,210,194)
#D1DCD0
(209,220,208)
#DDE6DE
(221,230,222)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718C60 color. Also use rgb(113,140,96) instead hex code.

Text Font Color

.myTextColor { color: #718C60; }

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

This text font color is #718C60.

Background Color

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

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

This div background color is #718C60.

Border color

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

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

This div border color is #718C60.

Opacity

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

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

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

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

This text has shadow with #718C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718C60.

Preview

Color preview on black background

This text has color #718C60 on black background.


Color preview on white background

This text has color #718C60 on white background.


Black color preview on #718C60 background

This text has black color on #718C60 background.


White color preview on #718C60 background

This text has white color on #718C60 background.


Related colors

Complementary color

Complementary color for #hex is #8E739F.


I love getcolorcode.com

Triadic colors

1 #60718C and #8C6071 with #718C60 are triadic colors.

2 #608C71 and #8C7160 with #718C60 are triadic colors.