COLOR #616A49

HEX: #616A49
RGB: (97,106,73)

Color info

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

RGB color model

#616A49 color RGB value is (97,106,73).

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

RGB channels and saturation

R 97 of 255 = 38%
G 106 of 255 = 42%
B 73 of 255 = 29%

97
106
73

R + G + B ~ 36%. #616A49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 106 + 73 = 276 (100%)
R 97 of 276 ~ 35.14%
G 106 of 276 ~ 38.41%
B 73 of 276 ~ 26.45%

%35.14
%38.41
%26.45

CMYK color model

#616A49 color CMYK value is (8,0,31,58).

  • cyan value is 8.49%
  • magenta value is 0.00%
  • yellow value is 31.13%
  • key color value is 58.43%
CMYK:
(8,0,31,58)
C8M0Y31K58 
(8%,0%,31%,58%)
(0.08/0.00/0.31/0.58)	

CMYK percentages

%8.49
%0
%31.13
%58.43

Codes

Color #616A49 in popluar color models

616A49
RGB9710673
HSL76°18.44%35.10%
HSB/HSV76°31.13%41.57%
CMYK8.49%0.00%31.13%
58.43%

Color #616A49 in popluar number systems.

HEX616A49
Decimal9710673
Binary110000111010101001001
Octal141152111

Shades and tints

Shades of #616A49

#616A49
(97,106,73)
#596143
(89,97,67)
#51583D
(81,88,61)
#494F37
(73,79,55)
#414631
(65,70,49)
#393D2B
(57,61,43)
#313425
(49,52,37)
#292B1F
(41,43,31)
#212219
(33,34,25)
#191913
(25,25,19)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #616A49

#616A49
(97,106,73)
#6F7759
(111,119,89)
#7D8469
(125,132,105)
#8B9179
(139,145,121)
#999E89
(153,158,137)
#A7AB99
(167,171,153)
#B5B8A9
(181,184,169)
#C3C5B9
(195,197,185)
#D1D2C9
(209,210,201)
#DFDFD9
(223,223,217)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616A49; }

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

This text font color is #616A49.


Background Color

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

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

This div background color is #616A49.


Border color

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

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

This div border color is #616A49.


Opacity

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

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

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

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

This text has shadow with #616A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616A49 on black background.


Color preview on white background

This text has color #616A49 on white background.



Black color preview on #616A49 background

This text has black color on #616A49 background.


White color preview on #616A49 background

This text has white color on #616A49 background.