COLOR #614C6F

HEX: #614C6F
RGB: (97,76,111)

Color info

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

RGB color model

#614C6F color RGB value is (97,76,111).

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

RGB channels and saturation

R 97 of 255 = 38%
G 76 of 255 = 30%
B 111 of 255 = 44%

97
76
111

R + G + B ~ 37%. #614C6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 76 + 111 = 284 (100%)
R 97 of 284 ~ 34.15%
G 76 of 284 ~ 26.76%
B 111 of 284 ~ 39.08%

%34.15
%26.76
%39.08

CMYK color model

#614C6F color CMYK value is (13,32,0,56).

  • cyan value is 12.61%
  • magenta value is 31.53%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(13,32,0,56)
C13M32Y0K56 
(13%,32%,0%,56%)
(0.13/0.32/0.00/0.56)	

CMYK percentages

%12.61
%31.53
%0
%56.47

Codes

Color #614C6F in popluar color models

614C6F
RGB9776111
HSL276°18.72%36.67%
HSB/HSV276°31.53%43.53%
CMYK12.61%31.53%0.00%
56.47%

Color #614C6F in popluar number systems.

HEX614C6F
Decimal9776111
Binary110000110011001101111
Octal141114157

Shades and tints

Shades of #614C6F

#614C6F
(97,76,111)
#594665
(89,70,101)
#51405B
(81,64,91)
#493A51
(73,58,81)
#413447
(65,52,71)
#392E3D
(57,46,61)
#312833
(49,40,51)
#292229
(41,34,41)
#211C1F
(33,28,31)
#191615
(25,22,21)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #614C6F

#614C6F
(97,76,111)
#6F5C7C
(111,92,124)
#7D6C89
(125,108,137)
#8B7C96
(139,124,150)
#998CA3
(153,140,163)
#A79CB0
(167,156,176)
#B5ACBD
(181,172,189)
#C3BCCA
(195,188,202)
#D1CCD7
(209,204,215)
#DFDCE4
(223,220,228)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614C6F; }

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

This text font color is #614C6F.


Background Color

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

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

This div background color is #614C6F.


Border color

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

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

This div border color is #614C6F.


Opacity

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

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

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

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

This text has shadow with #614C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614C6F on black background.


Color preview on white background

This text has color #614C6F on white background.



Black color preview on #614C6F background

This text has black color on #614C6F background.


White color preview on #614C6F background

This text has white color on #614C6F background.