COLOR #718D69

HEX: #718D69 RGB: (113,141,105)

Color info

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

RGB color model

#718D69 color RGB value is (113,141,105).

RGB: (113,141,105) (44%, 55%, 41%)

RGB channels and saturation

R 113 of 255 = 44%
G 141 of 255 = 55%
B 105 of 255 = 41%

113
141
105

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

Portions of RGB colors in percentages

R + G + B = 113 + 141 + 105 = 359 (100%)
R 113 of 359 ~ 31.48%
G 141 of 359 ~ 39.28%
B 105 of 359 ~ 29.25'%

%31.48
%39.28
%29.25

CMYK color model

#718D69 color CMYK value is (20,0,26,45).

  • cyan value is 19.86%
  • magenta value is 0.00%
  • yellow value is 25.53%
  • key color value is 44.71%

CMYK: (20,0,26,45)
C20M0Y26K45 (20%, 0%, 26%, 45%)
(0.20 / 0.00 / 0.26 / 0.45)

CMYK percentages

%19.86
%0
%25.53
%44.71

Codes

Color #718D69 in popluar color models

71 8D 69
RGB 113 141 105
HSL 107° 14.63% 48.24%
HSB/HSV 107° 25.53% 55.29%
CMYK 19.86% 0.00% 25.53%
44.71%

Color #718D69 in popluar number systems.

HEX 71 8D 69
Decimal 113 141 105
Binary 1110001 10001101 1101001
Octal 161 215 151

Shades and tints

Shades of #718D69

#718D69
(113,141,105)
#678160
(103,129,96)
#5D7557
(93,117,87)
#53694E
(83,105,78)
#495D45
(73,93,69)
#3F513C
(63,81,60)
#354533
(53,69,51)
#2B392A
(43,57,42)
#212D21
(33,45,33)
#172118
(23,33,24)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #718D69

#718D69
(113,141,105)
#7D9776
(125,151,118)
#89A183
(137,161,131)
#95AB90
(149,171,144)
#A1B59D
(161,181,157)
#ADBFAA
(173,191,170)
#B9C9B7
(185,201,183)
#C5D3C4
(197,211,196)
#D1DDD1
(209,221,209)
#DDE7DE
(221,231,222)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718D69 color. Also use rgb(113,141,105) instead hex code.

Text Font Color

.myTextColor { color: #718D69; }

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

This text font color is #718D69.

Background Color

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

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

This div background color is #718D69.

Border color

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

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

This div border color is #718D69.

Opacity

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

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

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

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

This text has shadow with #718D69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718D69.

Preview

Color preview on black background

This text has color #718D69 on black background.


Color preview on white background

This text has color #718D69 on white background.


Black color preview on #718D69 background

This text has black color on #718D69 background.


White color preview on #718D69 background

This text has white color on #718D69 background.


Related colors

Complementary color

Complementary color for #hex is #8E7296.


I love getcolorcode.com

Triadic colors

1 #69718D and #8D6971 with #718D69 are triadic colors.

2 #698D71 and #8D7169 with #718D69 are triadic colors.