COLOR #617D56

HEX: #617D56
RGB: (97,125,86)

Color info

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

RGB color model

#617D56 color RGB value is (97,125,86).

  • red value is 97;
  • green value is 125;
  • blue value is 86.
RGB:
(97,125,86)
(38%,49%,34%)

RGB channels and saturation

R 97 of 255 = 38%
G 125 of 255 = 49%
B 86 of 255 = 34%

97
125
86

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

Portions of RGB colors in percentages

R + G + B =
97 + 125 + 86 = 308 (100%)
R 97 of 308 ~ 31.49%
G 125 of 308 ~ 40.58%
B 86 of 308 ~ 27.92%

%31.49
%40.58
%27.92

CMYK color model

#617D56 color CMYK value is (22,0,31,51).

  • cyan value is 22.40%
  • magenta value is 0.00%
  • yellow value is 31.20%
  • key color value is 50.98%
CMYK:
(22,0,31,51)
C22M0Y31K51 
(22%,0%,31%,51%)
(0.22/0.00/0.31/0.51)	

CMYK percentages

%22.4
%0
%31.2
%50.98

Codes

Color #617D56 in popluar color models

617D56
RGB9712586
HSL103°18.48%41.37%
HSB/HSV103°31.20%49.02%
CMYK22.40%0.00%31.20%
50.98%

Color #617D56 in popluar number systems.

HEX617D56
Decimal9712586
Binary110000111111011010110
Octal141175126

Shades and tints

Shades of #617D56

#617D56
(97,125,86)
#59724F
(89,114,79)
#516748
(81,103,72)
#495C41
(73,92,65)
#41513A
(65,81,58)
#394633
(57,70,51)
#313B2C
(49,59,44)
#293025
(41,48,37)
#21251E
(33,37,30)
#191A17
(25,26,23)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #617D56

#617D56
(97,125,86)
#6F8865
(111,136,101)
#7D9374
(125,147,116)
#8B9E83
(139,158,131)
#99A992
(153,169,146)
#A7B4A1
(167,180,161)
#B5BFB0
(181,191,176)
#C3CABF
(195,202,191)
#D1D5CE
(209,213,206)
#DFE0DD
(223,224,221)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617D56 color. Also use rgb(97,125,86) instead hex code.

Text Font Color

.myTextColor { color: #617D56; }

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

This text font color is #617D56.


Background Color

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

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

This div background color is #617D56.


Border color

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

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

This div border color is #617D56.


Opacity

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

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

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

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

This text has shadow with #617D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617D56 on black background.


Color preview on white background

This text has color #617D56 on white background.



Black color preview on #617D56 background

This text has black color on #617D56 background.


White color preview on #617D56 background

This text has white color on #617D56 background.