COLOR #614A62

HEX: #614A62
RGB: (97,74,98)

Color info

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

RGB color model

#614A62 color RGB value is (97,74,98).

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

RGB channels and saturation

R 97 of 255 = 38%
G 74 of 255 = 29%
B 98 of 255 = 38%

97
74
98

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

Portions of RGB colors in percentages

R + G + B =
97 + 74 + 98 = 269 (100%)
R 97 of 269 ~ 36.06%
G 74 of 269 ~ 27.51%
B 98 of 269 ~ 36.43%

%36.06
%27.51
%36.43

CMYK color model

#614A62 color CMYK value is (1,24,0,62).

  • cyan value is 1.02%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(1,24,0,62)
C1M24Y0K62 
(1%,24%,0%,62%)
(0.01/0.24/0.00/0.62)	

CMYK percentages

%1.02
%24.49
%0
%61.57

Codes

Color #614A62 in popluar color models

614A62
RGB977498
HSL298°13.95%33.73%
HSB/HSV298°24.49%38.43%
CMYK1.02%24.49%0.00%
61.57%

Color #614A62 in popluar number systems.

HEX614A62
Decimal977498
Binary110000110010101100010
Octal141112142

Shades and tints

Shades of #614A62

#614A62
(97,74,98)
#59445A
(89,68,90)
#513E52
(81,62,82)
#49384A
(73,56,74)
#413242
(65,50,66)
#392C3A
(57,44,58)
#312632
(49,38,50)
#29202A
(41,32,42)
#211A22
(33,26,34)
#19141A
(25,20,26)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #614A62

#614A62
(97,74,98)
#6F5A70
(111,90,112)
#7D6A7E
(125,106,126)
#8B7A8C
(139,122,140)
#998A9A
(153,138,154)
#A79AA8
(167,154,168)
#B5AAB6
(181,170,182)
#C3BAC4
(195,186,196)
#D1CAD2
(209,202,210)
#DFDAE0
(223,218,224)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614A62 color. Also use rgb(97,74,98) instead hex code.

Text Font Color

.myTextColor { color: #614A62; }

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

This text font color is #614A62.


Background Color

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

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

This div background color is #614A62.


Border color

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

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

This div border color is #614A62.


Opacity

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

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

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

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

This text has shadow with #614A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614A62 on black background.


Color preview on white background

This text has color #614A62 on white background.



Black color preview on #614A62 background

This text has black color on #614A62 background.


White color preview on #614A62 background

This text has white color on #614A62 background.