COLOR #616051

HEX: #616051
RGB: (97,96,81)

Color info

#616051 contains red, green and blue colors in about the same proportion. Web safe color of #616051 is #666666 (or #666).

RGB color model

#616051 color RGB value is (97,96,81).

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

RGB channels and saturation

R 97 of 255 = 38%
G 96 of 255 = 38%
B 81 of 255 = 32%

97
96
81

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

Portions of RGB colors in percentages

R + G + B =
97 + 96 + 81 = 274 (100%)
R 97 of 274 ~ 35.4%
G 96 of 274 ~ 35.04%
B 81 of 274 ~ 29.56%

%35.4
%35.04
%29.56

CMYK color model

#616051 color CMYK value is (0,1,16,62).

  • cyan value is 0.00%
  • magenta value is 1.03%
  • yellow value is 16.49%
  • key color value is 61.96%
CMYK:
(0,1,16,62)
C0M1Y16K62 
(0%,1%,16%,62%)
(0.00/0.01/0.16/0.62)	

CMYK percentages

%0
%1.03
%16.49
%61.96

Codes

Color #616051 in popluar color models

616051
RGB979681
HSL56°8.99%34.90%
HSB/HSV56°16.49%38.04%
CMYK0.00%1.03%16.49%
61.96%

Color #616051 in popluar number systems.

HEX616051
Decimal979681
Binary110000111000001010001
Octal141140121

Shades and tints

Shades of #616051

#616051
(97,96,81)
#59584A
(89,88,74)
#515043
(81,80,67)
#49483C
(73,72,60)
#414035
(65,64,53)
#39382E
(57,56,46)
#313027
(49,48,39)
#292820
(41,40,32)
#212019
(33,32,25)
#191812
(25,24,18)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #616051

#616051
(97,96,81)
#6F6E60
(111,110,96)
#7D7C6F
(125,124,111)
#8B8A7E
(139,138,126)
#99988D
(153,152,141)
#A7A69C
(167,166,156)
#B5B4AB
(181,180,171)
#C3C2BA
(195,194,186)
#D1D0C9
(209,208,201)
#DFDED8
(223,222,216)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616051; }

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

This text font color is #616051.


Background Color

.myBgColor { background-color: #616051; }

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

This div background color is #616051.


Border color

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

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

This div border color is #616051.


Opacity

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

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

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

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

This text has shadow with #616051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616051 on black background.


Color preview on white background

This text has color #616051 on white background.



Black color preview on #616051 background

This text has black color on #616051 background.


White color preview on #616051 background

This text has white color on #616051 background.