COLOR #616A46

HEX: #616A46
RGB: (97,106,70)

Color info

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

RGB color model

#616A46 color RGB value is (97,106,70).

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

RGB channels and saturation

R 97 of 255 = 38%
G 106 of 255 = 42%
B 70 of 255 = 27%

97
106
70

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

Portions of RGB colors in percentages

R + G + B =
97 + 106 + 70 = 273 (100%)
R 97 of 273 ~ 35.53%
G 106 of 273 ~ 38.83%
B 70 of 273 ~ 25.64%

%35.53
%38.83
%25.64

CMYK color model

#616A46 color CMYK value is (8,0,34,58).

  • cyan value is 8.49%
  • magenta value is 0.00%
  • yellow value is 33.96%
  • key color value is 58.43%
CMYK:
(8,0,34,58)
C8M0Y34K58 
(8%,0%,34%,58%)
(0.08/0.00/0.34/0.58)	

CMYK percentages

%8.49
%0
%33.96
%58.43

Codes

Color #616A46 in popluar color models

616A46
RGB9710670
HSL75°20.45%34.51%
HSB/HSV75°33.96%41.57%
CMYK8.49%0.00%33.96%
58.43%

Color #616A46 in popluar number systems.

HEX616A46
Decimal9710670
Binary110000111010101000110
Octal141152106

Shades and tints

Shades of #616A46

#616A46
(97,106,70)
#596140
(89,97,64)
#51583A
(81,88,58)
#494F34
(73,79,52)
#41462E
(65,70,46)
#393D28
(57,61,40)
#313422
(49,52,34)
#292B1C
(41,43,28)
#212216
(33,34,22)
#191910
(25,25,16)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #616A46

#616A46
(97,106,70)
#6F7756
(111,119,86)
#7D8466
(125,132,102)
#8B9176
(139,145,118)
#999E86
(153,158,134)
#A7AB96
(167,171,150)
#B5B8A6
(181,184,166)
#C3C5B6
(195,197,182)
#D1D2C6
(209,210,198)
#DFDFD6
(223,223,214)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616A46; }

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

This text font color is #616A46.


Background Color

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

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

This div background color is #616A46.


Border color

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

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

This div border color is #616A46.


Opacity

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

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

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

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

This text has shadow with #616A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616A46 on black background.


Color preview on white background

This text has color #616A46 on white background.



Black color preview on #616A46 background

This text has black color on #616A46 background.


White color preview on #616A46 background

This text has white color on #616A46 background.