COLOR #616027

HEX: #616027
RGB: (97,96,39)

Color info

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

RGB color model

#616027 color RGB value is (97,96,39).

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

RGB channels and saturation

R 97 of 255 = 38%
G 96 of 255 = 38%
B 39 of 255 = 15%

97
96
39

R + G + B ~ 30%. #616027 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 96 + 39 = 232 (100%)
R 97 of 232 ~ 41.81%
G 96 of 232 ~ 41.38%
B 39 of 232 ~ 16.81%

%41.81
%41.38
%16.81

CMYK color model

#616027 color CMYK value is (0,1,60,62).

  • cyan value is 0.00%
  • magenta value is 1.03%
  • yellow value is 59.79%
  • key color value is 61.96%
CMYK:
(0,1,60,62)
C0M1Y60K62 
(0%,1%,60%,62%)
(0.00/0.01/0.60/0.62)	

CMYK percentages

%0
%1.03
%59.79
%61.96

Codes

Color #616027 in popluar color models

616027
RGB979639
HSL59°42.65%26.67%
HSB/HSV59°59.79%38.04%
CMYK0.00%1.03%59.79%
61.96%

Color #616027 in popluar number systems.

HEX616027
Decimal979639
Binary11000011100000100111
Octal14114047

Shades and tints

Shades of #616027

#616027
(97,96,39)
#595824
(89,88,36)
#515021
(81,80,33)
#49481E
(73,72,30)
#41401B
(65,64,27)
#393818
(57,56,24)
#313015
(49,48,21)
#292812
(41,40,18)
#21200F
(33,32,15)
#19180C
(25,24,12)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #616027

#616027
(97,96,39)
#6F6E3A
(111,110,58)
#7D7C4D
(125,124,77)
#8B8A60
(139,138,96)
#999873
(153,152,115)
#A7A686
(167,166,134)
#B5B499
(181,180,153)
#C3C2AC
(195,194,172)
#D1D0BF
(209,208,191)
#DFDED2
(223,222,210)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616027; }

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

This text font color is #616027.


Background Color

.myBgColor { background-color: #616027; }

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

This div background color is #616027.


Border color

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

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

This div border color is #616027.


Opacity

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

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

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

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

This text has shadow with #616027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616027 on black background.


Color preview on white background

This text has color #616027 on white background.



Black color preview on #616027 background

This text has black color on #616027 background.


White color preview on #616027 background

This text has white color on #616027 background.