COLOR #614D65

HEX: #614D65
RGB: (97,77,101)

Color info

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

RGB color model

#614D65 color RGB value is (97,77,101).

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

RGB channels and saturation

R 97 of 255 = 38%
G 77 of 255 = 30%
B 101 of 255 = 40%

97
77
101

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

Portions of RGB colors in percentages

R + G + B =
97 + 77 + 101 = 275 (100%)
R 97 of 275 ~ 35.27%
G 77 of 275 ~ 28%
B 101 of 275 ~ 36.73%

%35.27
%28
%36.73

CMYK color model

#614D65 color CMYK value is (4,24,0,60).

  • cyan value is 3.96%
  • magenta value is 23.76%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(4,24,0,60)
C4M24Y0K60 
(4%,24%,0%,60%)
(0.04/0.24/0.00/0.60)	

CMYK percentages

%3.96
%23.76
%0
%60.39

Codes

Color #614D65 in popluar color models

614D65
RGB9777101
HSL290°13.48%34.90%
HSB/HSV290°23.76%39.61%
CMYK3.96%23.76%0.00%
60.39%

Color #614D65 in popluar number systems.

HEX614D65
Decimal9777101
Binary110000110011011100101
Octal141115145

Shades and tints

Shades of #614D65

#614D65
(97,77,101)
#59465C
(89,70,92)
#513F53
(81,63,83)
#49384A
(73,56,74)
#413141
(65,49,65)
#392A38
(57,42,56)
#31232F
(49,35,47)
#291C26
(41,28,38)
#21151D
(33,21,29)
#190E14
(25,14,20)
#11070B
(17,7,11)
#000000
(0,0,0)

Tints of #614D65

#614D65
(97,77,101)
#6F5D73
(111,93,115)
#7D6D81
(125,109,129)
#8B7D8F
(139,125,143)
#998D9D
(153,141,157)
#A79DAB
(167,157,171)
#B5ADB9
(181,173,185)
#C3BDC7
(195,189,199)
#D1CDD5
(209,205,213)
#DFDDE3
(223,221,227)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614D65; }

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

This text font color is #614D65.


Background Color

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

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

This div background color is #614D65.


Border color

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

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

This div border color is #614D65.


Opacity

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

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

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

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

This text has shadow with #614D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614D65 on black background.


Color preview on white background

This text has color #614D65 on white background.



Black color preview on #614D65 background

This text has black color on #614D65 background.


White color preview on #614D65 background

This text has white color on #614D65 background.