COLOR #616322

HEX: #616322
RGB: (97,99,34)

Color info

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

RGB color model

#616322 color RGB value is (97,99,34).

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

RGB channels and saturation

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

97
99
34

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

Portions of RGB colors in percentages

R + G + B =
97 + 99 + 34 = 230 (100%)
R 97 of 230 ~ 42.17%
G 99 of 230 ~ 43.04%
B 34 of 230 ~ 14.78%

%42.17
%43.04
%14.78

CMYK color model

#616322 color CMYK value is (2,0,66,61).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 65.66%
  • key color value is 61.18%
CMYK:
(2,0,66,61)
C2M0Y66K61 
(2%,0%,66%,61%)
(0.02/0.00/0.66/0.61)	

CMYK percentages

%2.02
%0
%65.66
%61.18

Codes

Color #616322 in popluar color models

616322
RGB979934
HSL62°48.87%26.08%
HSB/HSV62°65.66%38.82%
CMYK2.02%0.00%65.66%
61.18%

Color #616322 in popluar number systems.

HEX616322
Decimal979934
Binary11000011100011100010
Octal14114342

Shades and tints

Shades of #616322

#616322
(97,99,34)
#595A1F
(89,90,31)
#51511C
(81,81,28)
#494819
(73,72,25)
#413F16
(65,63,22)
#393613
(57,54,19)
#312D10
(49,45,16)
#29240D
(41,36,13)
#211B0A
(33,27,10)
#191207
(25,18,7)
#110904
(17,9,4)
#000000
(0,0,0)

Tints of #616322

#616322
(97,99,34)
#6F7136
(111,113,54)
#7D7F4A
(125,127,74)
#8B8D5E
(139,141,94)
#999B72
(153,155,114)
#A7A986
(167,169,134)
#B5B79A
(181,183,154)
#C3C5AE
(195,197,174)
#D1D3C2
(209,211,194)
#DFE1D6
(223,225,214)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616322; }

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

This text font color is #616322.


Background Color

.myBgColor { background-color: #616322; }

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

This div background color is #616322.


Border color

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

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

This div border color is #616322.


Opacity

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

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

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

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

This text has shadow with #616322 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616322 on black background.


Color preview on white background

This text has color #616322 on white background.



Black color preview on #616322 background

This text has black color on #616322 background.


White color preview on #616322 background

This text has white color on #616322 background.