COLOR #617E60

HEX: #617E60
RGB: (97,126,96)

Color info

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

RGB color model

#617E60 color RGB value is (97,126,96).

  • red value is 97;
  • green value is 126;
  • blue value is 96.
RGB:
(97,126,96)
(38%,49%,38%)

RGB channels and saturation

R 97 of 255 = 38%
G 126 of 255 = 49%
B 96 of 255 = 38%

97
126
96

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

Portions of RGB colors in percentages

R + G + B =
97 + 126 + 96 = 319 (100%)
R 97 of 319 ~ 30.41%
G 126 of 319 ~ 39.5%
B 96 of 319 ~ 30.09%

%30.41
%39.5
%30.09

CMYK color model

#617E60 color CMYK value is (23,0,24,51).

  • cyan value is 23.02%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 50.59%
CMYK:
(23,0,24,51)
C23M0Y24K51 
(23%,0%,24%,51%)
(0.23/0.00/0.24/0.51)	

CMYK percentages

%23.02
%0
%23.81
%50.59

Codes

Color #617E60 in popluar color models

617E60
RGB9712696
HSL118°13.51%43.53%
HSB/HSV118°23.81%49.41%
CMYK23.02%0.00%23.81%
50.59%

Color #617E60 in popluar number systems.

HEX617E60
Decimal9712696
Binary110000111111101100000
Octal141176140

Shades and tints

Shades of #617E60

#617E60
(97,126,96)
#597358
(89,115,88)
#516850
(81,104,80)
#495D48
(73,93,72)
#415240
(65,82,64)
#394738
(57,71,56)
#313C30
(49,60,48)
#293128
(41,49,40)
#212620
(33,38,32)
#191B18
(25,27,24)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #617E60

#617E60
(97,126,96)
#6F896E
(111,137,110)
#7D947C
(125,148,124)
#8B9F8A
(139,159,138)
#99AA98
(153,170,152)
#A7B5A6
(167,181,166)
#B5C0B4
(181,192,180)
#C3CBC2
(195,203,194)
#D1D6D0
(209,214,208)
#DFE1DE
(223,225,222)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617E60; }

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

This text font color is #617E60.


Background Color

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

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

This div background color is #617E60.


Border color

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

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

This div border color is #617E60.


Opacity

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

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

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

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

This text has shadow with #617E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617E60 on black background.


Color preview on white background

This text has color #617E60 on white background.



Black color preview on #617E60 background

This text has black color on #617E60 background.


White color preview on #617E60 background

This text has white color on #617E60 background.