COLOR #617D4C

HEX: #617D4C
RGB: (97,125,76)

Color info

#617D4C contains red, green and blue colors in about the same proportion. Web safe color of #617D4C is #666633 (or #663).

RGB color model

#617D4C color RGB value is (97,125,76).

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

RGB channels and saturation

R 97 of 255 = 38%
G 125 of 255 = 49%
B 76 of 255 = 30%

97
125
76

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

Portions of RGB colors in percentages

R + G + B =
97 + 125 + 76 = 298 (100%)
R 97 of 298 ~ 32.55%
G 125 of 298 ~ 41.95%
B 76 of 298 ~ 25.5%

%32.55
%41.95
%25.5

CMYK color model

#617D4C color CMYK value is (22,0,39,51).

  • cyan value is 22.40%
  • magenta value is 0.00%
  • yellow value is 39.20%
  • key color value is 50.98%
CMYK:
(22,0,39,51)
C22M0Y39K51 
(22%,0%,39%,51%)
(0.22/0.00/0.39/0.51)	

CMYK percentages

%22.4
%0
%39.2
%50.98

Codes

Color #617D4C in popluar color models

617D4C
RGB9712576
HSL94°24.38%39.41%
HSB/HSV94°39.20%49.02%
CMYK22.40%0.00%39.20%
50.98%

Color #617D4C in popluar number systems.

HEX617D4C
Decimal9712576
Binary110000111111011001100
Octal141175114

Shades and tints

Shades of #617D4C

#617D4C
(97,125,76)
#597246
(89,114,70)
#516740
(81,103,64)
#495C3A
(73,92,58)
#415134
(65,81,52)
#39462E
(57,70,46)
#313B28
(49,59,40)
#293022
(41,48,34)
#21251C
(33,37,28)
#191A16
(25,26,22)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #617D4C

#617D4C
(97,125,76)
#6F885C
(111,136,92)
#7D936C
(125,147,108)
#8B9E7C
(139,158,124)
#99A98C
(153,169,140)
#A7B49C
(167,180,156)
#B5BFAC
(181,191,172)
#C3CABC
(195,202,188)
#D1D5CC
(209,213,204)
#DFE0DC
(223,224,220)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617D4C; }

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

This text font color is #617D4C.


Background Color

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

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

This div background color is #617D4C.


Border color

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

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

This div border color is #617D4C.


Opacity

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

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

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

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

This text has shadow with #617D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617D4C on black background.


Color preview on white background

This text has color #617D4C on white background.



Black color preview on #617D4C background

This text has black color on #617D4C background.


White color preview on #617D4C background

This text has white color on #617D4C background.