COLOR #616740

HEX: #616740
RGB: (97,103,64)

Color info

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

RGB color model

#616740 color RGB value is (97,103,64).

  • red value is 97;
  • green value is 103;
  • blue value is 64.
RGB:
(97,103,64)
(38%,40%,25%)

RGB channels and saturation

R 97 of 255 = 38%
G 103 of 255 = 40%
B 64 of 255 = 25%

97
103
64

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

Portions of RGB colors in percentages

R + G + B =
97 + 103 + 64 = 264 (100%)
R 97 of 264 ~ 36.74%
G 103 of 264 ~ 39.02%
B 64 of 264 ~ 24.24%

%36.74
%39.02
%24.24

CMYK color model

#616740 color CMYK value is (6,0,38,60).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 37.86%
  • key color value is 59.61%
CMYK:
(6,0,38,60)
C6M0Y38K60 
(6%,0%,38%,60%)
(0.06/0.00/0.38/0.60)	

CMYK percentages

%5.83
%0
%37.86
%59.61

Codes

Color #616740 in popluar color models

616740
RGB9710364
HSL69°23.35%32.75%
HSB/HSV69°37.86%40.39%
CMYK5.83%0.00%37.86%
59.61%

Color #616740 in popluar number systems.

HEX616740
Decimal9710364
Binary110000111001111000000
Octal141147100

Shades and tints

Shades of #616740

#616740
(97,103,64)
#595E3B
(89,94,59)
#515536
(81,85,54)
#494C31
(73,76,49)
#41432C
(65,67,44)
#393A27
(57,58,39)
#313122
(49,49,34)
#29281D
(41,40,29)
#211F18
(33,31,24)
#191613
(25,22,19)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #616740

#616740
(97,103,64)
#6F7451
(111,116,81)
#7D8162
(125,129,98)
#8B8E73
(139,142,115)
#999B84
(153,155,132)
#A7A895
(167,168,149)
#B5B5A6
(181,181,166)
#C3C2B7
(195,194,183)
#D1CFC8
(209,207,200)
#DFDCD9
(223,220,217)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616740 color. Also use rgb(97,103,64) instead hex code.

Text Font Color

.myTextColor { color: #616740; }

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

This text font color is #616740.


Background Color

.myBgColor { background-color: #616740; }

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

This div background color is #616740.


Border color

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

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

This div border color is #616740.


Opacity

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

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

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

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

This text has shadow with #616740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616740 on black background.


Color preview on white background

This text has color #616740 on white background.



Black color preview on #616740 background

This text has black color on #616740 background.


White color preview on #616740 background

This text has white color on #616740 background.