COLOR #718F91

HEX: #718F91 RGB: (113,143,145)

Color info

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

RGB color model

#718F91 color RGB value is (113,143,145).

RGB: (113,143,145) (44%, 56%, 57%)

RGB channels and saturation

R 113 of 255 = 44%
G 143 of 255 = 56%
B 145 of 255 = 57%

113
143
145

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

Portions of RGB colors in percentages

R + G + B = 113 + 143 + 145 = 401 (100%)
R 113 of 401 ~ 28.18%
G 143 of 401 ~ 35.66%
B 145 of 401 ~ 36.16'%

%28.18
%35.66
%36.16

CMYK color model

#718F91 color CMYK value is (22,1,0,43).

  • cyan value is 22.07%
  • magenta value is 1.38%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK: (22,1,0,43) C22M1Y0K43 (22%,1%,0%,43%) (0.22/0.01/0.00/0.43) 

CMYK percentages

%22.07
%1.38
%0
%43.14

Codes

Color #718F91 in popluar color models

71 8F 91
RGB 113 143 145
HSL 184° 12.70% 50.59%
HSB/HSV 184° 22.07% 56.86%
CMYK 22.07% 1.38% 0.00%
43.14%

Color #718F91 in popluar number systems.

HEX 71 8F 91
Decimal 113 143 145
Binary 1110001 10001111 10010001
Octal 161 217 221

Shades and tints

Shades of #718F91

#718F91
(113,143,145)
#678284
(103,130,132)
#5D7577
(93,117,119)
#53686A
(83,104,106)
#495B5D
(73,91,93)
#3F4E50
(63,78,80)
#354143
(53,65,67)
#2B3436
(43,52,54)
#212729
(33,39,41)
#171A1C
(23,26,28)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #718F91

#718F91
(113,143,145)
#7D999B
(125,153,155)
#89A3A5
(137,163,165)
#95ADAF
(149,173,175)
#A1B7B9
(161,183,185)
#ADC1C3
(173,193,195)
#B9CBCD
(185,203,205)
#C5D5D7
(197,213,215)
#D1DFE1
(209,223,225)
#DDE9EB
(221,233,235)
#E9F3F5
(233,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718F91 color. Also use rgb(113,143,145) instead hex code.

Text Font Color

.myTextColor { color: #718F91; }

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

This text font color is #718F91.

Background Color

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

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

This div background color is #718F91.

Border color

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

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

This div border color is #718F91.

Opacity

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

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

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

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

This text has shadow with #718F91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718F91.

Preview

Color preview on black background

This text has color #718F91 on black background.


Color preview on white background

This text has color #718F91 on white background.


Black color preview on #718F91 background

This text has black color on #718F91 background.


White color preview on #718F91 background

This text has white color on #718F91 background.


Related colors

Complementary color

Complementary color for #hex is #8E706E.


I love getcolorcode.com

Triadic colors

1 #91718F and #8F9171 with #718F91 are triadic colors.

2 #918F71 and #8F7191 with #718F91 are triadic colors.