COLOR #616959

HEX: #616959
RGB: (97,105,89)

Color info

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

RGB color model

#616959 color RGB value is (97,105,89).

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

RGB channels and saturation

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

97
105
89

R + G + B ~ 38%. #616959 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 105 + 89 = 291 (100%)
R 97 of 291 ~ 33.33%
G 105 of 291 ~ 36.08%
B 89 of 291 ~ 30.58%

%33.33
%36.08
%30.58

CMYK color model

#616959 color CMYK value is (8,0,15,59).

  • cyan value is 7.62%
  • magenta value is 0.00%
  • yellow value is 15.24%
  • key color value is 58.82%
CMYK:
(8,0,15,59)
C8M0Y15K59 
(8%,0%,15%,59%)
(0.08/0.00/0.15/0.59)	

CMYK percentages

%7.62
%0
%15.24
%58.82

Codes

Color #616959 in popluar color models

616959
RGB9710589
HSL90°8.25%38.04%
HSB/HSV90°15.24%41.18%
CMYK7.62%0.00%15.24%
58.82%

Color #616959 in popluar number systems.

HEX616959
Decimal9710589
Binary110000111010011011001
Octal141151131

Shades and tints

Shades of #616959

#616959
(97,105,89)
#596051
(89,96,81)
#515749
(81,87,73)
#494E41
(73,78,65)
#414539
(65,69,57)
#393C31
(57,60,49)
#313329
(49,51,41)
#292A21
(41,42,33)
#212119
(33,33,25)
#191811
(25,24,17)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #616959

#616959
(97,105,89)
#6F7668
(111,118,104)
#7D8377
(125,131,119)
#8B9086
(139,144,134)
#999D95
(153,157,149)
#A7AAA4
(167,170,164)
#B5B7B3
(181,183,179)
#C3C4C2
(195,196,194)
#D1D1D1
(209,209,209)
#DFDEE0
(223,222,224)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616959; }

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

This text font color is #616959.


Background Color

.myBgColor { background-color: #616959; }

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

This div background color is #616959.


Border color

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

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

This div border color is #616959.


Opacity

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

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

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

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

This text has shadow with #616959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616959 on black background.


Color preview on white background

This text has color #616959 on white background.



Black color preview on #616959 background

This text has black color on #616959 background.


White color preview on #616959 background

This text has white color on #616959 background.