COLOR #616E83

HEX: #616E83 RGB: (97,110,131)

Color info

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

RGB color model

#616E83 color RGB value is (97,110,131).

RGB: (97,110,131) (38%, 43%, 51%)

RGB channels and saturation

R 97 of 255 = 38%
G 110 of 255 = 43%
B 131 of 255 = 51%

97
110
131

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

Portions of RGB colors in percentages

R + G + B = 97 + 110 + 131 = 338 (100%)
R 97 of 338 ~ 28.7%
G 110 of 338 ~ 32.54%
B 131 of 338 ~ 38.76'%

%28.7
%32.54
%38.76

CMYK color model

#616E83 color CMYK value is (26,16,0,49).

  • cyan value is 25.95%
  • magenta value is 16.03%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK: (26,16,0,49) C26M16Y0K49 (26%,16%,0%,49%) (0.26/0.16/0.00/0.49) 

CMYK percentages

%25.95
%16.03
%0
%48.63

Codes

Color #616E83 in popluar color models

61 6E 83
RGB 97 110 131
HSL 217° 14.91% 44.71%
HSB/HSV 217° 25.95% 51.37%
CMYK 25.95% 16.03% 0.00%
48.63%

Color #616E83 in popluar number systems.

HEX 61 6E 83
Decimal 97 110 131
Binary 1100001 1101110 10000011
Octal 141 156 203

Shades and tints

Shades of #616E83

#616E83
(97,110,131)
#596478
(89,100,120)
#515A6D
(81,90,109)
#495062
(73,80,98)
#414657
(65,70,87)
#393C4C
(57,60,76)
#313241
(49,50,65)
#292836
(41,40,54)
#211E2B
(33,30,43)
#191420
(25,20,32)
#110A15
(17,10,21)
#000000
(0,0,0)

Tints of #616E83

#616E83
(97,110,131)
#6F7B8E
(111,123,142)
#7D8899
(125,136,153)
#8B95A4
(139,149,164)
#99A2AF
(153,162,175)
#A7AFBA
(167,175,186)
#B5BCC5
(181,188,197)
#C3C9D0
(195,201,208)
#D1D6DB
(209,214,219)
#DFE3E6
(223,227,230)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616E83 color. Also use rgb(97,110,131) instead hex code.

Text Font Color

.myTextColor { color: #616E83; }

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

This text font color is #616E83.

Background Color

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

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

This div background color is #616E83.

Border color

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

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

This div border color is #616E83.

Opacity

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

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

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

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

This text has shadow with #616E83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #616E83.

Preview

Color preview on black background

This text has color #616E83 on black background.


Color preview on white background

This text has color #616E83 on white background.


Black color preview on #616E83 background

This text has black color on #616E83 background.


White color preview on #616E83 background

This text has white color on #616E83 background.


Related colors

Complementary color

Complementary color for #hex is #9E917C.


I love getcolorcode.com

Triadic colors

1 #83616E and #6E8361 with #616E83 are triadic colors.

2 #836E61 and #6E6183 with #616E83 are triadic colors.