COLOR #616320

HEX: #616320
RGB: (97,99,32)

Color info

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

RGB color model

#616320 color RGB value is (97,99,32).

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

RGB channels and saturation

R 97 of 255 = 38%
G 99 of 255 = 39%
B 32 of 255 = 13%

97
99
32

R + G + B ~ 30%. #616320 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 99 + 32 = 228 (100%)
R 97 of 228 ~ 42.54%
G 99 of 228 ~ 43.42%
B 32 of 228 ~ 14.04%

%42.54
%43.42
%14.04

CMYK color model

#616320 color CMYK value is (2,0,68,61).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 67.68%
  • key color value is 61.18%
CMYK:
(2,0,68,61)
C2M0Y68K61 
(2%,0%,68%,61%)
(0.02/0.00/0.68/0.61)	

CMYK percentages

%2.02
%0
%67.68
%61.18

Codes

Color #616320 in popluar color models

616320
RGB979932
HSL62°51.15%25.69%
HSB/HSV62°67.68%38.82%
CMYK2.02%0.00%67.68%
61.18%

Color #616320 in popluar number systems.

HEX616320
Decimal979932
Binary11000011100011100000
Octal14114340

Shades and tints

Shades of #616320

#616320
(97,99,32)
#595A1E
(89,90,30)
#51511C
(81,81,28)
#49481A
(73,72,26)
#413F18
(65,63,24)
#393616
(57,54,22)
#312D14
(49,45,20)
#292412
(41,36,18)
#211B10
(33,27,16)
#19120E
(25,18,14)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #616320

#616320
(97,99,32)
#6F7134
(111,113,52)
#7D7F48
(125,127,72)
#8B8D5C
(139,141,92)
#999B70
(153,155,112)
#A7A984
(167,169,132)
#B5B798
(181,183,152)
#C3C5AC
(195,197,172)
#D1D3C0
(209,211,192)
#DFE1D4
(223,225,212)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616320; }

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

This text font color is #616320.


Background Color

.myBgColor { background-color: #616320; }

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

This div background color is #616320.


Border color

.myBorderColor { border: 1px solid #616320; }

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

This div border color is #616320.


Opacity

.myOpacity80 { color: #616320; opacity: 0.8; }

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

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

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

This text has shadow with #616320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616320 on black background.


Color preview on white background

This text has color #616320 on white background.



Black color preview on #616320 background

This text has black color on #616320 background.


White color preview on #616320 background

This text has white color on #616320 background.