COLOR #614B56

HEX: #614B56
RGB: (97,75,86)

Color info

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

RGB color model

#614B56 color RGB value is (97,75,86).

  • red value is 97;
  • green value is 75;
  • blue value is 86.
RGB:
(97,75,86)
(38%,29%,34%)

RGB channels and saturation

R 97 of 255 = 38%
G 75 of 255 = 29%
B 86 of 255 = 34%

97
75
86

R + G + B ~ 34%. #614B56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 75 + 86 = 258 (100%)
R 97 of 258 ~ 37.6%
G 75 of 258 ~ 29.07%
B 86 of 258 ~ 33.33%

%37.6
%29.07
%33.33

CMYK color model

#614B56 color CMYK value is (0,23,11,62).

  • cyan value is 0.00%
  • magenta value is 22.68%
  • yellow value is 11.34%
  • key color value is 61.96%
CMYK:
(0,23,11,62)
C0M23Y11K62 
(0%,23%,11%,62%)
(0.00/0.23/0.11/0.62)	

CMYK percentages

%0
%22.68
%11.34
%61.96

Codes

Color #614B56 in popluar color models

614B56
RGB977586
HSL330°12.79%33.73%
HSB/HSV330°22.68%38.04%
CMYK0.00%22.68%11.34%
61.96%

Color #614B56 in popluar number systems.

HEX614B56
Decimal977586
Binary110000110010111010110
Octal141113126

Shades and tints

Shades of #614B56

#614B56
(97,75,86)
#59454F
(89,69,79)
#513F48
(81,63,72)
#493941
(73,57,65)
#41333A
(65,51,58)
#392D33
(57,45,51)
#31272C
(49,39,44)
#292125
(41,33,37)
#211B1E
(33,27,30)
#191517
(25,21,23)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #614B56

#614B56
(97,75,86)
#6F5B65
(111,91,101)
#7D6B74
(125,107,116)
#8B7B83
(139,123,131)
#998B92
(153,139,146)
#A79BA1
(167,155,161)
#B5ABB0
(181,171,176)
#C3BBBF
(195,187,191)
#D1CBCE
(209,203,206)
#DFDBDD
(223,219,221)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614B56 color. Also use rgb(97,75,86) instead hex code.

Text Font Color

.myTextColor { color: #614B56; }

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

This text font color is #614B56.


Background Color

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

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

This div background color is #614B56.


Border color

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

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

This div border color is #614B56.


Opacity

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

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

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

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

This text has shadow with #614B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614B56 on black background.


Color preview on white background

This text has color #614B56 on white background.



Black color preview on #614B56 background

This text has black color on #614B56 background.


White color preview on #614B56 background

This text has white color on #614B56 background.