COLOR #717183

HEX: #717183 RGB: (113,113,131)

Color info

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

RGB color model

#717183 color RGB value is (113,113,131).

RGB: (113,113,131) (44%, 44%, 51%)

RGB channels and saturation

R 113 of 255 = 44%
G 113 of 255 = 44%
B 131 of 255 = 51%

113
113
131

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

Portions of RGB colors in percentages

R + G + B = 113 + 113 + 131 = 357 (100%)
R 113 of 357 ~ 31.65%
G 113 of 357 ~ 31.65%
B 131 of 357 ~ 36.69'%

%31.65
%31.65
%36.69

CMYK color model

#717183 color CMYK value is (14,14,0,49).

  • cyan value is 13.74%
  • magenta value is 13.74%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (14,14,0,49)
C14M14Y0K49 (14%, 14%, 0%, 49%)
(0.14 / 0.14 / 0.00 / 0.49)

CMYK percentages

%13.74
%13.74
%0
%48.63

Codes

Color #717183 in popluar color models

71 71 83
RGB 113 113 131
HSL 240° 7.38% 47.84%
HSB/HSV 240° 13.74% 51.37%
CMYK 13.74% 13.74% 0.00%
48.63%

Color #717183 in popluar number systems.

HEX 71 71 83
Decimal 113 113 131
Binary 1110001 1110001 10000011
Octal 161 161 203

Shades and tints

Shades of #717183

#717183
(113,113,131)
#676778
(103,103,120)
#5D5D6D
(93,93,109)
#535362
(83,83,98)
#494957
(73,73,87)
#3F3F4C
(63,63,76)
#353541
(53,53,65)
#2B2B36
(43,43,54)
#21212B
(33,33,43)
#171720
(23,23,32)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #717183

#717183
(113,113,131)
#7D7D8E
(125,125,142)
#898999
(137,137,153)
#9595A4
(149,149,164)
#A1A1AF
(161,161,175)
#ADADBA
(173,173,186)
#B9B9C5
(185,185,197)
#C5C5D0
(197,197,208)
#D1D1DB
(209,209,219)
#DDDDE6
(221,221,230)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717183; }

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

This text font color is #717183.

Background Color

.myBgColor { background-color: #717183; }

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

This div background color is #717183.

Border color

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

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

This div border color is #717183.

Opacity

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

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

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

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

This text has shadow with #717183 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717183.

Preview

Color preview on black background

This text has color #717183 on black background.


Color preview on white background

This text has color #717183 on white background.


Black color preview on #717183 background

This text has black color on #717183 background.


White color preview on #717183 background

This text has white color on #717183 background.


Related colors

Complementary color

Complementary color for #hex is #8E8E7C.


I love getcolorcode.com