COLOR #718D64

HEX: #718D64
RGB: (113,141,100)

Color info

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

RGB color model

#718D64 color RGB value is (113,141,100).

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

RGB channels and saturation

R 113 of 255 = 44%
G 141 of 255 = 55%
B 100 of 255 = 39%

113
141
100

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

Portions of RGB colors in percentages

R + G + B =
113 + 141 + 100 = 354 (100%)
R 113 of 354 ~ 31.92%
G 141 of 354 ~ 39.83%
B 100 of 354 ~ 28.25%

%31.92
%39.83
%28.25

CMYK color model

#718D64 color CMYK value is (20,0,29,45).

  • cyan value is 19.86%
  • magenta value is 0.00%
  • yellow value is 29.08%
  • key color value is 44.71%
CMYK:
(20,0,29,45)
C20M0Y29K45 
(20%,0%,29%,45%)
(0.20/0.00/0.29/0.45)	

CMYK percentages

%19.86
%0
%29.08
%44.71

Codes

Color #718D64 in popluar color models

718D64
RGB113141100
HSL101°17.01%47.25%
HSB/HSV101°29.08%55.29%
CMYK19.86%0.00%29.08%
44.71%

Color #718D64 in popluar number systems.

HEX718D64
Decimal113141100
Binary1110001100011011100100
Octal161215144

Shades and tints

Shades of #718D64

#718D64
(113,141,100)
#67815B
(103,129,91)
#5D7552
(93,117,82)
#536949
(83,105,73)
#495D40
(73,93,64)
#3F5137
(63,81,55)
#35452E
(53,69,46)
#2B3925
(43,57,37)
#212D1C
(33,45,28)
#172113
(23,33,19)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #718D64

#718D64
(113,141,100)
#7D9772
(125,151,114)
#89A180
(137,161,128)
#95AB8E
(149,171,142)
#A1B59C
(161,181,156)
#ADBFAA
(173,191,170)
#B9C9B8
(185,201,184)
#C5D3C6
(197,211,198)
#D1DDD4
(209,221,212)
#DDE7E2
(221,231,226)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718D64; }

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

This text font color is #718D64.


Background Color

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

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

This div background color is #718D64.


Border color

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

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

This div border color is #718D64.


Opacity

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

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

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

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

This text has shadow with #718D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718D64 on black background.


Color preview on white background

This text has color #718D64 on white background.



Black color preview on #718D64 background

This text has black color on #718D64 background.


White color preview on #718D64 background

This text has white color on #718D64 background.