COLOR #616055

HEX: #616055
RGB: (97,96,85)

Color info

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

RGB color model

#616055 color RGB value is (97,96,85).

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

RGB channels and saturation

R 97 of 255 = 38%
G 96 of 255 = 38%
B 85 of 255 = 33%

97
96
85

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

Portions of RGB colors in percentages

R + G + B =
97 + 96 + 85 = 278 (100%)
R 97 of 278 ~ 34.89%
G 96 of 278 ~ 34.53%
B 85 of 278 ~ 30.58%

%34.89
%34.53
%30.58

CMYK color model

#616055 color CMYK value is (0,1,12,62).

  • cyan value is 0.00%
  • magenta value is 1.03%
  • yellow value is 12.37%
  • key color value is 61.96%
CMYK:
(0,1,12,62)
C0M1Y12K62 
(0%,1%,12%,62%)
(0.00/0.01/0.12/0.62)	

CMYK percentages

%0
%1.03
%12.37
%61.96

Codes

Color #616055 in popluar color models

616055
RGB979685
HSL55°6.59%35.69%
HSB/HSV55°12.37%38.04%
CMYK0.00%1.03%12.37%
61.96%

Color #616055 in popluar number systems.

HEX616055
Decimal979685
Binary110000111000001010101
Octal141140125

Shades and tints

Shades of #616055

#616055
(97,96,85)
#59584E
(89,88,78)
#515047
(81,80,71)
#494840
(73,72,64)
#414039
(65,64,57)
#393832
(57,56,50)
#31302B
(49,48,43)
#292824
(41,40,36)
#21201D
(33,32,29)
#191816
(25,24,22)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #616055

#616055
(97,96,85)
#6F6E64
(111,110,100)
#7D7C73
(125,124,115)
#8B8A82
(139,138,130)
#999891
(153,152,145)
#A7A6A0
(167,166,160)
#B5B4AF
(181,180,175)
#C3C2BE
(195,194,190)
#D1D0CD
(209,208,205)
#DFDEDC
(223,222,220)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616055; }

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

This text font color is #616055.


Background Color

.myBgColor { background-color: #616055; }

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

This div background color is #616055.


Border color

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

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

This div border color is #616055.


Opacity

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

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

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

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

This text has shadow with #616055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616055 on black background.


Color preview on white background

This text has color #616055 on white background.



Black color preview on #616055 background

This text has black color on #616055 background.


White color preview on #616055 background

This text has white color on #616055 background.