COLOR #717891

HEX: #717891
RGB: (113,120,145)

Color info

#717891 contains red, green and blue colors in about the same proportion. Web safe color of #717891 is #666699 (or #669).

RGB color model

#717891 color RGB value is (113,120,145).

  • red value is 113;
  • green value is 120;
  • blue value is 145.
RGB:
(113,120,145)
(44%,47%,57%)

RGB channels and saturation

R 113 of 255 = 44%
G 120 of 255 = 47%
B 145 of 255 = 57%

113
120
145

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

Portions of RGB colors in percentages

R + G + B =
113 + 120 + 145 = 378 (100%)
R 113 of 378 ~ 29.89%
G 120 of 378 ~ 31.75%
B 145 of 378 ~ 38.36%

%29.89
%31.75
%38.36

CMYK color model

#717891 color CMYK value is (22,17,0,43).

  • cyan value is 22.07%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(22,17,0,43)
C22M17Y0K43 
(22%,17%,0%,43%)
(0.22/0.17/0.00/0.43)	

CMYK percentages

%22.07
%17.24
%0
%43.14

Codes

Color #717891 in popluar color models

717891
RGB113120145
HSL227°12.70%50.59%
HSB/HSV227°22.07%56.86%
CMYK22.07%17.24%0.00%
43.14%

Color #717891 in popluar number systems.

HEX717891
Decimal113120145
Binary1110001111100010010001
Octal161170221

Shades and tints

Shades of #717891

#717891
(113,120,145)
#676E84
(103,110,132)
#5D6477
(93,100,119)
#535A6A
(83,90,106)
#49505D
(73,80,93)
#3F4650
(63,70,80)
#353C43
(53,60,67)
#2B3236
(43,50,54)
#212829
(33,40,41)
#171E1C
(23,30,28)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #717891

#717891
(113,120,145)
#7D849B
(125,132,155)
#8990A5
(137,144,165)
#959CAF
(149,156,175)
#A1A8B9
(161,168,185)
#ADB4C3
(173,180,195)
#B9C0CD
(185,192,205)
#C5CCD7
(197,204,215)
#D1D8E1
(209,216,225)
#DDE4EB
(221,228,235)
#E9F0F5
(233,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717891; }

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

This text font color is #717891.


Background Color

.myBgColor { background-color: #717891; }

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

This div background color is #717891.


Border color

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

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

This div border color is #717891.


Opacity

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

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

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

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

This text has shadow with #717891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717891 on black background.


Color preview on white background

This text has color #717891 on white background.



Black color preview on #717891 background

This text has black color on #717891 background.


White color preview on #717891 background

This text has white color on #717891 background.