COLOR #616D55

HEX: #616D55
RGB: (97,109,85)

Color info

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

RGB color model

#616D55 color RGB value is (97,109,85).

  • red value is 97;
  • green value is 109;
  • blue value is 85.
RGB:
(97,109,85)
(38%,43%,33%)

RGB channels and saturation

R 97 of 255 = 38%
G 109 of 255 = 43%
B 85 of 255 = 33%

97
109
85

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

Portions of RGB colors in percentages

R + G + B =
97 + 109 + 85 = 291 (100%)
R 97 of 291 ~ 33.33%
G 109 of 291 ~ 37.46%
B 85 of 291 ~ 29.21%

%33.33
%37.46
%29.21

CMYK color model

#616D55 color CMYK value is (11,0,22,57).

  • cyan value is 11.01%
  • magenta value is 0.00%
  • yellow value is 22.02%
  • key color value is 57.25%
CMYK:
(11,0,22,57)
C11M0Y22K57 
(11%,0%,22%,57%)
(0.11/0.00/0.22/0.57)	

CMYK percentages

%11.01
%0
%22.02
%57.25

Codes

Color #616D55 in popluar color models

616D55
RGB9710985
HSL90°12.37%38.04%
HSB/HSV90°22.02%42.75%
CMYK11.01%0.00%22.02%
57.25%

Color #616D55 in popluar number systems.

HEX616D55
Decimal9710985
Binary110000111011011010101
Octal141155125

Shades and tints

Shades of #616D55

#616D55
(97,109,85)
#59644E
(89,100,78)
#515B47
(81,91,71)
#495240
(73,82,64)
#414939
(65,73,57)
#394032
(57,64,50)
#31372B
(49,55,43)
#292E24
(41,46,36)
#21251D
(33,37,29)
#191C16
(25,28,22)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #616D55

#616D55
(97,109,85)
#6F7A64
(111,122,100)
#7D8773
(125,135,115)
#8B9482
(139,148,130)
#99A191
(153,161,145)
#A7AEA0
(167,174,160)
#B5BBAF
(181,187,175)
#C3C8BE
(195,200,190)
#D1D5CD
(209,213,205)
#DFE2DC
(223,226,220)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616D55 color. Also use rgb(97,109,85) instead hex code.

Text Font Color

.myTextColor { color: #616D55; }

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

This text font color is #616D55.


Background Color

.myBgColor { background-color: #616D55; }

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

This div background color is #616D55.


Border color

.myBorderColor { border: 1px solid #616D55; }

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

This div border color is #616D55.


Opacity

.myOpacity80 { color: #616D55; opacity: 0.8; }

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

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

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

This text has shadow with #616D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616D55 on black background.


Color preview on white background

This text has color #616D55 on white background.



Black color preview on #616D55 background

This text has black color on #616D55 background.


White color preview on #616D55 background

This text has white color on #616D55 background.