COLOR #718489

HEX: #718489
RGB: (113,132,137)

Color info

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

RGB color model

#718489 color RGB value is (113,132,137).

  • red value is 113;
  • green value is 132;
  • blue value is 137.
RGB:
(113,132,137)
(44%,52%,54%)

RGB channels and saturation

R 113 of 255 = 44%
G 132 of 255 = 52%
B 137 of 255 = 54%

113
132
137

R + G + B ~ 50%. #718489 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 132 + 137 = 382 (100%)
R 113 of 382 ~ 29.58%
G 132 of 382 ~ 34.55%
B 137 of 382 ~ 35.86%

%29.58
%34.55
%35.86

CMYK color model

#718489 color CMYK value is (18,4,0,46).

  • cyan value is 17.52%
  • magenta value is 3.65%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(18,4,0,46)
C18M4Y0K46 
(18%,4%,0%,46%)
(0.18/0.04/0.00/0.46)	

CMYK percentages

%17.52
%3.65
%0
%46.27

Codes

Color #718489 in popluar color models

718489
RGB113132137
HSL193°9.60%49.02%
HSB/HSV193°17.52%53.73%
CMYK17.52%3.65%0.00%
46.27%

Color #718489 in popluar number systems.

HEX718489
Decimal113132137
Binary11100011000010010001001
Octal161204211

Shades and tints

Shades of #718489

#718489
(113,132,137)
#67787D
(103,120,125)
#5D6C71
(93,108,113)
#536065
(83,96,101)
#495459
(73,84,89)
#3F484D
(63,72,77)
#353C41
(53,60,65)
#2B3035
(43,48,53)
#212429
(33,36,41)
#17181D
(23,24,29)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #718489

#718489
(113,132,137)
#7D8F93
(125,143,147)
#899A9D
(137,154,157)
#95A5A7
(149,165,167)
#A1B0B1
(161,176,177)
#ADBBBB
(173,187,187)
#B9C6C5
(185,198,197)
#C5D1CF
(197,209,207)
#D1DCD9
(209,220,217)
#DDE7E3
(221,231,227)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718489 color. Also use rgb(113,132,137) instead hex code.

Text Font Color

.myTextColor { color: #718489; }

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

This text font color is #718489.


Background Color

.myBgColor { background-color: #718489; }

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

This div background color is #718489.


Border color

.myBorderColor { border: 1px solid #718489; }

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

This div border color is #718489.


Opacity

.myOpacity80 { color: #718489; opacity: 0.8; }

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

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

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

This text has shadow with #718489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718489 on black background.


Color preview on white background

This text has color #718489 on white background.



Black color preview on #718489 background

This text has black color on #718489 background.


White color preview on #718489 background

This text has white color on #718489 background.