COLOR #614960

HEX: #614960
RGB: (97,73,96)

Color info

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

RGB color model

#614960 color RGB value is (97,73,96).

  • red value is 97;
  • green value is 73;
  • blue value is 96.
RGB:
(97,73,96)
(38%,29%,38%)

RGB channels and saturation

R 97 of 255 = 38%
G 73 of 255 = 29%
B 96 of 255 = 38%

97
73
96

R + G + B ~ 35%. #614960 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 73 + 96 = 266 (100%)
R 97 of 266 ~ 36.47%
G 73 of 266 ~ 27.44%
B 96 of 266 ~ 36.09%

%36.47
%27.44
%36.09

CMYK color model

#614960 color CMYK value is (0,25,1,62).

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 1.03%
  • key color value is 61.96%
CMYK:
(0,25,1,62)
C0M25Y1K62 
(0%,25%,1%,62%)
(0.00/0.25/0.01/0.62)	

CMYK percentages

%0
%24.74
%1.03
%61.96

Codes

Color #614960 in popluar color models

614960
RGB977396
HSL303°14.12%33.33%
HSB/HSV303°24.74%38.04%
CMYK0.00%24.74%1.03%
61.96%

Color #614960 in popluar number systems.

HEX614960
Decimal977396
Binary110000110010011100000
Octal141111140

Shades and tints

Shades of #614960

#614960
(97,73,96)
#594358
(89,67,88)
#513D50
(81,61,80)
#493748
(73,55,72)
#413140
(65,49,64)
#392B38
(57,43,56)
#312530
(49,37,48)
#291F28
(41,31,40)
#211920
(33,25,32)
#191318
(25,19,24)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #614960

#614960
(97,73,96)
#6F596E
(111,89,110)
#7D697C
(125,105,124)
#8B798A
(139,121,138)
#998998
(153,137,152)
#A799A6
(167,153,166)
#B5A9B4
(181,169,180)
#C3B9C2
(195,185,194)
#D1C9D0
(209,201,208)
#DFD9DE
(223,217,222)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614960 color. Also use rgb(97,73,96) instead hex code.

Text Font Color

.myTextColor { color: #614960; }

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

This text font color is #614960.


Background Color

.myBgColor { background-color: #614960; }

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

This div background color is #614960.


Border color

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

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

This div border color is #614960.


Opacity

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

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

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

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

This text has shadow with #614960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614960 on black background.


Color preview on white background

This text has color #614960 on white background.



Black color preview on #614960 background

This text has black color on #614960 background.


White color preview on #614960 background

This text has white color on #614960 background.