COLOR #616D37

HEX: #616D37
RGB: (97,109,55)

Color info

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

RGB color model

#616D37 color RGB value is (97,109,55).

  • red value is 97;
  • green value is 109;
  • blue value is 55.
RGB:
(97,109,55)
(38%,43%,22%)

RGB channels and saturation

R 97 of 255 = 38%
G 109 of 255 = 43%
B 55 of 255 = 22%

97
109
55

R + G + B ~ 34%. #616D37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 109 + 55 = 261 (100%)
R 97 of 261 ~ 37.16%
G 109 of 261 ~ 41.76%
B 55 of 261 ~ 21.07%

%37.16
%41.76
%21.07

CMYK color model

#616D37 color CMYK value is (11,0,50,57).

  • cyan value is 11.01%
  • magenta value is 0.00%
  • yellow value is 49.54%
  • key color value is 57.25%
CMYK:
(11,0,50,57)
C11M0Y50K57 
(11%,0%,50%,57%)
(0.11/0.00/0.50/0.57)	

CMYK percentages

%11.01
%0
%49.54
%57.25

Codes

Color #616D37 in popluar color models

616D37
RGB9710955
HSL73°32.93%32.16%
HSB/HSV73°49.54%42.75%
CMYK11.01%0.00%49.54%
57.25%

Color #616D37 in popluar number systems.

HEX616D37
Decimal9710955
Binary11000011101101110111
Octal14115567

Shades and tints

Shades of #616D37

#616D37
(97,109,55)
#596432
(89,100,50)
#515B2D
(81,91,45)
#495228
(73,82,40)
#414923
(65,73,35)
#39401E
(57,64,30)
#313719
(49,55,25)
#292E14
(41,46,20)
#21250F
(33,37,15)
#191C0A
(25,28,10)
#111305
(17,19,5)
#000000
(0,0,0)

Tints of #616D37

#616D37
(97,109,55)
#6F7A49
(111,122,73)
#7D875B
(125,135,91)
#8B946D
(139,148,109)
#99A17F
(153,161,127)
#A7AE91
(167,174,145)
#B5BBA3
(181,187,163)
#C3C8B5
(195,200,181)
#D1D5C7
(209,213,199)
#DFE2D9
(223,226,217)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616D37 color. Also use rgb(97,109,55) instead hex code.

Text Font Color

.myTextColor { color: #616D37; }

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

This text font color is #616D37.


Background Color

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

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

This div background color is #616D37.


Border color

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

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

This div border color is #616D37.


Opacity

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

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

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

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

This text has shadow with #616D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616D37 on black background.


Color preview on white background

This text has color #616D37 on white background.



Black color preview on #616D37 background

This text has black color on #616D37 background.


White color preview on #616D37 background

This text has white color on #616D37 background.