COLOR #616E81

HEX: #616E81 RGB: (97,110,129)

Color info

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

RGB color model

#616E81 color RGB value is (97,110,129).

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

RGB channels and saturation

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

97
110
129

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

Portions of RGB colors in percentages

R + G + B = 97 + 110 + 129 = 336 (100%)
R 97 of 336 ~ 28.87%
G 110 of 336 ~ 32.74%
B 129 of 336 ~ 38.39'%

%28.87
%32.74
%38.39

CMYK color model

#616E81 color CMYK value is (25,15,0,49).

  • cyan value is 24.81%
  • magenta value is 14.73%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (25,15,0,49)
C25M15Y0K49 (25%, 15%, 0%, 49%)
(0.25 / 0.15 / 0.00 / 0.49)

CMYK percentages

%24.81
%14.73
%0
%49.41

Codes

Color #616E81 in popluar color models

61 6E 81
RGB 97 110 129
HSL 216° 14.16% 44.31%
HSB/HSV 216° 24.81% 50.59%
CMYK 24.81% 14.73% 0.00%
49.41%

Color #616E81 in popluar number systems.

HEX 61 6E 81
Decimal 97 110 129
Binary 1100001 1101110 10000001
Octal 141 156 201

Shades and tints

Shades of #616E81

#616E81
(97,110,129)
#596476
(89,100,118)
#515A6B
(81,90,107)
#495060
(73,80,96)
#414655
(65,70,85)
#393C4A
(57,60,74)
#31323F
(49,50,63)
#292834
(41,40,52)
#211E29
(33,30,41)
#19141E
(25,20,30)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #616E81

#616E81
(97,110,129)
#6F7B8C
(111,123,140)
#7D8897
(125,136,151)
#8B95A2
(139,149,162)
#99A2AD
(153,162,173)
#A7AFB8
(167,175,184)
#B5BCC3
(181,188,195)
#C3C9CE
(195,201,206)
#D1D6D9
(209,214,217)
#DFE3E4
(223,227,228)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616E81; }

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

This text font color is #616E81.

Background Color

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

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

This div background color is #616E81.

Border color

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

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

This div border color is #616E81.

Opacity

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

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

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

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

This text has shadow with #616E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #616E81.

Preview

Color preview on black background

This text has color #616E81 on black background.


Color preview on white background

This text has color #616E81 on white background.


Black color preview on #616E81 background

This text has black color on #616E81 background.


White color preview on #616E81 background

This text has white color on #616E81 background.


Related colors

Complementary color

Complementary color for #hex is #9E917E.


I love getcolorcode.com

Triadic colors

1 #81616E and #6E8161 with #616E81 are triadic colors.

2 #816E61 and #6E6181 with #616E81 are triadic colors.