COLOR #717388

HEX: #717388
RGB: (113,115,136)

Color info

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

RGB color model

#717388 color RGB value is (113,115,136).

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

RGB channels and saturation

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

113
115
136

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

Portions of RGB colors in percentages

R + G + B =
113 + 115 + 136 = 364 (100%)
R 113 of 364 ~ 31.04%
G 115 of 364 ~ 31.59%
B 136 of 364 ~ 37.36%

%31.04
%31.59
%37.36

CMYK color model

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

  • cyan value is 16.91%
  • magenta value is 15.44%
  • 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
%15.44
%0
%46.67

Codes

Color #717388 in popluar color models

717388
RGB113115136
HSL235°9.24%48.82%
HSB/HSV235°16.91%53.33%
CMYK16.91%15.44%0.00%
46.67%

Color #717388 in popluar number systems.

HEX717388
Decimal113115136
Binary1110001111001110001000
Octal161163210

Shades and tints

Shades of #717388

#717388
(113,115,136)
#67697C
(103,105,124)
#5D5F70
(93,95,112)
#535564
(83,85,100)
#494B58
(73,75,88)
#3F414C
(63,65,76)
#353740
(53,55,64)
#2B2D34
(43,45,52)
#212328
(33,35,40)
#17191C
(23,25,28)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #717388

#717388
(113,115,136)
#7D7F92
(125,127,146)
#898B9C
(137,139,156)
#9597A6
(149,151,166)
#A1A3B0
(161,163,176)
#ADAFBA
(173,175,186)
#B9BBC4
(185,187,196)
#C5C7CE
(197,199,206)
#D1D3D8
(209,211,216)
#DDDFE2
(221,223,226)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717388; }

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

This text font color is #717388.


Background Color

.myBgColor { background-color: #717388; }

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

This div background color is #717388.


Border color

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

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

This div border color is #717388.


Opacity

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

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

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

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

This text has shadow with #717388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717388 on black background.


Color preview on white background

This text has color #717388 on white background.



Black color preview on #717388 background

This text has black color on #717388 background.


White color preview on #717388 background

This text has white color on #717388 background.