COLOR #718D9A

HEX: #718D9A RGB: (113,141,154)

Color info

#718D9A contains red, green and blue colors in about the same proportion. Web safe color of #718D9A is #669999 (or #699).

RGB color model

#718D9A color RGB value is (113,141,154).

RGB: (113,141,154) (44%, 55%, 60%)

RGB channels and saturation

R 113 of 255 = 44%
G 141 of 255 = 55%
B 154 of 255 = 60%

113
141
154

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

Portions of RGB colors in percentages

R + G + B = 113 + 141 + 154 = 408 (100%)
R 113 of 408 ~ 27.7%
G 141 of 408 ~ 34.56%
B 154 of 408 ~ 37.75'%

%27.7
%34.56
%37.75

CMYK color model

#718D9A color CMYK value is (27,8,0,40).

  • cyan value is 26.62%
  • magenta value is 8.44%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (27,8,0,40)
C27M8Y0K40 (27%, 8%, 0%, 40%)
(0.27 / 0.08 / 0.00 / 0.40)

CMYK percentages

%26.62
%8.44
%0
%39.61

Codes

Color #718D9A in popluar color models

71 8D 9A
RGB 113 141 154
HSL 199° 16.87% 52.35%
HSB/HSV 199° 26.62% 60.39%
CMYK 26.62% 8.44% 0.00%
39.61%

Color #718D9A in popluar number systems.

HEX 71 8D 9A
Decimal 113 141 154
Binary 1110001 10001101 10011010
Octal 161 215 232

Shades and tints

Shades of #718D9A

#718D9A
(113,141,154)
#67818C
(103,129,140)
#5D757E
(93,117,126)
#536970
(83,105,112)
#495D62
(73,93,98)
#3F5154
(63,81,84)
#354546
(53,69,70)
#2B3938
(43,57,56)
#212D2A
(33,45,42)
#17211C
(23,33,28)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #718D9A

#718D9A
(113,141,154)
#7D97A3
(125,151,163)
#89A1AC
(137,161,172)
#95ABB5
(149,171,181)
#A1B5BE
(161,181,190)
#ADBFC7
(173,191,199)
#B9C9D0
(185,201,208)
#C5D3D9
(197,211,217)
#D1DDE2
(209,221,226)
#DDE7EB
(221,231,235)
#E9F1F4
(233,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718D9A; }

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

This text font color is #718D9A.

Background Color

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

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

This div background color is #718D9A.

Border color

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

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

This div border color is #718D9A.

Opacity

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

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

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

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

This text has shadow with #718D9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718D9A.

Preview

Color preview on black background

This text has color #718D9A on black background.


Color preview on white background

This text has color #718D9A on white background.


Black color preview on #718D9A background

This text has black color on #718D9A background.


White color preview on #718D9A background

This text has white color on #718D9A background.


Related colors

Complementary color

Complementary color for #hex is #8E7265.


I love getcolorcode.com

Triadic colors

1 #9A718D and #8D9A71 with #718D9A are triadic colors.

2 #9A8D71 and #8D719A with #718D9A are triadic colors.