COLOR #616D5C

HEX: #616D5C RGB: (97,109,92)

Color info

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

RGB color model

#616D5C color RGB value is (97,109,92).

RGB: (97,109,92) (38%, 43%, 36%)

RGB channels and saturation

R 97 of 255 = 38%
G 109 of 255 = 43%
B 92 of 255 = 36%

97
109
92

R + G + B ~ 39%. #616D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 109 + 92 = 298 (100%)
R 97 of 298 ~ 32.55%
G 109 of 298 ~ 36.58%
B 92 of 298 ~ 30.87'%

%32.55
%36.58
%30.87

CMYK color model

#616D5C color CMYK value is (11,0,16,57).

  • cyan value is 11.01%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 57.25%

CMYK: (11,0,16,57)
C11M0Y16K57 (11%, 0%, 16%, 57%)
(0.11 / 0.00 / 0.16 / 0.57)

CMYK percentages

%11.01
%0
%15.6
%57.25

Codes

Color #616D5C in popluar color models

61 6D 5C
RGB 97 109 92
HSL 102° 8.46% 39.41%
HSB/HSV 102° 15.60% 42.75%
CMYK 11.01% 0.00% 15.60%
57.25%

Color #616D5C in popluar number systems.

HEX 61 6D 5C
Decimal 97 109 92
Binary 1100001 1101101 1011100
Octal 141 155 134

Shades and tints

Shades of #616D5C

#616D5C
(97,109,92)
#596454
(89,100,84)
#515B4C
(81,91,76)
#495244
(73,82,68)
#41493C
(65,73,60)
#394034
(57,64,52)
#31372C
(49,55,44)
#292E24
(41,46,36)
#21251C
(33,37,28)
#191C14
(25,28,20)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #616D5C

#616D5C
(97,109,92)
#6F7A6A
(111,122,106)
#7D8778
(125,135,120)
#8B9486
(139,148,134)
#99A194
(153,161,148)
#A7AEA2
(167,174,162)
#B5BBB0
(181,187,176)
#C3C8BE
(195,200,190)
#D1D5CC
(209,213,204)
#DFE2DA
(223,226,218)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616D5C color. Also use rgb(97,109,92) instead hex code.

Text Font Color

.myTextColor { color: #616D5C; }

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

This text font color is #616D5C.

Background Color

.myBgColor { background-color: #616D5C; }

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

This div background color is #616D5C.

Border color

.myBorderColor { border: 1px solid #616D5C; }

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

This div border color is #616D5C.

Opacity

.myOpacity80 { color: #616D5C; opacity: 0.8; }

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

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

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

This text has shadow with #616D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #616D5C.

Preview

Color preview on black background

This text has color #616D5C on black background.


Color preview on white background

This text has color #616D5C on white background.


Black color preview on #616D5C background

This text has black color on #616D5C background.


White color preview on #616D5C background

This text has white color on #616D5C background.


Related colors

Complementary color

Complementary color for #hex is #9E92A3.


I love getcolorcode.com

Triadic colors

1 #5C616D and #6D5C61 with #616D5C are triadic colors.

2 #5C6D61 and #6D615C with #616D5C are triadic colors.