COLOR #616547

HEX: #616547
RGB: (97,101,71)

Color info

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

RGB color model

#616547 color RGB value is (97,101,71).

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

RGB channels and saturation

R 97 of 255 = 38%
G 101 of 255 = 40%
B 71 of 255 = 28%

97
101
71

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

Portions of RGB colors in percentages

R + G + B =
97 + 101 + 71 = 269 (100%)
R 97 of 269 ~ 36.06%
G 101 of 269 ~ 37.55%
B 71 of 269 ~ 26.39%

%36.06
%37.55
%26.39

CMYK color model

#616547 color CMYK value is (4,0,30,60).

  • cyan value is 3.96%
  • magenta value is 0.00%
  • yellow value is 29.70%
  • key color value is 60.39%
CMYK:
(4,0,30,60)
C4M0Y30K60 
(4%,0%,30%,60%)
(0.04/0.00/0.30/0.60)	

CMYK percentages

%3.96
%0
%29.7
%60.39

Codes

Color #616547 in popluar color models

616547
RGB9710171
HSL68°17.44%33.73%
HSB/HSV68°29.70%39.61%
CMYK3.96%0.00%29.70%
60.39%

Color #616547 in popluar number systems.

HEX616547
Decimal9710171
Binary110000111001011000111
Octal141145107

Shades and tints

Shades of #616547

#616547
(97,101,71)
#595C41
(89,92,65)
#51533B
(81,83,59)
#494A35
(73,74,53)
#41412F
(65,65,47)
#393829
(57,56,41)
#312F23
(49,47,35)
#29261D
(41,38,29)
#211D17
(33,29,23)
#191411
(25,20,17)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #616547

#616547
(97,101,71)
#6F7357
(111,115,87)
#7D8167
(125,129,103)
#8B8F77
(139,143,119)
#999D87
(153,157,135)
#A7AB97
(167,171,151)
#B5B9A7
(181,185,167)
#C3C7B7
(195,199,183)
#D1D5C7
(209,213,199)
#DFE3D7
(223,227,215)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616547; }

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

This text font color is #616547.


Background Color

.myBgColor { background-color: #616547; }

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

This div background color is #616547.


Border color

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

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

This div border color is #616547.


Opacity

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

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

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

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

This text has shadow with #616547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616547 on black background.


Color preview on white background

This text has color #616547 on white background.



Black color preview on #616547 background

This text has black color on #616547 background.


White color preview on #616547 background

This text has white color on #616547 background.