COLOR #614962

HEX: #614962
RGB: (97,73,98)

Color info

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

RGB color model

#614962 color RGB value is (97,73,98).

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

RGB channels and saturation

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

97
73
98

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

Portions of RGB colors in percentages

R + G + B =
97 + 73 + 98 = 268 (100%)
R 97 of 268 ~ 36.19%
G 73 of 268 ~ 27.24%
B 98 of 268 ~ 36.57%

%36.19
%27.24
%36.57

CMYK color model

#614962 color CMYK value is (1,26,0,62).

  • cyan value is 1.02%
  • magenta value is 25.51%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(1,26,0,62)
C1M26Y0K62 
(1%,26%,0%,62%)
(0.01/0.26/0.00/0.62)	

CMYK percentages

%1.02
%25.51
%0
%61.57

Codes

Color #614962 in popluar color models

614962
RGB977398
HSL298°14.62%33.53%
HSB/HSV298°25.51%38.43%
CMYK1.02%25.51%0.00%
61.57%

Color #614962 in popluar number systems.

HEX614962
Decimal977398
Binary110000110010011100010
Octal141111142

Shades and tints

Shades of #614962

#614962
(97,73,98)
#59435A
(89,67,90)
#513D52
(81,61,82)
#49374A
(73,55,74)
#413142
(65,49,66)
#392B3A
(57,43,58)
#312532
(49,37,50)
#291F2A
(41,31,42)
#211922
(33,25,34)
#19131A
(25,19,26)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #614962

#614962
(97,73,98)
#6F5970
(111,89,112)
#7D697E
(125,105,126)
#8B798C
(139,121,140)
#99899A
(153,137,154)
#A799A8
(167,153,168)
#B5A9B6
(181,169,182)
#C3B9C4
(195,185,196)
#D1C9D2
(209,201,210)
#DFD9E0
(223,217,224)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614962; }

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

This text font color is #614962.


Background Color

.myBgColor { background-color: #614962; }

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

This div background color is #614962.


Border color

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

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

This div border color is #614962.


Opacity

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

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

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

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

This text has shadow with #614962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614962 on black background.


Color preview on white background

This text has color #614962 on white background.



Black color preview on #614962 background

This text has black color on #614962 background.


White color preview on #614962 background

This text has white color on #614962 background.