COLOR #614D4E

HEX: #614D4E
RGB: (97,77,78)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

97
77
78

R + G + B ~ 33%. #614D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 77 + 78 = 252 (100%)
R 97 of 252 ~ 38.49%
G 77 of 252 ~ 30.56%
B 78 of 252 ~ 30.95%

%38.49
%30.56
%30.95

CMYK color model

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

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

CMYK percentages

%0
%20.62
%19.59
%61.96

Codes

Color #614D4E in popluar color models

614D4E
RGB977778
HSL357°11.49%34.12%
HSB/HSV357°20.62%38.04%
CMYK0.00%20.62%19.59%
61.96%

Color #614D4E in popluar number systems.

HEX614D4E
Decimal977778
Binary110000110011011001110
Octal141115116

Shades and tints

Shades of #614D4E

#614D4E
(97,77,78)
#594647
(89,70,71)
#513F40
(81,63,64)
#493839
(73,56,57)
#413132
(65,49,50)
#392A2B
(57,42,43)
#312324
(49,35,36)
#291C1D
(41,28,29)
#211516
(33,21,22)
#190E0F
(25,14,15)
#110708
(17,7,8)
#000000
(0,0,0)

Tints of #614D4E

#614D4E
(97,77,78)
#6F5D5E
(111,93,94)
#7D6D6E
(125,109,110)
#8B7D7E
(139,125,126)
#998D8E
(153,141,142)
#A79D9E
(167,157,158)
#B5ADAE
(181,173,174)
#C3BDBE
(195,189,190)
#D1CDCE
(209,205,206)
#DFDDDE
(223,221,222)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614D4E; }

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

This text font color is #614D4E.


Background Color

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

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

This div background color is #614D4E.


Border color

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

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

This div border color is #614D4E.


Opacity

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

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

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

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

This text has shadow with #614D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614D4E on black background.


Color preview on white background

This text has color #614D4E on white background.



Black color preview on #614D4E background

This text has black color on #614D4E background.


White color preview on #614D4E background

This text has white color on #614D4E background.