COLOR #616346

HEX: #616346
RGB: (97,99,70)

Color info

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

RGB color model

#616346 color RGB value is (97,99,70).

  • red value is 97;
  • green value is 99;
  • blue value is 70.
RGB:
(97,99,70)
(38%,39%,27%)

RGB channels and saturation

R 97 of 255 = 38%
G 99 of 255 = 39%
B 70 of 255 = 27%

97
99
70

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

Portions of RGB colors in percentages

R + G + B =
97 + 99 + 70 = 266 (100%)
R 97 of 266 ~ 36.47%
G 99 of 266 ~ 37.22%
B 70 of 266 ~ 26.32%

%36.47
%37.22
%26.32

CMYK color model

#616346 color CMYK value is (2,0,29,61).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 61.18%
CMYK:
(2,0,29,61)
C2M0Y29K61 
(2%,0%,29%,61%)
(0.02/0.00/0.29/0.61)	

CMYK percentages

%2.02
%0
%29.29
%61.18

Codes

Color #616346 in popluar color models

616346
RGB979970
HSL64°17.16%33.14%
HSB/HSV64°29.29%38.82%
CMYK2.02%0.00%29.29%
61.18%

Color #616346 in popluar number systems.

HEX616346
Decimal979970
Binary110000111000111000110
Octal141143106

Shades and tints

Shades of #616346

#616346
(97,99,70)
#595A40
(89,90,64)
#51513A
(81,81,58)
#494834
(73,72,52)
#413F2E
(65,63,46)
#393628
(57,54,40)
#312D22
(49,45,34)
#29241C
(41,36,28)
#211B16
(33,27,22)
#191210
(25,18,16)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #616346

#616346
(97,99,70)
#6F7156
(111,113,86)
#7D7F66
(125,127,102)
#8B8D76
(139,141,118)
#999B86
(153,155,134)
#A7A996
(167,169,150)
#B5B7A6
(181,183,166)
#C3C5B6
(195,197,182)
#D1D3C6
(209,211,198)
#DFE1D6
(223,225,214)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616346 color. Also use rgb(97,99,70) instead hex code.

Text Font Color

.myTextColor { color: #616346; }

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

This text font color is #616346.


Background Color

.myBgColor { background-color: #616346; }

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

This div background color is #616346.


Border color

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

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

This div border color is #616346.


Opacity

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

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

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

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

This text has shadow with #616346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616346 on black background.


Color preview on white background

This text has color #616346 on white background.



Black color preview on #616346 background

This text has black color on #616346 background.


White color preview on #616346 background

This text has white color on #616346 background.