COLOR #718E55

HEX: #718E55 RGB: (113,142,85)

Color info

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

RGB color model

#718E55 color RGB value is (113,142,85).

RGB: (113,142,85) (44%, 56%, 33%)

RGB channels and saturation

R 113 of 255 = 44%
G 142 of 255 = 56%
B 85 of 255 = 33%

113
142
85

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

Portions of RGB colors in percentages

R + G + B = 113 + 142 + 85 = 340 (100%)
R 113 of 340 ~ 33.24%
G 142 of 340 ~ 41.76%
B 85 of 340 ~ 25'%

%33.24
%41.76
%25

CMYK color model

#718E55 color CMYK value is (20,0,40,44).

  • cyan value is 20.42%
  • magenta value is 0.00%
  • yellow value is 40.14%
  • key color value is 44.31%

CMYK: (20,0,40,44)
C20M0Y40K44 (20%, 0%, 40%, 44%)
(0.20 / 0.00 / 0.40 / 0.44)

CMYK percentages

%20.42
%0
%40.14
%44.31

Codes

Color #718E55 in popluar color models

71 8E 55
RGB 113 142 85
HSL 91° 25.11% 44.51%
HSB/HSV 91° 40.14% 55.69%
CMYK 20.42% 0.00% 40.14%
44.31%

Color #718E55 in popluar number systems.

HEX 71 8E 55
Decimal 113 142 85
Binary 1110001 10001110 1010101
Octal 161 216 125

Shades and tints

Shades of #718E55

#718E55
(113,142,85)
#67824E
(103,130,78)
#5D7647
(93,118,71)
#536A40
(83,106,64)
#495E39
(73,94,57)
#3F5232
(63,82,50)
#35462B
(53,70,43)
#2B3A24
(43,58,36)
#212E1D
(33,46,29)
#172216
(23,34,22)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #718E55

#718E55
(113,142,85)
#7D9864
(125,152,100)
#89A273
(137,162,115)
#95AC82
(149,172,130)
#A1B691
(161,182,145)
#ADC0A0
(173,192,160)
#B9CAAF
(185,202,175)
#C5D4BE
(197,212,190)
#D1DECD
(209,222,205)
#DDE8DC
(221,232,220)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718E55; }

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

This text font color is #718E55.

Background Color

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

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

This div background color is #718E55.

Border color

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

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

This div border color is #718E55.

Opacity

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

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

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

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

This text has shadow with #718E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718E55.

Preview

Color preview on black background

This text has color #718E55 on black background.


Color preview on white background

This text has color #718E55 on white background.


Black color preview on #718E55 background

This text has black color on #718E55 background.


White color preview on #718E55 background

This text has white color on #718E55 background.


Related colors

Complementary color

Complementary color for #hex is #8E71AA.


I love getcolorcode.com

Triadic colors

1 #55718E and #8E5571 with #718E55 are triadic colors.

2 #558E71 and #8E7155 with #718E55 are triadic colors.