COLOR #616766

HEX: #616766
RGB: (97,103,102)

Color info

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

RGB color model

#616766 color RGB value is (97,103,102).

  • red value is 97;
  • green value is 103;
  • blue value is 102.
RGB:
(97,103,102)
(38%,40%,40%)

RGB channels and saturation

R 97 of 255 = 38%
G 103 of 255 = 40%
B 102 of 255 = 40%

97
103
102

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

Portions of RGB colors in percentages

R + G + B =
97 + 103 + 102 = 302 (100%)
R 97 of 302 ~ 32.12%
G 103 of 302 ~ 34.11%
B 102 of 302 ~ 33.77%

%32.12
%34.11
%33.77

CMYK color model

#616766 color CMYK value is (6,0,1,60).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 0.97%
  • key color value is 59.61%
CMYK:
(6,0,1,60)
C6M0Y1K60 
(6%,0%,1%,60%)
(0.06/0.00/0.01/0.60)	

CMYK percentages

%5.83
%0
%0.97
%59.61

Codes

Color #616766 in popluar color models

616766
RGB97103102
HSL170°3.00%39.22%
HSB/HSV170°5.83%40.39%
CMYK5.83%0.00%0.97%
59.61%

Color #616766 in popluar number systems.

HEX616766
Decimal97103102
Binary110000111001111100110
Octal141147146

Shades and tints

Shades of #616766

#616766
(97,103,102)
#595E5D
(89,94,93)
#515554
(81,85,84)
#494C4B
(73,76,75)
#414342
(65,67,66)
#393A39
(57,58,57)
#313130
(49,49,48)
#292827
(41,40,39)
#211F1E
(33,31,30)
#191615
(25,22,21)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #616766

#616766
(97,103,102)
#6F7473
(111,116,115)
#7D8180
(125,129,128)
#8B8E8D
(139,142,141)
#999B9A
(153,155,154)
#A7A8A7
(167,168,167)
#B5B5B4
(181,181,180)
#C3C2C1
(195,194,193)
#D1CFCE
(209,207,206)
#DFDCDB
(223,220,219)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616766; }

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

This text font color is #616766.


Background Color

.myBgColor { background-color: #616766; }

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

This div background color is #616766.


Border color

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

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

This div border color is #616766.


Opacity

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

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

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

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

This text has shadow with #616766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616766 on black background.


Color preview on white background

This text has color #616766 on white background.



Black color preview on #616766 background

This text has black color on #616766 background.


White color preview on #616766 background

This text has white color on #616766 background.