COLOR #718E45

HEX: #718E45
RGB: (113,142,69)

Color info

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

RGB color model

#718E45 color RGB value is (113,142,69).

  • red value is 113;
  • green value is 142;
  • blue value is 69.
RGB:
(113,142,69)
(44%,56%,27%)

RGB channels and saturation

R 113 of 255 = 44%
G 142 of 255 = 56%
B 69 of 255 = 27%

113
142
69

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

Portions of RGB colors in percentages

R + G + B =
113 + 142 + 69 = 324 (100%)
R 113 of 324 ~ 34.88%
G 142 of 324 ~ 43.83%
B 69 of 324 ~ 21.3%

%34.88
%43.83
%21.3

CMYK color model

#718E45 color CMYK value is (20,0,51,44).

  • cyan value is 20.42%
  • magenta value is 0.00%
  • yellow value is 51.41%
  • key color value is 44.31%
CMYK:
(20,0,51,44)
C20M0Y51K44 
(20%,0%,51%,44%)
(0.20/0.00/0.51/0.44)	

CMYK percentages

%20.42
%0
%51.41
%44.31

Codes

Color #718E45 in popluar color models

718E45
RGB11314269
HSL84°34.60%41.37%
HSB/HSV84°51.41%55.69%
CMYK20.42%0.00%51.41%
44.31%

Color #718E45 in popluar number systems.

HEX718E45
Decimal11314269
Binary1110001100011101000101
Octal161216105

Shades and tints

Shades of #718E45

#718E45
(113,142,69)
#67823F
(103,130,63)
#5D7639
(93,118,57)
#536A33
(83,106,51)
#495E2D
(73,94,45)
#3F5227
(63,82,39)
#354621
(53,70,33)
#2B3A1B
(43,58,27)
#212E15
(33,46,21)
#17220F
(23,34,15)
#0D1609
(13,22,9)
#000000
(0,0,0)

Tints of #718E45

#718E45
(113,142,69)
#7D9855
(125,152,85)
#89A265
(137,162,101)
#95AC75
(149,172,117)
#A1B685
(161,182,133)
#ADC095
(173,192,149)
#B9CAA5
(185,202,165)
#C5D4B5
(197,212,181)
#D1DEC5
(209,222,197)
#DDE8D5
(221,232,213)
#E9F2E5
(233,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718E45 color. Also use rgb(113,142,69) instead hex code.

Text Font Color

.myTextColor { color: #718E45; }

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

This text font color is #718E45.


Background Color

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

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

This div background color is #718E45.


Border color

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

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

This div border color is #718E45.


Opacity

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

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

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

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

This text has shadow with #718E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718E45 on black background.


Color preview on white background

This text has color #718E45 on white background.



Black color preview on #718E45 background

This text has black color on #718E45 background.


White color preview on #718E45 background

This text has white color on #718E45 background.