COLOR #617E6C

HEX: #617E6C RGB: (97,126,108)

Color info

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

RGB color model

#617E6C color RGB value is (97,126,108).

RGB: (97,126,108) (38%, 49%, 42%)

RGB channels and saturation

R 97 of 255 = 38%
G 126 of 255 = 49%
B 108 of 255 = 42%

97
126
108

R + G + B ~ 43%. #617E6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 97 + 126 + 108 = 331 (100%)
R 97 of 331 ~ 29.31%
G 126 of 331 ~ 38.07%
B 108 of 331 ~ 32.63'%

%29.31
%38.07
%32.63

CMYK color model

#617E6C color CMYK value is (23,0,14,51).

  • cyan value is 23.02%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 50.59%
CMYK: (23,0,14,51) C23M0Y14K51 (23%,0%,14%,51%) (0.23/0.00/0.14/0.51) 

CMYK percentages

%23.02
%0
%14.29
%50.59

Codes

Color #617E6C in popluar color models

61 7E 6C
RGB 97 126 108
HSL 143° 13.00% 43.73%
HSB/HSV 143° 23.02% 49.41%
CMYK 23.02% 0.00% 14.29%
50.59%

Color #617E6C in popluar number systems.

HEX 61 7E 6C
Decimal 97 126 108
Binary 1100001 1111110 1101100
Octal 141 176 154

Shades and tints

Shades of #617E6C

#617E6C
(97,126,108)
#597363
(89,115,99)
#51685A
(81,104,90)
#495D51
(73,93,81)
#415248
(65,82,72)
#39473F
(57,71,63)
#313C36
(49,60,54)
#29312D
(41,49,45)
#212624
(33,38,36)
#191B1B
(25,27,27)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #617E6C

#617E6C
(97,126,108)
#6F8979
(111,137,121)
#7D9486
(125,148,134)
#8B9F93
(139,159,147)
#99AAA0
(153,170,160)
#A7B5AD
(167,181,173)
#B5C0BA
(181,192,186)
#C3CBC7
(195,203,199)
#D1D6D4
(209,214,212)
#DFE1E1
(223,225,225)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617E6C color. Also use rgb(97,126,108) instead hex code.

Text Font Color

.myTextColor { color: #617E6C; }

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

This text font color is #617E6C.

Background Color

.myBgColor { background-color: #617E6C; }

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

This div background color is #617E6C.

Border color

.myBorderColor { border: 1px solid #617E6C; }

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

This div border color is #617E6C.

Opacity

.myOpacity80 { color: #617E6C; opacity: 0.8; }

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

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

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

This text has shadow with #617E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #617E6C.

Preview

Color preview on black background

This text has color #617E6C on black background.


Color preview on white background

This text has color #617E6C on white background.


Black color preview on #617E6C background

This text has black color on #617E6C background.


White color preview on #617E6C background

This text has white color on #617E6C background.


Related colors

Complementary color

Complementary color for #hex is #9E8193.


I love getcolorcode.com

Triadic colors

1 #6C617E and #7E6C61 with #617E6C are triadic colors.

2 #6C7E61 and #7E616C with #617E6C are triadic colors.