COLOR #616050

HEX: #616050
RGB: (97,96,80)

Color info

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

RGB color model

#616050 color RGB value is (97,96,80).

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

RGB channels and saturation

R 97 of 255 = 38%
G 96 of 255 = 38%
B 80 of 255 = 31%

97
96
80

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

Portions of RGB colors in percentages

R + G + B =
97 + 96 + 80 = 273 (100%)
R 97 of 273 ~ 35.53%
G 96 of 273 ~ 35.16%
B 80 of 273 ~ 29.3%

%35.53
%35.16
%29.3

CMYK color model

#616050 color CMYK value is (0,1,18,62).

  • cyan value is 0.00%
  • magenta value is 1.03%
  • yellow value is 17.53%
  • key color value is 61.96%
CMYK: (0,1,18,62) C0M1Y18K62 (0%,1%,18%,62%) (0.00/0.01/0.18/0.62)

CMYK percentages

%0
%1.03
%17.53
%61.96

Codes

Color #616050 in popluar color models

616050
RGB979680
HSL56°9.60%34.71%
HSB/HSV56°17.53%38.04%
CMYK0.00%1.03%17.53%
61.96%

Color #616050 in popluar number systems.

HEX616050
Decimal979680
Binary110000111000001010000
Octal141140120

Shades and tints

Shades of #616050

#616050
(97,96,80)
#595849
(89,88,73)
#515042
(81,80,66)
#49483B
(73,72,59)
#414034
(65,64,52)
#39382D
(57,56,45)
#313026
(49,48,38)
#29281F
(41,40,31)
#212018
(33,32,24)
#191811
(25,24,17)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #616050

#616050
(97,96,80)
#6F6E5F
(111,110,95)
#7D7C6E
(125,124,110)
#8B8A7D
(139,138,125)
#99988C
(153,152,140)
#A7A69B
(167,166,155)
#B5B4AA
(181,180,170)
#C3C2B9
(195,194,185)
#D1D0C8
(209,208,200)
#DFDED7
(223,222,215)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616050; }

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

This text font color is #616050.


Background Color

.myBgColor { background-color: #616050; }

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

This div background color is #616050.


Border color

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

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

This div border color is #616050.


Opacity

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

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

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

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

This text has shadow with #616050 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #616050 on black background.


Color preview on white background

This text has color #616050 on white background.



Black color preview on #616050 background

This text has black color on #616050 background.


White color preview on #616050 background

This text has white color on #616050 background.