COLOR #616B20

HEX: #616B20
RGB: (97,107,32)

Color info

#616B20 contains mainly red and green colors. Web safe color of #616B20 is #666633 (or #663).

RGB color model

#616B20 color RGB value is (97,107,32).

  • red value is 97;
  • green value is 107;
  • blue value is 32.
RGB:
(97,107,32)
(38%,42%,13%)

RGB channels and saturation

R 97 of 255 = 38%
G 107 of 255 = 42%
B 32 of 255 = 13%

97
107
32

R + G + B ~ 31%. #616B20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 107 + 32 = 236 (100%)
R 97 of 236 ~ 41.1%
G 107 of 236 ~ 45.34%
B 32 of 236 ~ 13.56%

%41.1
%45.34
%13.56

CMYK color model

#616B20 color CMYK value is (9,0,70,58).

  • cyan value is 9.35%
  • magenta value is 0.00%
  • yellow value is 70.09%
  • key color value is 58.04%
CMYK:
(9,0,70,58)
C9M0Y70K58 
(9%,0%,70%,58%)
(0.09/0.00/0.70/0.58)	

CMYK percentages

%9.35
%0
%70.09
%58.04

Codes

Color #616B20 in popluar color models

616B20
RGB9710732
HSL68°53.96%27.25%
HSB/HSV68°70.09%41.96%
CMYK9.35%0.00%70.09%
58.04%

Color #616B20 in popluar number systems.

HEX616B20
Decimal9710732
Binary11000011101011100000
Octal14115340

Shades and tints

Shades of #616B20

#616B20
(97,107,32)
#59621E
(89,98,30)
#51591C
(81,89,28)
#49501A
(73,80,26)
#414718
(65,71,24)
#393E16
(57,62,22)
#313514
(49,53,20)
#292C12
(41,44,18)
#212310
(33,35,16)
#191A0E
(25,26,14)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #616B20

#616B20
(97,107,32)
#6F7834
(111,120,52)
#7D8548
(125,133,72)
#8B925C
(139,146,92)
#999F70
(153,159,112)
#A7AC84
(167,172,132)
#B5B998
(181,185,152)
#C3C6AC
(195,198,172)
#D1D3C0
(209,211,192)
#DFE0D4
(223,224,212)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616B20 color. Also use rgb(97,107,32) instead hex code.

Text Font Color

.myTextColor { color: #616B20; }

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

This text font color is #616B20.


Background Color

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

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

This div background color is #616B20.


Border color

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

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

This div border color is #616B20.


Opacity

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

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

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

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

This text has shadow with #616B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616B20 on black background.


Color preview on white background

This text has color #616B20 on white background.



Black color preview on #616B20 background

This text has black color on #616B20 background.


White color preview on #616B20 background

This text has white color on #616B20 background.