COLOR #717285

HEX: #717285
RGB: (113,114,133)

Color info

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

RGB color model

#717285 color RGB value is (113,114,133).

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

RGB channels and saturation

R 113 of 255 = 44%
G 114 of 255 = 45%
B 133 of 255 = 52%

113
114
133

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

Portions of RGB colors in percentages

R + G + B =
113 + 114 + 133 = 360 (100%)
R 113 of 360 ~ 31.39%
G 114 of 360 ~ 31.67%
B 133 of 360 ~ 36.94%

%31.39
%31.67
%36.94

CMYK color model

#717285 color CMYK value is (15,14,0,48).

  • cyan value is 15.04%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(15,14,0,48)
C15M14Y0K48 
(15%,14%,0%,48%)
(0.15/0.14/0.00/0.48)	

CMYK percentages

%15.04
%14.29
%0
%47.84

Codes

Color #717285 in popluar color models

717285
RGB113114133
HSL237°8.13%48.24%
HSB/HSV237°15.04%52.16%
CMYK15.04%14.29%0.00%
47.84%

Color #717285 in popluar number systems.

HEX717285
Decimal113114133
Binary1110001111001010000101
Octal161162205

Shades and tints

Shades of #717285

#717285
(113,114,133)
#676879
(103,104,121)
#5D5E6D
(93,94,109)
#535461
(83,84,97)
#494A55
(73,74,85)
#3F4049
(63,64,73)
#35363D
(53,54,61)
#2B2C31
(43,44,49)
#212225
(33,34,37)
#171819
(23,24,25)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #717285

#717285
(113,114,133)
#7D7E90
(125,126,144)
#898A9B
(137,138,155)
#9596A6
(149,150,166)
#A1A2B1
(161,162,177)
#ADAEBC
(173,174,188)
#B9BAC7
(185,186,199)
#C5C6D2
(197,198,210)
#D1D2DD
(209,210,221)
#DDDEE8
(221,222,232)
#E9EAF3
(233,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717285; }

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

This text font color is #717285.


Background Color

.myBgColor { background-color: #717285; }

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

This div background color is #717285.


Border color

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

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

This div border color is #717285.


Opacity

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

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

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

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

This text has shadow with #717285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717285 on black background.


Color preview on white background

This text has color #717285 on white background.



Black color preview on #717285 background

This text has black color on #717285 background.


White color preview on #717285 background

This text has white color on #717285 background.