COLOR #614957

HEX: #614957
RGB: (97,73,87)

Color info

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

RGB color model

#614957 color RGB value is (97,73,87).

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

RGB channels and saturation

R 97 of 255 = 38%
G 73 of 255 = 29%
B 87 of 255 = 34%

97
73
87

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

Portions of RGB colors in percentages

R + G + B =
97 + 73 + 87 = 257 (100%)
R 97 of 257 ~ 37.74%
G 73 of 257 ~ 28.4%
B 87 of 257 ~ 33.85%

%37.74
%28.4
%33.85

CMYK color model

#614957 color CMYK value is (0,25,10,62).

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 10.31%
  • key color value is 61.96%
CMYK:
(0,25,10,62)
C0M25Y10K62 
(0%,25%,10%,62%)
(0.00/0.25/0.10/0.62)	

CMYK percentages

%0
%24.74
%10.31
%61.96

Codes

Color #614957 in popluar color models

614957
RGB977387
HSL325°14.12%33.33%
HSB/HSV325°24.74%38.04%
CMYK0.00%24.74%10.31%
61.96%

Color #614957 in popluar number systems.

HEX614957
Decimal977387
Binary110000110010011010111
Octal141111127

Shades and tints

Shades of #614957

#614957
(97,73,87)
#594350
(89,67,80)
#513D49
(81,61,73)
#493742
(73,55,66)
#41313B
(65,49,59)
#392B34
(57,43,52)
#31252D
(49,37,45)
#291F26
(41,31,38)
#21191F
(33,25,31)
#191318
(25,19,24)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #614957

#614957
(97,73,87)
#6F5966
(111,89,102)
#7D6975
(125,105,117)
#8B7984
(139,121,132)
#998993
(153,137,147)
#A799A2
(167,153,162)
#B5A9B1
(181,169,177)
#C3B9C0
(195,185,192)
#D1C9CF
(209,201,207)
#DFD9DE
(223,217,222)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614957 color. Also use rgb(97,73,87) instead hex code.

Text Font Color

.myTextColor { color: #614957; }

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

This text font color is #614957.


Background Color

.myBgColor { background-color: #614957; }

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

This div background color is #614957.


Border color

.myBorderColor { border: 1px solid #614957; }

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

This div border color is #614957.


Opacity

.myOpacity80 { color: #614957; opacity: 0.8; }

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

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

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

This text has shadow with #614957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614957 on black background.


Color preview on white background

This text has color #614957 on white background.



Black color preview on #614957 background

This text has black color on #614957 background.


White color preview on #614957 background

This text has white color on #614957 background.