COLOR #616150

HEX: #616150 RGB: (97,97,80)

Color info

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

RGB color model

#616150 color RGB value is (97,97,80).

RGB: (97,97,80) (38%, 38%, 31%)

RGB channels and saturation

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

97
97
80

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

Portions of RGB colors in percentages

R + G + B = 97 + 97 + 80 = 274 (100%)
R 97 of 274 ~ 35.4%
G 97 of 274 ~ 35.4%
B 80 of 274 ~ 29.2'%

%35.4
%35.4
%29.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 61.96%

CMYK: (0,0,18,62)
C0M0Y18K62 (0%, 0%, 18%, 62%)
(0.00 / 0.00 / 0.18 / 0.62)

CMYK percentages

%0
%0
%17.53
%61.96

Codes

Color #616150 in popluar color models

61 61 50
RGB 97 97 80
HSL 60° 9.60% 34.71%
HSB/HSV 60° 17.53% 38.04%
CMYK 0.00% 0.00% 17.53%
61.96%

Color #616150 in popluar number systems.

HEX 61 61 50
Decimal 97 97 80
Binary 1100001 1100001 1010000
Octal 141 141 120

Shades and tints

Shades of #616150

#616150
(97,97,80)
#595949
(89,89,73)
#515142
(81,81,66)
#49493B
(73,73,59)
#414134
(65,65,52)
#39392D
(57,57,45)
#313126
(49,49,38)
#29291F
(41,41,31)
#212118
(33,33,24)
#191911
(25,25,17)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #616150

#616150
(97,97,80)
#6F6F5F
(111,111,95)
#7D7D6E
(125,125,110)
#8B8B7D
(139,139,125)
#99998C
(153,153,140)
#A7A79B
(167,167,155)
#B5B5AA
(181,181,170)
#C3C3B9
(195,195,185)
#D1D1C8
(209,209,200)
#DFDFD7
(223,223,215)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616150; }

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

This text font color is #616150.

Background Color

.myBgColor { background-color: #616150; }

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

This div background color is #616150.

Border color

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

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

This div border color is #616150.

Opacity

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

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

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

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

This text has shadow with #616150 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #616150.

Preview

Color preview on black background

This text has color #616150 on black background.


Color preview on white background

This text has color #616150 on white background.


Black color preview on #616150 background

This text has black color on #616150 background.


White color preview on #616150 background

This text has white color on #616150 background.


Related colors

Complementary color

Complementary color for #hex is #9E9EAF.


I love getcolorcode.com