COLOR #614557

HEX: #614557
RGB: (97,69,87)

Color info

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

RGB color model

#614557 color RGB value is (97,69,87).

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

RGB channels and saturation

R 97 of 255 = 38%
G 69 of 255 = 27%
B 87 of 255 = 34%

97
69
87

R + G + B ~ 33%. #614557 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 69 + 87 = 253 (100%)
R 97 of 253 ~ 38.34%
G 69 of 253 ~ 27.27%
B 87 of 253 ~ 34.39%

%38.34
%27.27
%34.39

CMYK color model

#614557 color CMYK value is (0,29,10,62).

  • cyan value is 0.00%
  • magenta value is 28.87%
  • yellow value is 10.31%
  • key color value is 61.96%
CMYK:
(0,29,10,62)
C0M29Y10K62 
(0%,29%,10%,62%)
(0.00/0.29/0.10/0.62)	

CMYK percentages

%0
%28.87
%10.31
%61.96

Codes

Color #614557 in popluar color models

614557
RGB976987
HSL321°16.87%32.55%
HSB/HSV321°28.87%38.04%
CMYK0.00%28.87%10.31%
61.96%

Color #614557 in popluar number systems.

HEX614557
Decimal976987
Binary110000110001011010111
Octal141105127

Shades and tints

Shades of #614557

#614557
(97,69,87)
#593F50
(89,63,80)
#513949
(81,57,73)
#493342
(73,51,66)
#412D3B
(65,45,59)
#392734
(57,39,52)
#31212D
(49,33,45)
#291B26
(41,27,38)
#21151F
(33,21,31)
#190F18
(25,15,24)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #614557

#614557
(97,69,87)
#6F5566
(111,85,102)
#7D6575
(125,101,117)
#8B7584
(139,117,132)
#998593
(153,133,147)
#A795A2
(167,149,162)
#B5A5B1
(181,165,177)
#C3B5C0
(195,181,192)
#D1C5CF
(209,197,207)
#DFD5DE
(223,213,222)
#EDE5ED
(237,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614557; }

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

This text font color is #614557.


Background Color

.myBgColor { background-color: #614557; }

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

This div background color is #614557.


Border color

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

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

This div border color is #614557.


Opacity

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

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

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

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

This text has shadow with #614557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614557 on black background.


Color preview on white background

This text has color #614557 on white background.



Black color preview on #614557 background

This text has black color on #614557 background.


White color preview on #614557 background

This text has white color on #614557 background.