COLOR #617F5B

HEX: #617F5B
RGB: (97,127,91)

Color info

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

RGB color model

#617F5B color RGB value is (97,127,91).

  • red value is 97;
  • green value is 127;
  • blue value is 91.
RGB:
(97,127,91)
(38%,50%,36%)

RGB channels and saturation

R 97 of 255 = 38%
G 127 of 255 = 50%
B 91 of 255 = 36%

97
127
91

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

Portions of RGB colors in percentages

R + G + B =
97 + 127 + 91 = 315 (100%)
R 97 of 315 ~ 30.79%
G 127 of 315 ~ 40.32%
B 91 of 315 ~ 28.89%

%30.79
%40.32
%28.89

CMYK color model

#617F5B color CMYK value is (24,0,28,50).

  • cyan value is 23.62%
  • magenta value is 0.00%
  • yellow value is 28.35%
  • key color value is 50.20%
CMYK:
(24,0,28,50)
C24M0Y28K50 
(24%,0%,28%,50%)
(0.24/0.00/0.28/0.50)	

CMYK percentages

%23.62
%0
%28.35
%50.2

Codes

Color #617F5B in popluar color models

617F5B
RGB9712791
HSL110°16.51%42.75%
HSB/HSV110°28.35%49.80%
CMYK23.62%0.00%28.35%
50.20%

Color #617F5B in popluar number systems.

HEX617F5B
Decimal9712791
Binary110000111111111011011
Octal141177133

Shades and tints

Shades of #617F5B

#617F5B
(97,127,91)
#597453
(89,116,83)
#51694B
(81,105,75)
#495E43
(73,94,67)
#41533B
(65,83,59)
#394833
(57,72,51)
#313D2B
(49,61,43)
#293223
(41,50,35)
#21271B
(33,39,27)
#191C13
(25,28,19)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #617F5B

#617F5B
(97,127,91)
#6F8A69
(111,138,105)
#7D9577
(125,149,119)
#8BA085
(139,160,133)
#99AB93
(153,171,147)
#A7B6A1
(167,182,161)
#B5C1AF
(181,193,175)
#C3CCBD
(195,204,189)
#D1D7CB
(209,215,203)
#DFE2D9
(223,226,217)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617F5B color. Also use rgb(97,127,91) instead hex code.

Text Font Color

.myTextColor { color: #617F5B; }

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

This text font color is #617F5B.


Background Color

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

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

This div background color is #617F5B.


Border color

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

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

This div border color is #617F5B.


Opacity

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

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

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

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

This text has shadow with #617F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617F5B on black background.


Color preview on white background

This text has color #617F5B on white background.



Black color preview on #617F5B background

This text has black color on #617F5B background.


White color preview on #617F5B background

This text has white color on #617F5B background.