COLOR #616E5F

HEX: #616E5F
RGB: (97,110,95)

Color info

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

RGB color model

#616E5F color RGB value is (97,110,95).

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

RGB channels and saturation

R 97 of 255 = 38%
G 110 of 255 = 43%
B 95 of 255 = 37%

97
110
95

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

Portions of RGB colors in percentages

R + G + B =
97 + 110 + 95 = 302 (100%)
R 97 of 302 ~ 32.12%
G 110 of 302 ~ 36.42%
B 95 of 302 ~ 31.46%

%32.12
%36.42
%31.46

CMYK color model

#616E5F color CMYK value is (12,0,14,57).

  • cyan value is 11.82%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 56.86%
CMYK:
(12,0,14,57)
C12M0Y14K57 
(12%,0%,14%,57%)
(0.12/0.00/0.14/0.57)	

CMYK percentages

%11.82
%0
%13.64
%56.86

Codes

Color #616E5F in popluar color models

616E5F
RGB9711095
HSL112°7.32%40.20%
HSB/HSV112°13.64%43.14%
CMYK11.82%0.00%13.64%
56.86%

Color #616E5F in popluar number systems.

HEX616E5F
Decimal9711095
Binary110000111011101011111
Octal141156137

Shades and tints

Shades of #616E5F

#616E5F
(97,110,95)
#596457
(89,100,87)
#515A4F
(81,90,79)
#495047
(73,80,71)
#41463F
(65,70,63)
#393C37
(57,60,55)
#31322F
(49,50,47)
#292827
(41,40,39)
#211E1F
(33,30,31)
#191417
(25,20,23)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #616E5F

#616E5F
(97,110,95)
#6F7B6D
(111,123,109)
#7D887B
(125,136,123)
#8B9589
(139,149,137)
#99A297
(153,162,151)
#A7AFA5
(167,175,165)
#B5BCB3
(181,188,179)
#C3C9C1
(195,201,193)
#D1D6CF
(209,214,207)
#DFE3DD
(223,227,221)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616E5F; }

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

This text font color is #616E5F.


Background Color

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

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

This div background color is #616E5F.


Border color

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

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

This div border color is #616E5F.


Opacity

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

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

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

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

This text has shadow with #616E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616E5F on black background.


Color preview on white background

This text has color #616E5F on white background.



Black color preview on #616E5F background

This text has black color on #616E5F background.


White color preview on #616E5F background

This text has white color on #616E5F background.