COLOR #717496

HEX: #717496
RGB: (113,116,150)

Renk bilgisi

#717496 contains red, green and blue colors in about the same proportion. #717496 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#717496 color RGB value is (113,116,150).

  • kırmız ton 113;
  • yeşil ton 116;
  • mavi ton 150.
RGB:
(113,116,150)
(44%,45%,59%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 116 of 255 = 45%
B 150 of 255 = 59%

113
116
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 116 + 150 = 379 (100%)
R 113 of 379 ~ 29.82%
G 116 of 379 ~ 30.61%
B 150 of 379 ~ 39.58%

%29.82
%30.61
%39.58

CMYK RENK MODELİ

#717496 rengi CMYK tonu (25,23,0,41).

  • camgöbeği tonu 24.67%
  • eflatun tonu 22.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(25,23,0,41)
C25M23Y0K41 
(25%,23%,0%,41%)
(0.25/0.23/0.00/0.41)	

CMYK yüzdeleri

%24.67
%22.67
%0
%41.18

Codes

Color #717496 in popluar color models

717496
RGB113116150
HSL235°14.98%51.57%
HSB/HSV235°24.67%58.82%
CMYK24.67%22.67%0.00%
41.18%

Color #717496 in popluar number systems.

HEX717496
Decimal113116150
Binary1110001111010010010110
Octal161164226

Shades and tints

Shades of #717496

#717496
(113,116,150)
#676A89
(103,106,137)
#5D607C
(93,96,124)
#53566F
(83,86,111)
#494C62
(73,76,98)
#3F4255
(63,66,85)
#353848
(53,56,72)
#2B2E3B
(43,46,59)
#21242E
(33,36,46)
#171A21
(23,26,33)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #717496

#717496
(113,116,150)
#7D809F
(125,128,159)
#898CA8
(137,140,168)
#9598B1
(149,152,177)
#A1A4BA
(161,164,186)
#ADB0C3
(173,176,195)
#B9BCCC
(185,188,204)
#C5C8D5
(197,200,213)
#D1D4DE
(209,212,222)
#DDE0E7
(221,224,231)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717496; }

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

This text font color is #717496.


Background Color

.myBgColor { background-color: #717496; }

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

This div background color is #717496.


Border color

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

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

This div border color is #717496.


Opacity

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

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

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

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

This text has shadow with #717496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717496 on black background.


Color preview on white background

This text has color #717496 on white background.



Black color preview on #717496 background

This text has black color on #717496 background.


White color preview on #717496 background

This text has white color on #717496 background.