COLOR #614D80

HEX: #614D80
RGB: (97,77,128)

Color info

#614D80 contains red, green and blue colors in about the same proportion. Web safe color of #614D80 is #663366 (or #636).

RGB color model

#614D80 color RGB value is (97,77,128).

  • red value is 97;
  • green value is 77;
  • blue value is 128.
RGB:
(97,77,128)
(38%,30%,50%)

RGB channels and saturation

R 97 of 255 = 38%
G 77 of 255 = 30%
B 128 of 255 = 50%

97
77
128

R + G + B ~ 39%. #614D80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 77 + 128 = 302 (100%)
R 97 of 302 ~ 32.12%
G 77 of 302 ~ 25.5%
B 128 of 302 ~ 42.38%

%32.12
%25.5
%42.38

CMYK color model

#614D80 color CMYK value is (24,40,0,50).

  • cyan value is 24.22%
  • magenta value is 39.84%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(24,40,0,50)
C24M40Y0K50 
(24%,40%,0%,50%)
(0.24/0.40/0.00/0.50)	

CMYK percentages

%24.22
%39.84
%0
%49.8

Codes

Color #614D80 in popluar color models

614D80
RGB9777128
HSL264°24.88%40.20%
HSB/HSV264°39.84%50.20%
CMYK24.22%39.84%0.00%
49.80%

Color #614D80 in popluar number systems.

HEX614D80
Decimal9777128
Binary1100001100110110000000
Octal141115200

Shades and tints

Shades of #614D80

#614D80
(97,77,128)
#594675
(89,70,117)
#513F6A
(81,63,106)
#49385F
(73,56,95)
#413154
(65,49,84)
#392A49
(57,42,73)
#31233E
(49,35,62)
#291C33
(41,28,51)
#211528
(33,21,40)
#190E1D
(25,14,29)
#110712
(17,7,18)
#000000
(0,0,0)

Tints of #614D80

#614D80
(97,77,128)
#6F5D8B
(111,93,139)
#7D6D96
(125,109,150)
#8B7DA1
(139,125,161)
#998DAC
(153,141,172)
#A79DB7
(167,157,183)
#B5ADC2
(181,173,194)
#C3BDCD
(195,189,205)
#D1CDD8
(209,205,216)
#DFDDE3
(223,221,227)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614D80 color. Also use rgb(97,77,128) instead hex code.

Text Font Color

.myTextColor { color: #614D80; }

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

This text font color is #614D80.


Background Color

.myBgColor { background-color: #614D80; }

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

This div background color is #614D80.


Border color

.myBorderColor { border: 1px solid #614D80; }

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

This div border color is #614D80.


Opacity

.myOpacity80 { color: #614D80; opacity: 0.8; }

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

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

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

This text has shadow with #614D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614D80 on black background.


Color preview on white background

This text has color #614D80 on white background.



Black color preview on #614D80 background

This text has black color on #614D80 background.


White color preview on #614D80 background

This text has white color on #614D80 background.