COLOR #616B60

HEX: #616B60
RGB: (97,107,96)

Color info

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

RGB color model

#616B60 color RGB value is (97,107,96).

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

RGB channels and saturation

R 97 of 255 = 38%
G 107 of 255 = 42%
B 96 of 255 = 38%

97
107
96

R + G + B ~ 39%. #616B60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 107 + 96 = 300 (100%)
R 97 of 300 ~ 32.33%
G 107 of 300 ~ 35.67%
B 96 of 300 ~ 32%

%32.33
%35.67
%32

CMYK color model

#616B60 color CMYK value is (9,0,10,58).

  • cyan value is 9.35%
  • magenta value is 0.00%
  • yellow value is 10.28%
  • key color value is 58.04%
CMYK:
(9,0,10,58)
C9M0Y10K58 
(9%,0%,10%,58%)
(0.09/0.00/0.10/0.58)	

CMYK percentages

%9.35
%0
%10.28
%58.04

Codes

Color #616B60 in popluar color models

616B60
RGB9710796
HSL115°5.42%39.80%
HSB/HSV115°10.28%41.96%
CMYK9.35%0.00%10.28%
58.04%

Color #616B60 in popluar number systems.

HEX616B60
Decimal9710796
Binary110000111010111100000
Octal141153140

Shades and tints

Shades of #616B60

#616B60
(97,107,96)
#596258
(89,98,88)
#515950
(81,89,80)
#495048
(73,80,72)
#414740
(65,71,64)
#393E38
(57,62,56)
#313530
(49,53,48)
#292C28
(41,44,40)
#212320
(33,35,32)
#191A18
(25,26,24)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #616B60

#616B60
(97,107,96)
#6F786E
(111,120,110)
#7D857C
(125,133,124)
#8B928A
(139,146,138)
#999F98
(153,159,152)
#A7ACA6
(167,172,166)
#B5B9B4
(181,185,180)
#C3C6C2
(195,198,194)
#D1D3D0
(209,211,208)
#DFE0DE
(223,224,222)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616B60; }

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

This text font color is #616B60.


Background Color

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

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

This div background color is #616B60.


Border color

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

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

This div border color is #616B60.


Opacity

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

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

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

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

This text has shadow with #616B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616B60 on black background.


Color preview on white background

This text has color #616B60 on white background.



Black color preview on #616B60 background

This text has black color on #616B60 background.


White color preview on #616B60 background

This text has white color on #616B60 background.