COLOR #717283

HEX: #717283
RGB: (113,114,131)

Color info

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

RGB color model

#717283 color RGB value is (113,114,131).

  • red value is 113;
  • green value is 114;
  • blue value is 131.
RGB:
(113,114,131)
(44%,45%,51%)

RGB channels and saturation

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

113
114
131

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

Portions of RGB colors in percentages

R + G + B =
113 + 114 + 131 = 358 (100%)
R 113 of 358 ~ 31.56%
G 114 of 358 ~ 31.84%
B 131 of 358 ~ 36.59%

%31.56
%31.84
%36.59

CMYK color model

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

  • cyan value is 13.74%
  • magenta value is 12.98%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(14,13,0,49)
C14M13Y0K49 
(14%,13%,0%,49%)
(0.14/0.13/0.00/0.49)	

CMYK percentages

%13.74
%12.98
%0
%48.63

Codes

Color #717283 in popluar color models

717283
RGB113114131
HSL237°7.38%47.84%
HSB/HSV237°13.74%51.37%
CMYK13.74%12.98%0.00%
48.63%

Color #717283 in popluar number systems.

HEX717283
Decimal113114131
Binary1110001111001010000011
Octal161162203

Shades and tints

Shades of #717283

#717283
(113,114,131)
#676878
(103,104,120)
#5D5E6D
(93,94,109)
#535462
(83,84,98)
#494A57
(73,74,87)
#3F404C
(63,64,76)
#353641
(53,54,65)
#2B2C36
(43,44,54)
#21222B
(33,34,43)
#171820
(23,24,32)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #717283

#717283
(113,114,131)
#7D7E8E
(125,126,142)
#898A99
(137,138,153)
#9596A4
(149,150,164)
#A1A2AF
(161,162,175)
#ADAEBA
(173,174,186)
#B9BAC5
(185,186,197)
#C5C6D0
(197,198,208)
#D1D2DB
(209,210,219)
#DDDEE6
(221,222,230)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717283; }

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

This text font color is #717283.


Background Color

.myBgColor { background-color: #717283; }

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

This div background color is #717283.


Border color

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

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

This div border color is #717283.


Opacity

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

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

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

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

This text has shadow with #717283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717283 on black background.


Color preview on white background

This text has color #717283 on white background.



Black color preview on #717283 background

This text has black color on #717283 background.


White color preview on #717283 background

This text has white color on #717283 background.