COLOR #616159

HEX: #616159
RGB: (97,97,89)

Color info

#616159 contains red, green and blue colors in about the same proportion. Web safe color of #616159 is #666666 (or #666).

RGB color model

#616159 color RGB value is (97,97,89).

  • red value is 97;
  • green value is 97;
  • blue value is 89.
RGB:
(97,97,89)
(38%,38%,35%)

RGB channels and saturation

R 97 of 255 = 38%
G 97 of 255 = 38%
B 89 of 255 = 35%

97
97
89

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

Portions of RGB colors in percentages

R + G + B =
97 + 97 + 89 = 283 (100%)
R 97 of 283 ~ 34.28%
G 97 of 283 ~ 34.28%
B 89 of 283 ~ 31.45%

%34.28
%34.28
%31.45

CMYK color model

#616159 color CMYK value is (0,0,8,62).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.25%
  • key color value is 61.96%
CMYK:
(0,0,8,62)
C0M0Y8K62 
(0%,0%,8%,62%)
(0.00/0.00/0.08/0.62)	

CMYK percentages

%0
%0
%8.25
%61.96

Codes

Color #616159 in popluar color models

616159
RGB979789
HSL60°4.30%36.47%
HSB/HSV60°8.25%38.04%
CMYK0.00%0.00%8.25%
61.96%

Color #616159 in popluar number systems.

HEX616159
Decimal979789
Binary110000111000011011001
Octal141141131

Shades and tints

Shades of #616159

#616159
(97,97,89)
#595951
(89,89,81)
#515149
(81,81,73)
#494941
(73,73,65)
#414139
(65,65,57)
#393931
(57,57,49)
#313129
(49,49,41)
#292921
(41,41,33)
#212119
(33,33,25)
#191911
(25,25,17)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #616159

#616159
(97,97,89)
#6F6F68
(111,111,104)
#7D7D77
(125,125,119)
#8B8B86
(139,139,134)
#999995
(153,153,149)
#A7A7A4
(167,167,164)
#B5B5B3
(181,181,179)
#C3C3C2
(195,195,194)
#D1D1D1
(209,209,209)
#DFDFE0
(223,223,224)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616159; }

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

This text font color is #616159.


Background Color

.myBgColor { background-color: #616159; }

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

This div background color is #616159.


Border color

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

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

This div border color is #616159.


Opacity

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

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

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

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

This text has shadow with #616159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616159 on black background.


Color preview on white background

This text has color #616159 on white background.



Black color preview on #616159 background

This text has black color on #616159 background.


White color preview on #616159 background

This text has white color on #616159 background.