COLOR #614C5D

HEX: #614C5D
RGB: (97,76,93)

Color info

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

RGB color model

#614C5D color RGB value is (97,76,93).

  • red value is 97;
  • green value is 76;
  • blue value is 93.
RGB:
(97,76,93)
(38%,30%,36%)

RGB channels and saturation

R 97 of 255 = 38%
G 76 of 255 = 30%
B 93 of 255 = 36%

97
76
93

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

Portions of RGB colors in percentages

R + G + B =
97 + 76 + 93 = 266 (100%)
R 97 of 266 ~ 36.47%
G 76 of 266 ~ 28.57%
B 93 of 266 ~ 34.96%

%36.47
%28.57
%34.96

CMYK color model

#614C5D color CMYK value is (0,22,4,62).

  • cyan value is 0.00%
  • magenta value is 21.65%
  • yellow value is 4.12%
  • key color value is 61.96%
CMYK:
(0,22,4,62)
C0M22Y4K62 
(0%,22%,4%,62%)
(0.00/0.22/0.04/0.62)	

CMYK percentages

%0
%21.65
%4.12
%61.96

Codes

Color #614C5D in popluar color models

614C5D
RGB977693
HSL311°12.14%33.92%
HSB/HSV311°21.65%38.04%
CMYK0.00%21.65%4.12%
61.96%

Color #614C5D in popluar number systems.

HEX614C5D
Decimal977693
Binary110000110011001011101
Octal141114135

Shades and tints

Shades of #614C5D

#614C5D
(97,76,93)
#594655
(89,70,85)
#51404D
(81,64,77)
#493A45
(73,58,69)
#41343D
(65,52,61)
#392E35
(57,46,53)
#31282D
(49,40,45)
#292225
(41,34,37)
#211C1D
(33,28,29)
#191615
(25,22,21)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #614C5D

#614C5D
(97,76,93)
#6F5C6B
(111,92,107)
#7D6C79
(125,108,121)
#8B7C87
(139,124,135)
#998C95
(153,140,149)
#A79CA3
(167,156,163)
#B5ACB1
(181,172,177)
#C3BCBF
(195,188,191)
#D1CCCD
(209,204,205)
#DFDCDB
(223,220,219)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614C5D; }

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

This text font color is #614C5D.


Background Color

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

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

This div background color is #614C5D.


Border color

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

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

This div border color is #614C5D.


Opacity

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

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

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

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

This text has shadow with #614C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614C5D on black background.


Color preview on white background

This text has color #614C5D on white background.



Black color preview on #614C5D background

This text has black color on #614C5D background.


White color preview on #614C5D background

This text has white color on #614C5D background.