COLOR #614A64

HEX: #614A64
RGB: (97,74,100)

Color info

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

RGB color model

#614A64 color RGB value is (97,74,100).

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

RGB channels and saturation

R 97 of 255 = 38%
G 74 of 255 = 29%
B 100 of 255 = 39%

97
74
100

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

Portions of RGB colors in percentages

R + G + B =
97 + 74 + 100 = 271 (100%)
R 97 of 271 ~ 35.79%
G 74 of 271 ~ 27.31%
B 100 of 271 ~ 36.9%

%35.79
%27.31
%36.9

CMYK color model

#614A64 color CMYK value is (3,26,0,61).

  • cyan value is 3.00%
  • magenta value is 26.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(3,26,0,61)
C3M26Y0K61 
(3%,26%,0%,61%)
(0.03/0.26/0.00/0.61)	

CMYK percentages

%3
%26
%0
%60.78

Codes

Color #614A64 in popluar color models

614A64
RGB9774100
HSL293°14.94%34.12%
HSB/HSV293°26.00%39.22%
CMYK3.00%26.00%0.00%
60.78%

Color #614A64 in popluar number systems.

HEX614A64
Decimal9774100
Binary110000110010101100100
Octal141112144

Shades and tints

Shades of #614A64

#614A64
(97,74,100)
#59445B
(89,68,91)
#513E52
(81,62,82)
#493849
(73,56,73)
#413240
(65,50,64)
#392C37
(57,44,55)
#31262E
(49,38,46)
#292025
(41,32,37)
#211A1C
(33,26,28)
#191413
(25,20,19)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #614A64

#614A64
(97,74,100)
#6F5A72
(111,90,114)
#7D6A80
(125,106,128)
#8B7A8E
(139,122,142)
#998A9C
(153,138,156)
#A79AAA
(167,154,170)
#B5AAB8
(181,170,184)
#C3BAC6
(195,186,198)
#D1CAD4
(209,202,212)
#DFDAE2
(223,218,226)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614A64; }

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

This text font color is #614A64.


Background Color

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

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

This div background color is #614A64.


Border color

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

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

This div border color is #614A64.


Opacity

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

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

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

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

This text has shadow with #614A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614A64 on black background.


Color preview on white background

This text has color #614A64 on white background.



Black color preview on #614A64 background

This text has black color on #614A64 background.


White color preview on #614A64 background

This text has white color on #614A64 background.