COLOR #61718C

HEX: #61718C
RGB: (97,113,140)

Color info

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

RGB color model

#61718C color RGB value is (97,113,140).

  • red value is 97;
  • green value is 113;
  • blue value is 140.
RGB:
(97,113,140)
(38%,44%,55%)

RGB channels and saturation

R 97 of 255 = 38%
G 113 of 255 = 44%
B 140 of 255 = 55%

97
113
140

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

Portions of RGB colors in percentages

R + G + B =
97 + 113 + 140 = 350 (100%)
R 97 of 350 ~ 27.71%
G 113 of 350 ~ 32.29%
B 140 of 350 ~ 40%

%27.71
%32.29
%40

CMYK color model

#61718C color CMYK value is (31,19,0,45).

  • cyan value is 30.71%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(31,19,0,45)
C31M19Y0K45 
(31%,19%,0%,45%)
(0.31/0.19/0.00/0.45)	

CMYK percentages

%30.71
%19.29
%0
%45.1

Codes

Color #61718C in popluar color models

61718C
RGB97113140
HSL218°18.14%46.47%
HSB/HSV218°30.71%54.90%
CMYK30.71%19.29%0.00%
45.10%

Color #61718C in popluar number systems.

HEX61718C
Decimal97113140
Binary1100001111000110001100
Octal141161214

Shades and tints

Shades of #61718C

#61718C
(97,113,140)
#596780
(89,103,128)
#515D74
(81,93,116)
#495368
(73,83,104)
#41495C
(65,73,92)
#393F50
(57,63,80)
#313544
(49,53,68)
#292B38
(41,43,56)
#21212C
(33,33,44)
#191720
(25,23,32)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #61718C

#61718C
(97,113,140)
#6F7D96
(111,125,150)
#7D89A0
(125,137,160)
#8B95AA
(139,149,170)
#99A1B4
(153,161,180)
#A7ADBE
(167,173,190)
#B5B9C8
(181,185,200)
#C3C5D2
(195,197,210)
#D1D1DC
(209,209,220)
#DFDDE6
(223,221,230)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61718C color. Also use rgb(97,113,140) instead hex code.

Text Font Color

.myTextColor { color: #61718C; }

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

This text font color is #61718C.


Background Color

.myBgColor { background-color: #61718C; }

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

This div background color is #61718C.


Border color

.myBorderColor { border: 1px solid #61718C; }

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

This div border color is #61718C.


Opacity

.myOpacity80 { color: #61718C; opacity: 0.8; }

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

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

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

This text has shadow with #61718C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61718C on black background.


Color preview on white background

This text has color #61718C on white background.



Black color preview on #61718C background

This text has black color on #61718C background.


White color preview on #61718C background

This text has white color on #61718C background.