COLOR #718D92

HEX: #718D92
RGB: (113,141,146)

Color info

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

RGB color model

#718D92 color RGB value is (113,141,146).

  • red value is 113;
  • green value is 141;
  • blue value is 146.
RGB:
(113,141,146)
(44%,55%,57%)

RGB channels and saturation

R 113 of 255 = 44%
G 141 of 255 = 55%
B 146 of 255 = 57%

113
141
146

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

Portions of RGB colors in percentages

R + G + B =
113 + 141 + 146 = 400 (100%)
R 113 of 400 ~ 28.25%
G 141 of 400 ~ 35.25%
B 146 of 400 ~ 36.5%

%28.25
%35.25
%36.5

CMYK color model

#718D92 color CMYK value is (23,3,0,43).

  • cyan value is 22.60%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(23,3,0,43)
C23M3Y0K43 
(23%,3%,0%,43%)
(0.23/0.03/0.00/0.43)	

CMYK percentages

%22.6
%3.42
%0
%42.75

Codes

Color #718D92 in popluar color models

718D92
RGB113141146
HSL189°13.15%50.78%
HSB/HSV189°22.60%57.25%
CMYK22.60%3.42%0.00%
42.75%

Color #718D92 in popluar number systems.

HEX718D92
Decimal113141146
Binary11100011000110110010010
Octal161215222

Shades and tints

Shades of #718D92

#718D92
(113,141,146)
#678185
(103,129,133)
#5D7578
(93,117,120)
#53696B
(83,105,107)
#495D5E
(73,93,94)
#3F5151
(63,81,81)
#354544
(53,69,68)
#2B3937
(43,57,55)
#212D2A
(33,45,42)
#17211D
(23,33,29)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #718D92

#718D92
(113,141,146)
#7D979B
(125,151,155)
#89A1A4
(137,161,164)
#95ABAD
(149,171,173)
#A1B5B6
(161,181,182)
#ADBFBF
(173,191,191)
#B9C9C8
(185,201,200)
#C5D3D1
(197,211,209)
#D1DDDA
(209,221,218)
#DDE7E3
(221,231,227)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718D92; }

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

This text font color is #718D92.


Background Color

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

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

This div background color is #718D92.


Border color

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

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

This div border color is #718D92.


Opacity

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

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

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

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

This text has shadow with #718D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718D92 on black background.


Color preview on white background

This text has color #718D92 on white background.



Black color preview on #718D92 background

This text has black color on #718D92 background.


White color preview on #718D92 background

This text has white color on #718D92 background.