COLOR #616032

HEX: #616032
RGB: (97,96,50)

Color info

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

RGB color model

#616032 color RGB value is (97,96,50).

  • red value is 97;
  • green value is 96;
  • blue value is 50.
RGB:
(97,96,50)
(38%,38%,20%)

RGB channels and saturation

R 97 of 255 = 38%
G 96 of 255 = 38%
B 50 of 255 = 20%

97
96
50

R + G + B ~ 32%. #616032 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 96 + 50 = 243 (100%)
R 97 of 243 ~ 39.92%
G 96 of 243 ~ 39.51%
B 50 of 243 ~ 20.58%

%39.92
%39.51
%20.58

CMYK color model

#616032 color CMYK value is (0,1,48,62).

  • cyan value is 0.00%
  • magenta value is 1.03%
  • yellow value is 48.45%
  • key color value is 61.96%
CMYK:
(0,1,48,62)
C0M1Y48K62 
(0%,1%,48%,62%)
(0.00/0.01/0.48/0.62)	

CMYK percentages

%0
%1.03
%48.45
%61.96

Codes

Color #616032 in popluar color models

616032
RGB979650
HSL59°31.97%28.82%
HSB/HSV59°48.45%38.04%
CMYK0.00%1.03%48.45%
61.96%

Color #616032 in popluar number systems.

HEX616032
Decimal979650
Binary11000011100000110010
Octal14114062

Shades and tints

Shades of #616032

#616032
(97,96,50)
#59582E
(89,88,46)
#51502A
(81,80,42)
#494826
(73,72,38)
#414022
(65,64,34)
#39381E
(57,56,30)
#31301A
(49,48,26)
#292816
(41,40,22)
#212012
(33,32,18)
#19180E
(25,24,14)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #616032

#616032
(97,96,50)
#6F6E44
(111,110,68)
#7D7C56
(125,124,86)
#8B8A68
(139,138,104)
#99987A
(153,152,122)
#A7A68C
(167,166,140)
#B5B49E
(181,180,158)
#C3C2B0
(195,194,176)
#D1D0C2
(209,208,194)
#DFDED4
(223,222,212)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616032 color. Also use rgb(97,96,50) instead hex code.

Text Font Color

.myTextColor { color: #616032; }

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

This text font color is #616032.


Background Color

.myBgColor { background-color: #616032; }

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

This div background color is #616032.


Border color

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

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

This div border color is #616032.


Opacity

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

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

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

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

This text has shadow with #616032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616032 on black background.


Color preview on white background

This text has color #616032 on white background.



Black color preview on #616032 background

This text has black color on #616032 background.


White color preview on #616032 background

This text has white color on #616032 background.