COLOR #614E5E

HEX: #614E5E
RGB: (97,78,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

97
78
94

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

Portions of RGB colors in percentages

R + G + B =
97 + 78 + 94 = 269 (100%)
R 97 of 269 ~ 36.06%
G 78 of 269 ~ 29%
B 94 of 269 ~ 34.94%

%36.06
%29
%34.94

CMYK color model

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

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

CMYK percentages

%0
%19.59
%3.09
%61.96

Codes

Color #614E5E in popluar color models

614E5E
RGB977894
HSL309°10.86%34.31%
HSB/HSV309°19.59%38.04%
CMYK0.00%19.59%3.09%
61.96%

Color #614E5E in popluar number systems.

HEX614E5E
Decimal977894
Binary110000110011101011110
Octal141116136

Shades and tints

Shades of #614E5E

#614E5E
(97,78,94)
#594756
(89,71,86)
#51404E
(81,64,78)
#493946
(73,57,70)
#41323E
(65,50,62)
#392B36
(57,43,54)
#31242E
(49,36,46)
#291D26
(41,29,38)
#21161E
(33,22,30)
#190F16
(25,15,22)
#11080E
(17,8,14)
#000000
(0,0,0)

Tints of #614E5E

#614E5E
(97,78,94)
#6F5E6C
(111,94,108)
#7D6E7A
(125,110,122)
#8B7E88
(139,126,136)
#998E96
(153,142,150)
#A79EA4
(167,158,164)
#B5AEB2
(181,174,178)
#C3BEC0
(195,190,192)
#D1CECE
(209,206,206)
#DFDEDC
(223,222,220)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614E5E; }

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

This text font color is #614E5E.


Background Color

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

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

This div background color is #614E5E.


Border color

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

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

This div border color is #614E5E.


Opacity

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

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

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

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

This text has shadow with #614E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614E5E on black background.


Color preview on white background

This text has color #614E5E on white background.



Black color preview on #614E5E background

This text has black color on #614E5E background.


White color preview on #614E5E background

This text has white color on #614E5E background.