COLOR #717488

HEX: #717488
RGB: (113,116,136)

Color info

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

RGB color model

#717488 color RGB value is (113,116,136).

  • red value is 113;
  • green value is 116;
  • blue value is 136.
RGB:
(113,116,136)
(44%,45%,53%)

RGB channels and saturation

R 113 of 255 = 44%
G 116 of 255 = 45%
B 136 of 255 = 53%

113
116
136

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

Portions of RGB colors in percentages

R + G + B =
113 + 116 + 136 = 365 (100%)
R 113 of 365 ~ 30.96%
G 116 of 365 ~ 31.78%
B 136 of 365 ~ 37.26%

%30.96
%31.78
%37.26

CMYK color model

#717488 color CMYK value is (17,15,0,47).

  • cyan value is 16.91%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(17,15,0,47)
C17M15Y0K47 
(17%,15%,0%,47%)
(0.17/0.15/0.00/0.47)	

CMYK percentages

%16.91
%14.71
%0
%46.67

Codes

Color #717488 in popluar color models

717488
RGB113116136
HSL232°9.24%48.82%
HSB/HSV232°16.91%53.33%
CMYK16.91%14.71%0.00%
46.67%

Color #717488 in popluar number systems.

HEX717488
Decimal113116136
Binary1110001111010010001000
Octal161164210

Shades and tints

Shades of #717488

#717488
(113,116,136)
#676A7C
(103,106,124)
#5D6070
(93,96,112)
#535664
(83,86,100)
#494C58
(73,76,88)
#3F424C
(63,66,76)
#353840
(53,56,64)
#2B2E34
(43,46,52)
#212428
(33,36,40)
#171A1C
(23,26,28)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #717488

#717488
(113,116,136)
#7D8092
(125,128,146)
#898C9C
(137,140,156)
#9598A6
(149,152,166)
#A1A4B0
(161,164,176)
#ADB0BA
(173,176,186)
#B9BCC4
(185,188,196)
#C5C8CE
(197,200,206)
#D1D4D8
(209,212,216)
#DDE0E2
(221,224,226)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717488 color. Also use rgb(113,116,136) instead hex code.

Text Font Color

.myTextColor { color: #717488; }

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

This text font color is #717488.


Background Color

.myBgColor { background-color: #717488; }

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

This div background color is #717488.


Border color

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

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

This div border color is #717488.


Opacity

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

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

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

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

This text has shadow with #717488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717488 on black background.


Color preview on white background

This text has color #717488 on white background.



Black color preview on #717488 background

This text has black color on #717488 background.


White color preview on #717488 background

This text has white color on #717488 background.