COLOR #616A4D

HEX: #616A4D
RGB: (97,106,77)

Color info

#616A4D contains red, green and blue colors in about the same proportion. Web safe color of #616A4D is #666633 (or #663).

RGB color model

#616A4D color RGB value is (97,106,77).

  • red value is 97;
  • green value is 106;
  • blue value is 77.
RGB:
(97,106,77)
(38%,42%,30%)

RGB channels and saturation

R 97 of 255 = 38%
G 106 of 255 = 42%
B 77 of 255 = 30%

97
106
77

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

Portions of RGB colors in percentages

R + G + B =
97 + 106 + 77 = 280 (100%)
R 97 of 280 ~ 34.64%
G 106 of 280 ~ 37.86%
B 77 of 280 ~ 27.5%

%34.64
%37.86
%27.5

CMYK color model

#616A4D color CMYK value is (8,0,27,58).

  • cyan value is 8.49%
  • magenta value is 0.00%
  • yellow value is 27.36%
  • key color value is 58.43%
CMYK:
(8,0,27,58)
C8M0Y27K58 
(8%,0%,27%,58%)
(0.08/0.00/0.27/0.58)	

CMYK percentages

%8.49
%0
%27.36
%58.43

Codes

Color #616A4D in popluar color models

616A4D
RGB9710677
HSL79°15.85%35.88%
HSB/HSV79°27.36%41.57%
CMYK8.49%0.00%27.36%
58.43%

Color #616A4D in popluar number systems.

HEX616A4D
Decimal9710677
Binary110000111010101001101
Octal141152115

Shades and tints

Shades of #616A4D

#616A4D
(97,106,77)
#596146
(89,97,70)
#51583F
(81,88,63)
#494F38
(73,79,56)
#414631
(65,70,49)
#393D2A
(57,61,42)
#313423
(49,52,35)
#292B1C
(41,43,28)
#212215
(33,34,21)
#19190E
(25,25,14)
#111007
(17,16,7)
#000000
(0,0,0)

Tints of #616A4D

#616A4D
(97,106,77)
#6F775D
(111,119,93)
#7D846D
(125,132,109)
#8B917D
(139,145,125)
#999E8D
(153,158,141)
#A7AB9D
(167,171,157)
#B5B8AD
(181,184,173)
#C3C5BD
(195,197,189)
#D1D2CD
(209,210,205)
#DFDFDD
(223,223,221)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616A4D color. Also use rgb(97,106,77) instead hex code.

Text Font Color

.myTextColor { color: #616A4D; }

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

This text font color is #616A4D.


Background Color

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

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

This div background color is #616A4D.


Border color

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

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

This div border color is #616A4D.


Opacity

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

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

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

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

This text has shadow with #616A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616A4D on black background.


Color preview on white background

This text has color #616A4D on white background.



Black color preview on #616A4D background

This text has black color on #616A4D background.


White color preview on #616A4D background

This text has white color on #616A4D background.