COLOR #616522

HEX: #616522
RGB: (97,101,34)

Color info

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

RGB color model

#616522 color RGB value is (97,101,34).

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

RGB channels and saturation

R 97 of 255 = 38%
G 101 of 255 = 40%
B 34 of 255 = 13%

97
101
34

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

Portions of RGB colors in percentages

R + G + B =
97 + 101 + 34 = 232 (100%)
R 97 of 232 ~ 41.81%
G 101 of 232 ~ 43.53%
B 34 of 232 ~ 14.66%

%41.81
%43.53
%14.66

CMYK color model

#616522 color CMYK value is (4,0,66,60).

  • cyan value is 3.96%
  • magenta value is 0.00%
  • yellow value is 66.34%
  • key color value is 60.39%
CMYK:
(4,0,66,60)
C4M0Y66K60 
(4%,0%,66%,60%)
(0.04/0.00/0.66/0.60)	

CMYK percentages

%3.96
%0
%66.34
%60.39

Codes

Color #616522 in popluar color models

616522
RGB9710134
HSL64°49.63%26.47%
HSB/HSV64°66.34%39.61%
CMYK3.96%0.00%66.34%
60.39%

Color #616522 in popluar number systems.

HEX616522
Decimal9710134
Binary11000011100101100010
Octal14114542

Shades and tints

Shades of #616522

#616522
(97,101,34)
#595C1F
(89,92,31)
#51531C
(81,83,28)
#494A19
(73,74,25)
#414116
(65,65,22)
#393813
(57,56,19)
#312F10
(49,47,16)
#29260D
(41,38,13)
#211D0A
(33,29,10)
#191407
(25,20,7)
#110B04
(17,11,4)
#000000
(0,0,0)

Tints of #616522

#616522
(97,101,34)
#6F7336
(111,115,54)
#7D814A
(125,129,74)
#8B8F5E
(139,143,94)
#999D72
(153,157,114)
#A7AB86
(167,171,134)
#B5B99A
(181,185,154)
#C3C7AE
(195,199,174)
#D1D5C2
(209,213,194)
#DFE3D6
(223,227,214)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616522; }

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

This text font color is #616522.


Background Color

.myBgColor { background-color: #616522; }

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

This div background color is #616522.


Border color

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

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

This div border color is #616522.


Opacity

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

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

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

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

This text has shadow with #616522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616522 on black background.


Color preview on white background

This text has color #616522 on white background.



Black color preview on #616522 background

This text has black color on #616522 background.


White color preview on #616522 background

This text has white color on #616522 background.