COLOR #616350

HEX: #616350
RGB: (97,99,80)

Color info

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

RGB color model

#616350 color RGB value is (97,99,80).

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

RGB channels and saturation

R 97 of 255 = 38%
G 99 of 255 = 39%
B 80 of 255 = 31%

97
99
80

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

Portions of RGB colors in percentages

R + G + B =
97 + 99 + 80 = 276 (100%)
R 97 of 276 ~ 35.14%
G 99 of 276 ~ 35.87%
B 80 of 276 ~ 28.99%

%35.14
%35.87
%28.99

CMYK color model

#616350 color CMYK value is (2,0,19,61).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 19.19%
  • key color value is 61.18%
CMYK:
(2,0,19,61)
C2M0Y19K61 
(2%,0%,19%,61%)
(0.02/0.00/0.19/0.61)	

CMYK percentages

%2.02
%0
%19.19
%61.18

Codes

Color #616350 in popluar color models

616350
RGB979980
HSL66°10.61%35.10%
HSB/HSV66°19.19%38.82%
CMYK2.02%0.00%19.19%
61.18%

Color #616350 in popluar number systems.

HEX616350
Decimal979980
Binary110000111000111010000
Octal141143120

Shades and tints

Shades of #616350

#616350
(97,99,80)
#595A49
(89,90,73)
#515142
(81,81,66)
#49483B
(73,72,59)
#413F34
(65,63,52)
#39362D
(57,54,45)
#312D26
(49,45,38)
#29241F
(41,36,31)
#211B18
(33,27,24)
#191211
(25,18,17)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #616350

#616350
(97,99,80)
#6F715F
(111,113,95)
#7D7F6E
(125,127,110)
#8B8D7D
(139,141,125)
#999B8C
(153,155,140)
#A7A99B
(167,169,155)
#B5B7AA
(181,183,170)
#C3C5B9
(195,197,185)
#D1D3C8
(209,211,200)
#DFE1D7
(223,225,215)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616350; }

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

This text font color is #616350.


Background Color

.myBgColor { background-color: #616350; }

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

This div background color is #616350.


Border color

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

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

This div border color is #616350.


Opacity

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

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

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

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

This text has shadow with #616350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616350 on black background.


Color preview on white background

This text has color #616350 on white background.



Black color preview on #616350 background

This text has black color on #616350 background.


White color preview on #616350 background

This text has white color on #616350 background.