COLOR #616D82

HEX: #616D82
RGB: (97,109,130)

Color info

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

RGB color model

#616D82 color RGB value is (97,109,130).

  • red value is 97;
  • green value is 109;
  • blue value is 130.
RGB:
(97,109,130)
(38%,43%,51%)

RGB channels and saturation

R 97 of 255 = 38%
G 109 of 255 = 43%
B 130 of 255 = 51%

97
109
130

R + G + B ~ 44%. #616D82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 109 + 130 = 336 (100%)
R 97 of 336 ~ 28.87%
G 109 of 336 ~ 32.44%
B 130 of 336 ~ 38.69%

%28.87
%32.44
%38.69

CMYK color model

#616D82 color CMYK value is (25,16,0,49).

  • cyan value is 25.38%
  • magenta value is 16.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(25,16,0,49)
C25M16Y0K49 
(25%,16%,0%,49%)
(0.25/0.16/0.00/0.49)	

CMYK percentages

%25.38
%16.15
%0
%49.02

Codes

Color #616D82 in popluar color models

616D82
RGB97109130
HSL218°14.54%44.51%
HSB/HSV218°25.38%50.98%
CMYK25.38%16.15%0.00%
49.02%

Color #616D82 in popluar number systems.

HEX616D82
Decimal97109130
Binary1100001110110110000010
Octal141155202

Shades and tints

Shades of #616D82

#616D82
(97,109,130)
#596477
(89,100,119)
#515B6C
(81,91,108)
#495261
(73,82,97)
#414956
(65,73,86)
#39404B
(57,64,75)
#313740
(49,55,64)
#292E35
(41,46,53)
#21252A
(33,37,42)
#191C1F
(25,28,31)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #616D82

#616D82
(97,109,130)
#6F7A8D
(111,122,141)
#7D8798
(125,135,152)
#8B94A3
(139,148,163)
#99A1AE
(153,161,174)
#A7AEB9
(167,174,185)
#B5BBC4
(181,187,196)
#C3C8CF
(195,200,207)
#D1D5DA
(209,213,218)
#DFE2E5
(223,226,229)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616D82 color. Also use rgb(97,109,130) instead hex code.

Text Font Color

.myTextColor { color: #616D82; }

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

This text font color is #616D82.


Background Color

.myBgColor { background-color: #616D82; }

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

This div background color is #616D82.


Border color

.myBorderColor { border: 1px solid #616D82; }

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

This div border color is #616D82.


Opacity

.myOpacity80 { color: #616D82; opacity: 0.8; }

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

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

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

This text has shadow with #616D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616D82 on black background.


Color preview on white background

This text has color #616D82 on white background.



Black color preview on #616D82 background

This text has black color on #616D82 background.


White color preview on #616D82 background

This text has white color on #616D82 background.