COLOR #616B58

HEX: #616B58
RGB: (97,107,88)

Color info

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

RGB color model

#616B58 color RGB value is (97,107,88).

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

RGB channels and saturation

R 97 of 255 = 38%
G 107 of 255 = 42%
B 88 of 255 = 35%

97
107
88

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

Portions of RGB colors in percentages

R + G + B =
97 + 107 + 88 = 292 (100%)
R 97 of 292 ~ 33.22%
G 107 of 292 ~ 36.64%
B 88 of 292 ~ 30.14%

%33.22
%36.64
%30.14

CMYK color model

#616B58 color CMYK value is (9,0,18,58).

  • cyan value is 9.35%
  • magenta value is 0.00%
  • yellow value is 17.76%
  • key color value is 58.04%
CMYK:
(9,0,18,58)
C9M0Y18K58 
(9%,0%,18%,58%)
(0.09/0.00/0.18/0.58)	

CMYK percentages

%9.35
%0
%17.76
%58.04

Codes

Color #616B58 in popluar color models

616B58
RGB9710788
HSL92°9.74%38.24%
HSB/HSV92°17.76%41.96%
CMYK9.35%0.00%17.76%
58.04%

Color #616B58 in popluar number systems.

HEX616B58
Decimal9710788
Binary110000111010111011000
Octal141153130

Shades and tints

Shades of #616B58

#616B58
(97,107,88)
#596250
(89,98,80)
#515948
(81,89,72)
#495040
(73,80,64)
#414738
(65,71,56)
#393E30
(57,62,48)
#313528
(49,53,40)
#292C20
(41,44,32)
#212318
(33,35,24)
#191A10
(25,26,16)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #616B58

#616B58
(97,107,88)
#6F7867
(111,120,103)
#7D8576
(125,133,118)
#8B9285
(139,146,133)
#999F94
(153,159,148)
#A7ACA3
(167,172,163)
#B5B9B2
(181,185,178)
#C3C6C1
(195,198,193)
#D1D3D0
(209,211,208)
#DFE0DF
(223,224,223)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616B58 color. Also use rgb(97,107,88) instead hex code.

Text Font Color

.myTextColor { color: #616B58; }

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

This text font color is #616B58.


Background Color

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

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

This div background color is #616B58.


Border color

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

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

This div border color is #616B58.


Opacity

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

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

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

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

This text has shadow with #616B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616B58 on black background.


Color preview on white background

This text has color #616B58 on white background.



Black color preview on #616B58 background

This text has black color on #616B58 background.


White color preview on #616B58 background

This text has white color on #616B58 background.