COLOR #718A5F

HEX: #718A5F
RGB: (113,138,95)

Color info

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

RGB color model

#718A5F color RGB value is (113,138,95).

  • red value is 113;
  • green value is 138;
  • blue value is 95.
RGB:
(113,138,95)
(44%,54%,37%)

RGB channels and saturation

R 113 of 255 = 44%
G 138 of 255 = 54%
B 95 of 255 = 37%

113
138
95

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

Portions of RGB colors in percentages

R + G + B =
113 + 138 + 95 = 346 (100%)
R 113 of 346 ~ 32.66%
G 138 of 346 ~ 39.88%
B 95 of 346 ~ 27.46%

%32.66
%39.88
%27.46

CMYK color model

#718A5F color CMYK value is (18,0,31,46).

  • cyan value is 18.12%
  • magenta value is 0.00%
  • yellow value is 31.16%
  • key color value is 45.88%
CMYK:
(18,0,31,46)
C18M0Y31K46 
(18%,0%,31%,46%)
(0.18/0.00/0.31/0.46)	

CMYK percentages

%18.12
%0
%31.16
%45.88

Codes

Color #718A5F in popluar color models

718A5F
RGB11313895
HSL95°18.45%45.69%
HSB/HSV95°31.16%54.12%
CMYK18.12%0.00%31.16%
45.88%

Color #718A5F in popluar number systems.

HEX718A5F
Decimal11313895
Binary1110001100010101011111
Octal161212137

Shades and tints

Shades of #718A5F

#718A5F
(113,138,95)
#677E57
(103,126,87)
#5D724F
(93,114,79)
#536647
(83,102,71)
#495A3F
(73,90,63)
#3F4E37
(63,78,55)
#35422F
(53,66,47)
#2B3627
(43,54,39)
#212A1F
(33,42,31)
#171E17
(23,30,23)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #718A5F

#718A5F
(113,138,95)
#7D946D
(125,148,109)
#899E7B
(137,158,123)
#95A889
(149,168,137)
#A1B297
(161,178,151)
#ADBCA5
(173,188,165)
#B9C6B3
(185,198,179)
#C5D0C1
(197,208,193)
#D1DACF
(209,218,207)
#DDE4DD
(221,228,221)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718A5F color. Also use rgb(113,138,95) instead hex code.

Text Font Color

.myTextColor { color: #718A5F; }

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

This text font color is #718A5F.


Background Color

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

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

This div background color is #718A5F.


Border color

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

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

This div border color is #718A5F.


Opacity

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

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

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

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

This text has shadow with #718A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718A5F on black background.


Color preview on white background

This text has color #718A5F on white background.



Black color preview on #718A5F background

This text has black color on #718A5F background.


White color preview on #718A5F background

This text has white color on #718A5F background.