COLOR #616C69

HEX: #616C69
RGB: (97,108,105)

Color info

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

RGB color model

#616C69 color RGB value is (97,108,105).

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

RGB channels and saturation

R 97 of 255 = 38%
G 108 of 255 = 42%
B 105 of 255 = 41%

97
108
105

R + G + B ~ 40%. #616C69 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 108 + 105 = 310 (100%)
R 97 of 310 ~ 31.29%
G 108 of 310 ~ 34.84%
B 105 of 310 ~ 33.87%

%31.29
%34.84
%33.87

CMYK color model

#616C69 color CMYK value is (10,0,3,58).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 57.65%
CMYK:
(10,0,3,58)
C10M0Y3K58 
(10%,0%,3%,58%)
(0.10/0.00/0.03/0.58)	

CMYK percentages

%10.19
%0
%2.78
%57.65

Codes

Color #616C69 in popluar color models

616C69
RGB97108105
HSL164°5.37%40.20%
HSB/HSV164°10.19%42.35%
CMYK10.19%0.00%2.78%
57.65%

Color #616C69 in popluar number systems.

HEX616C69
Decimal97108105
Binary110000111011001101001
Octal141154151

Shades and tints

Shades of #616C69

#616C69
(97,108,105)
#596360
(89,99,96)
#515A57
(81,90,87)
#49514E
(73,81,78)
#414845
(65,72,69)
#393F3C
(57,63,60)
#313633
(49,54,51)
#292D2A
(41,45,42)
#212421
(33,36,33)
#191B18
(25,27,24)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #616C69

#616C69
(97,108,105)
#6F7976
(111,121,118)
#7D8683
(125,134,131)
#8B9390
(139,147,144)
#99A09D
(153,160,157)
#A7ADAA
(167,173,170)
#B5BAB7
(181,186,183)
#C3C7C4
(195,199,196)
#D1D4D1
(209,212,209)
#DFE1DE
(223,225,222)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616C69; }

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

This text font color is #616C69.


Background Color

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

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

This div background color is #616C69.


Border color

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

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

This div border color is #616C69.


Opacity

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

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

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

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

This text has shadow with #616C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616C69 on black background.


Color preview on white background

This text has color #616C69 on white background.



Black color preview on #616C69 background

This text has black color on #616C69 background.


White color preview on #616C69 background

This text has white color on #616C69 background.