COLOR #616E4E

HEX: #616E4E
RGB: (97,110,78)

Color info

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

RGB color model

#616E4E color RGB value is (97,110,78).

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

RGB channels and saturation

R 97 of 255 = 38%
G 110 of 255 = 43%
B 78 of 255 = 31%

97
110
78

R + G + B ~ 37%. #616E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 110 + 78 = 285 (100%)
R 97 of 285 ~ 34.04%
G 110 of 285 ~ 38.6%
B 78 of 285 ~ 27.37%

%34.04
%38.6
%27.37

CMYK color model

#616E4E color CMYK value is (12,0,29,57).

  • cyan value is 11.82%
  • magenta value is 0.00%
  • yellow value is 29.09%
  • key color value is 56.86%
CMYK:
(12,0,29,57)
C12M0Y29K57 
(12%,0%,29%,57%)
(0.12/0.00/0.29/0.57)	

CMYK percentages

%11.82
%0
%29.09
%56.86

Codes

Color #616E4E in popluar color models

616E4E
RGB9711078
HSL84°17.02%36.86%
HSB/HSV84°29.09%43.14%
CMYK11.82%0.00%29.09%
56.86%

Color #616E4E in popluar number systems.

HEX616E4E
Decimal9711078
Binary110000111011101001110
Octal141156116

Shades and tints

Shades of #616E4E

#616E4E
(97,110,78)
#596447
(89,100,71)
#515A40
(81,90,64)
#495039
(73,80,57)
#414632
(65,70,50)
#393C2B
(57,60,43)
#313224
(49,50,36)
#29281D
(41,40,29)
#211E16
(33,30,22)
#19140F
(25,20,15)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #616E4E

#616E4E
(97,110,78)
#6F7B5E
(111,123,94)
#7D886E
(125,136,110)
#8B957E
(139,149,126)
#99A28E
(153,162,142)
#A7AF9E
(167,175,158)
#B5BCAE
(181,188,174)
#C3C9BE
(195,201,190)
#D1D6CE
(209,214,206)
#DFE3DE
(223,227,222)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616E4E; }

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

This text font color is #616E4E.


Background Color

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

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

This div background color is #616E4E.


Border color

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

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

This div border color is #616E4E.


Opacity

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

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

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

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

This text has shadow with #616E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616E4E on black background.


Color preview on white background

This text has color #616E4E on white background.



Black color preview on #616E4E background

This text has black color on #616E4E background.


White color preview on #616E4E background

This text has white color on #616E4E background.