COLOR #614E61

HEX: #614E61
RGB: (97,78,97)

Color info

#614E61 contains red, green and blue colors in about the same proportion. Web safe color of #614E61 is #666666 (or #666).

RGB color model

#614E61 color RGB value is (97,78,97).

  • red value is 97;
  • green value is 78;
  • blue value is 97.
RGB:
(97,78,97)
(38%,31%,38%)

RGB channels and saturation

R 97 of 255 = 38%
G 78 of 255 = 31%
B 97 of 255 = 38%

97
78
97

R + G + B ~ 36%. #614E61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 78 + 97 = 272 (100%)
R 97 of 272 ~ 35.66%
G 78 of 272 ~ 28.68%
B 97 of 272 ~ 35.66%

%35.66
%28.68
%35.66

CMYK color model

#614E61 color CMYK value is (0,20,0,62).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(0,20,0,62)
C0M20Y0K62 
(0%,20%,0%,62%)
(0.00/0.20/0.00/0.62)	

CMYK percentages

%0
%19.59
%0
%61.96

Codes

Color #614E61 in popluar color models

614E61
RGB977897
HSL300°10.86%34.31%
HSB/HSV300°19.59%38.04%
CMYK0.00%19.59%0.00%
61.96%

Color #614E61 in popluar number systems.

HEX614E61
Decimal977897
Binary110000110011101100001
Octal141116141

Shades and tints

Shades of #614E61

#614E61
(97,78,97)
#594759
(89,71,89)
#514051
(81,64,81)
#493949
(73,57,73)
#413241
(65,50,65)
#392B39
(57,43,57)
#312431
(49,36,49)
#291D29
(41,29,41)
#211621
(33,22,33)
#190F19
(25,15,25)
#110811
(17,8,17)
#000000
(0,0,0)

Tints of #614E61

#614E61
(97,78,97)
#6F5E6F
(111,94,111)
#7D6E7D
(125,110,125)
#8B7E8B
(139,126,139)
#998E99
(153,142,153)
#A79EA7
(167,158,167)
#B5AEB5
(181,174,181)
#C3BEC3
(195,190,195)
#D1CED1
(209,206,209)
#DFDEDF
(223,222,223)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614E61; }

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

This text font color is #614E61.


Background Color

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

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

This div background color is #614E61.


Border color

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

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

This div border color is #614E61.


Opacity

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

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

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

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

This text has shadow with #614E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614E61 on black background.


Color preview on white background

This text has color #614E61 on white background.



Black color preview on #614E61 background

This text has black color on #614E61 background.


White color preview on #614E61 background

This text has white color on #614E61 background.