COLOR #718C40

HEX: #718C40
RGB: (113,140,64)

Color info

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

RGB color model

#718C40 color RGB value is (113,140,64).

  • red value is 113;
  • green value is 140;
  • blue value is 64.
RGB:
(113,140,64)
(44%,55%,25%)

RGB channels and saturation

R 113 of 255 = 44%
G 140 of 255 = 55%
B 64 of 255 = 25%

113
140
64

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

Portions of RGB colors in percentages

R + G + B =
113 + 140 + 64 = 317 (100%)
R 113 of 317 ~ 35.65%
G 140 of 317 ~ 44.16%
B 64 of 317 ~ 20.19%

%35.65
%44.16
%20.19

CMYK color model

#718C40 color CMYK value is (19,0,54,45).

  • cyan value is 19.29%
  • magenta value is 0.00%
  • yellow value is 54.29%
  • key color value is 45.10%
CMYK:
(19,0,54,45)
C19M0Y54K45 
(19%,0%,54%,45%)
(0.19/0.00/0.54/0.45)	

CMYK percentages

%19.29
%0
%54.29
%45.1

Codes

Color #718C40 in popluar color models

718C40
RGB11314064
HSL81°37.25%40.00%
HSB/HSV81°54.29%54.90%
CMYK19.29%0.00%54.29%
45.10%

Color #718C40 in popluar number systems.

HEX718C40
Decimal11314064
Binary1110001100011001000000
Octal161214100

Shades and tints

Shades of #718C40

#718C40
(113,140,64)
#67803B
(103,128,59)
#5D7436
(93,116,54)
#536831
(83,104,49)
#495C2C
(73,92,44)
#3F5027
(63,80,39)
#354422
(53,68,34)
#2B381D
(43,56,29)
#212C18
(33,44,24)
#172013
(23,32,19)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #718C40

#718C40
(113,140,64)
#7D9651
(125,150,81)
#89A062
(137,160,98)
#95AA73
(149,170,115)
#A1B484
(161,180,132)
#ADBE95
(173,190,149)
#B9C8A6
(185,200,166)
#C5D2B7
(197,210,183)
#D1DCC8
(209,220,200)
#DDE6D9
(221,230,217)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718C40; }

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

This text font color is #718C40.


Background Color

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

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

This div background color is #718C40.


Border color

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

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

This div border color is #718C40.


Opacity

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

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

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

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

This text has shadow with #718C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718C40 on black background.


Color preview on white background

This text has color #718C40 on white background.



Black color preview on #718C40 background

This text has black color on #718C40 background.


White color preview on #718C40 background

This text has white color on #718C40 background.