COLOR #717D93

HEX: #717D93 RGB: (113,125,147)

Color info

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

RGB color model

#717D93 color RGB value is (113,125,147).

RGB: (113,125,147) (44%, 49%, 58%)

RGB channels and saturation

R 113 of 255 = 44%
G 125 of 255 = 49%
B 147 of 255 = 58%

113
125
147

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

Portions of RGB colors in percentages

R + G + B = 113 + 125 + 147 = 385 (100%)
R 113 of 385 ~ 29.35%
G 125 of 385 ~ 32.47%
B 147 of 385 ~ 38.18'%

%29.35
%32.47
%38.18

CMYK color model

#717D93 color CMYK value is (23,15,0,42).

  • cyan value is 23.13%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (23,15,0,42)
C23M15Y0K42 (23%, 15%, 0%, 42%)
(0.23 / 0.15 / 0.00 / 0.42)

CMYK percentages

%23.13
%14.97
%0
%42.35

Codes

Color #717D93 in popluar color models

71 7D 93
RGB 113 125 147
HSL 219° 13.60% 50.98%
HSB/HSV 219° 23.13% 57.65%
CMYK 23.13% 14.97% 0.00%
42.35%

Color #717D93 in popluar number systems.

HEX 71 7D 93
Decimal 113 125 147
Binary 1110001 1111101 10010011
Octal 161 175 223

Shades and tints

Shades of #717D93

#717D93
(113,125,147)
#677286
(103,114,134)
#5D6779
(93,103,121)
#535C6C
(83,92,108)
#49515F
(73,81,95)
#3F4652
(63,70,82)
#353B45
(53,59,69)
#2B3038
(43,48,56)
#21252B
(33,37,43)
#171A1E
(23,26,30)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #717D93

#717D93
(113,125,147)
#7D889C
(125,136,156)
#8993A5
(137,147,165)
#959EAE
(149,158,174)
#A1A9B7
(161,169,183)
#ADB4C0
(173,180,192)
#B9BFC9
(185,191,201)
#C5CAD2
(197,202,210)
#D1D5DB
(209,213,219)
#DDE0E4
(221,224,228)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717D93 color. Also use rgb(113,125,147) instead hex code.

Text Font Color

.myTextColor { color: #717D93; }

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

This text font color is #717D93.

Background Color

.myBgColor { background-color: #717D93; }

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

This div background color is #717D93.

Border color

.myBorderColor { border: 1px solid #717D93; }

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

This div border color is #717D93.

Opacity

.myOpacity80 { color: #717D93; opacity: 0.8; }

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

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

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

This text has shadow with #717D93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717D93.

Preview

Color preview on black background

This text has color #717D93 on black background.


Color preview on white background

This text has color #717D93 on white background.


Black color preview on #717D93 background

This text has black color on #717D93 background.


White color preview on #717D93 background

This text has white color on #717D93 background.


Related colors

Complementary color

Complementary color for #hex is #8E826C.


I love getcolorcode.com

Triadic colors

1 #93717D and #7D9371 with #717D93 are triadic colors.

2 #937D71 and #7D7193 with #717D93 are triadic colors.