COLOR #616847

HEX: #616847
RGB: (97,104,71)

Color info

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

RGB color model

#616847 color RGB value is (97,104,71).

  • red value is 97;
  • green value is 104;
  • blue value is 71.
RGB:
(97,104,71)
(38%,41%,28%)

RGB channels and saturation

R 97 of 255 = 38%
G 104 of 255 = 41%
B 71 of 255 = 28%

97
104
71

R + G + B ~ 36%. #616847 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 104 + 71 = 272 (100%)
R 97 of 272 ~ 35.66%
G 104 of 272 ~ 38.24%
B 71 of 272 ~ 26.1%

%35.66
%38.24
%26.1

CMYK color model

#616847 color CMYK value is (7,0,32,59).

  • cyan value is 6.73%
  • magenta value is 0.00%
  • yellow value is 31.73%
  • key color value is 59.22%
CMYK:
(7,0,32,59)
C7M0Y32K59 
(7%,0%,32%,59%)
(0.07/0.00/0.32/0.59)	

CMYK percentages

%6.73
%0
%31.73
%59.22

Codes

Color #616847 in popluar color models

616847
RGB9710471
HSL73°18.86%34.31%
HSB/HSV73°31.73%40.78%
CMYK6.73%0.00%31.73%
59.22%

Color #616847 in popluar number systems.

HEX616847
Decimal9710471
Binary110000111010001000111
Octal141150107

Shades and tints

Shades of #616847

#616847
(97,104,71)
#595F41
(89,95,65)
#51563B
(81,86,59)
#494D35
(73,77,53)
#41442F
(65,68,47)
#393B29
(57,59,41)
#313223
(49,50,35)
#29291D
(41,41,29)
#212017
(33,32,23)
#191711
(25,23,17)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #616847

#616847
(97,104,71)
#6F7557
(111,117,87)
#7D8267
(125,130,103)
#8B8F77
(139,143,119)
#999C87
(153,156,135)
#A7A997
(167,169,151)
#B5B6A7
(181,182,167)
#C3C3B7
(195,195,183)
#D1D0C7
(209,208,199)
#DFDDD7
(223,221,215)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616847 color. Also use rgb(97,104,71) instead hex code.

Text Font Color

.myTextColor { color: #616847; }

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

This text font color is #616847.


Background Color

.myBgColor { background-color: #616847; }

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

This div background color is #616847.


Border color

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

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

This div border color is #616847.


Opacity

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

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

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

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

This text has shadow with #616847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616847 on black background.


Color preview on white background

This text has color #616847 on white background.



Black color preview on #616847 background

This text has black color on #616847 background.


White color preview on #616847 background

This text has white color on #616847 background.