COLOR #616C5F

HEX: #616C5F
RGB: (97,108,95)

Color info

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

RGB color model

#616C5F color RGB value is (97,108,95).

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

RGB channels and saturation

R 97 of 255 = 38%
G 108 of 255 = 42%
B 95 of 255 = 37%

97
108
95

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

Portions of RGB colors in percentages

R + G + B =
97 + 108 + 95 = 300 (100%)
R 97 of 300 ~ 32.33%
G 108 of 300 ~ 36%
B 95 of 300 ~ 31.67%

%32.33
%36
%31.67

CMYK color model

#616C5F color CMYK value is (10,0,12,58).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 57.65%
CMYK:
(10,0,12,58)
C10M0Y12K58 
(10%,0%,12%,58%)
(0.10/0.00/0.12/0.58)	

CMYK percentages

%10.19
%0
%12.04
%57.65

Codes

Color #616C5F in popluar color models

616C5F
RGB9710895
HSL111°6.40%39.80%
HSB/HSV111°12.04%42.35%
CMYK10.19%0.00%12.04%
57.65%

Color #616C5F in popluar number systems.

HEX616C5F
Decimal9710895
Binary110000111011001011111
Octal141154137

Shades and tints

Shades of #616C5F

#616C5F
(97,108,95)
#596357
(89,99,87)
#515A4F
(81,90,79)
#495147
(73,81,71)
#41483F
(65,72,63)
#393F37
(57,63,55)
#31362F
(49,54,47)
#292D27
(41,45,39)
#21241F
(33,36,31)
#191B17
(25,27,23)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #616C5F

#616C5F
(97,108,95)
#6F796D
(111,121,109)
#7D867B
(125,134,123)
#8B9389
(139,147,137)
#99A097
(153,160,151)
#A7ADA5
(167,173,165)
#B5BAB3
(181,186,179)
#C3C7C1
(195,199,193)
#D1D4CF
(209,212,207)
#DFE1DD
(223,225,221)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616C5F; }

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

This text font color is #616C5F.


Background Color

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

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

This div background color is #616C5F.


Border color

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

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

This div border color is #616C5F.


Opacity

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

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

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

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

This text has shadow with #616C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616C5F on black background.


Color preview on white background

This text has color #616C5F on white background.



Black color preview on #616C5F background

This text has black color on #616C5F background.


White color preview on #616C5F background

This text has white color on #616C5F background.