COLOR #617C50

HEX: #617C50
RGB: (97,124,80)

Color info

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

RGB color model

#617C50 color RGB value is (97,124,80).

  • red value is 97;
  • green value is 124;
  • blue value is 80.
RGB:
(97,124,80)
(38%,49%,31%)

RGB channels and saturation

R 97 of 255 = 38%
G 124 of 255 = 49%
B 80 of 255 = 31%

97
124
80

R + G + B ~ 39%. #617C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 124 + 80 = 301 (100%)
R 97 of 301 ~ 32.23%
G 124 of 301 ~ 41.2%
B 80 of 301 ~ 26.58%

%32.23
%41.2
%26.58

CMYK color model

#617C50 color CMYK value is (22,0,35,51).

  • cyan value is 21.77%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 51.37%
CMYK:
(22,0,35,51)
C22M0Y35K51 
(22%,0%,35%,51%)
(0.22/0.00/0.35/0.51)	

CMYK percentages

%21.77
%0
%35.48
%51.37

Codes

Color #617C50 in popluar color models

617C50
RGB9712480
HSL97°21.57%40.00%
HSB/HSV97°35.48%48.63%
CMYK21.77%0.00%35.48%
51.37%

Color #617C50 in popluar number systems.

HEX617C50
Decimal9712480
Binary110000111111001010000
Octal141174120

Shades and tints

Shades of #617C50

#617C50
(97,124,80)
#597149
(89,113,73)
#516642
(81,102,66)
#495B3B
(73,91,59)
#415034
(65,80,52)
#39452D
(57,69,45)
#313A26
(49,58,38)
#292F1F
(41,47,31)
#212418
(33,36,24)
#191911
(25,25,17)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #617C50

#617C50
(97,124,80)
#6F875F
(111,135,95)
#7D926E
(125,146,110)
#8B9D7D
(139,157,125)
#99A88C
(153,168,140)
#A7B39B
(167,179,155)
#B5BEAA
(181,190,170)
#C3C9B9
(195,201,185)
#D1D4C8
(209,212,200)
#DFDFD7
(223,223,215)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617C50 color. Also use rgb(97,124,80) instead hex code.

Text Font Color

.myTextColor { color: #617C50; }

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

This text font color is #617C50.


Background Color

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

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

This div background color is #617C50.


Border color

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

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

This div border color is #617C50.


Opacity

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

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

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

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

This text has shadow with #617C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617C50 on black background.


Color preview on white background

This text has color #617C50 on white background.



Black color preview on #617C50 background

This text has black color on #617C50 background.


White color preview on #617C50 background

This text has white color on #617C50 background.