COLOR #616482

HEX: #616482
RGB: (97,100,130)

Color info

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

RGB color model

#616482 color RGB value is (97,100,130).

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

RGB channels and saturation

R 97 of 255 = 38%
G 100 of 255 = 39%
B 130 of 255 = 51%

97
100
130

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

Portions of RGB colors in percentages

R + G + B =
97 + 100 + 130 = 327 (100%)
R 97 of 327 ~ 29.66%
G 100 of 327 ~ 30.58%
B 130 of 327 ~ 39.76%

%29.66
%30.58
%39.76

CMYK color model

#616482 color CMYK value is (25,23,0,49).

  • cyan value is 25.38%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(25,23,0,49)
C25M23Y0K49 
(25%,23%,0%,49%)
(0.25/0.23/0.00/0.49)	

CMYK percentages

%25.38
%23.08
%0
%49.02

Codes

Color #616482 in popluar color models

616482
RGB97100130
HSL235°14.54%44.51%
HSB/HSV235°25.38%50.98%
CMYK25.38%23.08%0.00%
49.02%

Color #616482 in popluar number systems.

HEX616482
Decimal97100130
Binary1100001110010010000010
Octal141144202

Shades and tints

Shades of #616482

#616482
(97,100,130)
#595B77
(89,91,119)
#51526C
(81,82,108)
#494961
(73,73,97)
#414056
(65,64,86)
#39374B
(57,55,75)
#312E40
(49,46,64)
#292535
(41,37,53)
#211C2A
(33,28,42)
#19131F
(25,19,31)
#110A14
(17,10,20)
#000000
(0,0,0)

Tints of #616482

#616482
(97,100,130)
#6F728D
(111,114,141)
#7D8098
(125,128,152)
#8B8EA3
(139,142,163)
#999CAE
(153,156,174)
#A7AAB9
(167,170,185)
#B5B8C4
(181,184,196)
#C3C6CF
(195,198,207)
#D1D4DA
(209,212,218)
#DFE2E5
(223,226,229)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616482; }

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

This text font color is #616482.


Background Color

.myBgColor { background-color: #616482; }

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

This div background color is #616482.


Border color

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

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

This div border color is #616482.


Opacity

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

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

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

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

This text has shadow with #616482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616482 on black background.


Color preview on white background

This text has color #616482 on white background.



Black color preview on #616482 background

This text has black color on #616482 background.


White color preview on #616482 background

This text has white color on #616482 background.