COLOR #616C5A

HEX: #616C5A RGB: (97,108,90)

Color info

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

RGB color model

#616C5A color RGB value is (97,108,90).

RGB: (97,108,90) (38%, 42%, 35%)

RGB channels and saturation

R 97 of 255 = 38%
G 108 of 255 = 42%
B 90 of 255 = 35%

97
108
90

R + G + B ~ 38%. #616C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 108 + 90 = 295 (100%)
R 97 of 295 ~ 32.88%
G 108 of 295 ~ 36.61%
B 90 of 295 ~ 30.51'%

%32.88
%36.61
%30.51

CMYK color model

#616C5A color CMYK value is (10,0,17,58).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 57.65%
CMYK: (10,0,17,58) C10M0Y17K58 (10%,0%,17%,58%) (0.10/0.00/0.17/0.58) 

CMYK percentages

%10.19
%0
%16.67
%57.65

Codes

Color #616C5A in popluar color models

61 6C 5A
RGB 97 108 90
HSL 97° 9.09% 38.82%
HSB/HSV 97° 16.67% 42.35%
CMYK 10.19% 0.00% 16.67%
57.65%

Color #616C5A in popluar number systems.

HEX 61 6C 5A
Decimal 97 108 90
Binary 1100001 1101100 1011010
Octal 141 154 132

Shades and tints

Shades of #616C5A

#616C5A
(97,108,90)
#596352
(89,99,82)
#515A4A
(81,90,74)
#495142
(73,81,66)
#41483A
(65,72,58)
#393F32
(57,63,50)
#31362A
(49,54,42)
#292D22
(41,45,34)
#21241A
(33,36,26)
#191B12
(25,27,18)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #616C5A

#616C5A
(97,108,90)
#6F7969
(111,121,105)
#7D8678
(125,134,120)
#8B9387
(139,147,135)
#99A096
(153,160,150)
#A7ADA5
(167,173,165)
#B5BAB4
(181,186,180)
#C3C7C3
(195,199,195)
#D1D4D2
(209,212,210)
#DFE1E1
(223,225,225)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616C5A color. Also use rgb(97,108,90) instead hex code.

Text Font Color

.myTextColor { color: #616C5A; }

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

This text font color is #616C5A.

Background Color

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

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

This div background color is #616C5A.

Border color

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

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

This div border color is #616C5A.

Opacity

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

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

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

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

This text has shadow with #616C5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #616C5A.

Preview

Color preview on black background

This text has color #616C5A on black background.


Color preview on white background

This text has color #616C5A on white background.


Black color preview on #616C5A background

This text has black color on #616C5A background.


White color preview on #616C5A background

This text has white color on #616C5A background.


Related colors

Complementary color

Complementary color for #hex is #9E93A5.


I love getcolorcode.com

Triadic colors

1 #5A616C and #6C5A61 with #616C5A are triadic colors.

2 #5A6C61 and #6C615A with #616C5A are triadic colors.