COLOR #616941

HEX: #616941
RGB: (97,105,65)

Color info

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

RGB color model

#616941 color RGB value is (97,105,65).

  • red value is 97;
  • green value is 105;
  • blue value is 65.
RGB:
(97,105,65)
(38%,41%,25%)

RGB channels and saturation

R 97 of 255 = 38%
G 105 of 255 = 41%
B 65 of 255 = 25%

97
105
65

R + G + B ~ 35%. #616941 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 105 + 65 = 267 (100%)
R 97 of 267 ~ 36.33%
G 105 of 267 ~ 39.33%
B 65 of 267 ~ 24.34%

%36.33
%39.33
%24.34

CMYK color model

#616941 color CMYK value is (8,0,38,59).

  • cyan value is 7.62%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 58.82%
CMYK:
(8,0,38,59)
C8M0Y38K59 
(8%,0%,38%,59%)
(0.08/0.00/0.38/0.59)	

CMYK percentages

%7.62
%0
%38.1
%58.82

Codes

Color #616941 in popluar color models

616941
RGB9710565
HSL72°23.53%33.33%
HSB/HSV72°38.10%41.18%
CMYK7.62%0.00%38.10%
58.82%

Color #616941 in popluar number systems.

HEX616941
Decimal9710565
Binary110000111010011000001
Octal141151101

Shades and tints

Shades of #616941

#616941
(97,105,65)
#59603C
(89,96,60)
#515737
(81,87,55)
#494E32
(73,78,50)
#41452D
(65,69,45)
#393C28
(57,60,40)
#313323
(49,51,35)
#292A1E
(41,42,30)
#212119
(33,33,25)
#191814
(25,24,20)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #616941

#616941
(97,105,65)
#6F7652
(111,118,82)
#7D8363
(125,131,99)
#8B9074
(139,144,116)
#999D85
(153,157,133)
#A7AA96
(167,170,150)
#B5B7A7
(181,183,167)
#C3C4B8
(195,196,184)
#D1D1C9
(209,209,201)
#DFDEDA
(223,222,218)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616941 color. Also use rgb(97,105,65) instead hex code.

Text Font Color

.myTextColor { color: #616941; }

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

This text font color is #616941.


Background Color

.myBgColor { background-color: #616941; }

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

This div background color is #616941.


Border color

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

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

This div border color is #616941.


Opacity

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

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

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

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

This text has shadow with #616941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616941 on black background.


Color preview on white background

This text has color #616941 on white background.



Black color preview on #616941 background

This text has black color on #616941 background.


White color preview on #616941 background

This text has white color on #616941 background.