COLOR #718E38

HEX: #718E38
RGB: (113,142,56)

Color info

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

RGB color model

#718E38 color RGB value is (113,142,56).

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

RGB channels and saturation

R 113 of 255 = 44%
G 142 of 255 = 56%
B 56 of 255 = 22%

113
142
56

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

Portions of RGB colors in percentages

R + G + B =
113 + 142 + 56 = 311 (100%)
R 113 of 311 ~ 36.33%
G 142 of 311 ~ 45.66%
B 56 of 311 ~ 18.01%

%36.33
%45.66
%18.01

CMYK color model

#718E38 color CMYK value is (20,0,61,44).

  • cyan value is 20.42%
  • magenta value is 0.00%
  • yellow value is 60.56%
  • key color value is 44.31%
CMYK:
(20,0,61,44)
C20M0Y61K44 
(20%,0%,61%,44%)
(0.20/0.00/0.61/0.44)	

CMYK percentages

%20.42
%0
%60.56
%44.31

Codes

Color #718E38 in popluar color models

718E38
RGB11314256
HSL80°43.43%38.82%
HSB/HSV80°60.56%55.69%
CMYK20.42%0.00%60.56%
44.31%

Color #718E38 in popluar number systems.

HEX718E38
Decimal11314256
Binary111000110001110111000
Octal16121670

Shades and tints

Shades of #718E38

#718E38
(113,142,56)
#678233
(103,130,51)
#5D762E
(93,118,46)
#536A29
(83,106,41)
#495E24
(73,94,36)
#3F521F
(63,82,31)
#35461A
(53,70,26)
#2B3A15
(43,58,21)
#212E10
(33,46,16)
#17220B
(23,34,11)
#0D1606
(13,22,6)
#000000
(0,0,0)

Tints of #718E38

#718E38
(113,142,56)
#7D984A
(125,152,74)
#89A25C
(137,162,92)
#95AC6E
(149,172,110)
#A1B680
(161,182,128)
#ADC092
(173,192,146)
#B9CAA4
(185,202,164)
#C5D4B6
(197,212,182)
#D1DEC8
(209,222,200)
#DDE8DA
(221,232,218)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718E38; }

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

This text font color is #718E38.


Background Color

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

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

This div background color is #718E38.


Border color

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

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

This div border color is #718E38.


Opacity

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

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

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

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

This text has shadow with #718E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718E38 on black background.


Color preview on white background

This text has color #718E38 on white background.



Black color preview on #718E38 background

This text has black color on #718E38 background.


White color preview on #718E38 background

This text has white color on #718E38 background.