COLOR #617D48

HEX: #617D48
RGB: (97,125,72)

Color info

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

RGB color model

#617D48 color RGB value is (97,125,72).

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

RGB channels and saturation

R 97 of 255 = 38%
G 125 of 255 = 49%
B 72 of 255 = 28%

97
125
72

R + G + B ~ 38%. #617D48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 125 + 72 = 294 (100%)
R 97 of 294 ~ 32.99%
G 125 of 294 ~ 42.52%
B 72 of 294 ~ 24.49%

%32.99
%42.52
%24.49

CMYK color model

#617D48 color CMYK value is (22,0,42,51).

  • cyan value is 22.40%
  • magenta value is 0.00%
  • yellow value is 42.40%
  • key color value is 50.98%
CMYK:
(22,0,42,51)
C22M0Y42K51 
(22%,0%,42%,51%)
(0.22/0.00/0.42/0.51)	

CMYK percentages

%22.4
%0
%42.4
%50.98

Codes

Color #617D48 in popluar color models

617D48
RGB9712572
HSL92°26.90%38.63%
HSB/HSV92°42.40%49.02%
CMYK22.40%0.00%42.40%
50.98%

Color #617D48 in popluar number systems.

HEX617D48
Decimal9712572
Binary110000111111011001000
Octal141175110

Shades and tints

Shades of #617D48

#617D48
(97,125,72)
#597242
(89,114,66)
#51673C
(81,103,60)
#495C36
(73,92,54)
#415130
(65,81,48)
#39462A
(57,70,42)
#313B24
(49,59,36)
#29301E
(41,48,30)
#212518
(33,37,24)
#191A12
(25,26,18)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #617D48

#617D48
(97,125,72)
#6F8858
(111,136,88)
#7D9368
(125,147,104)
#8B9E78
(139,158,120)
#99A988
(153,169,136)
#A7B498
(167,180,152)
#B5BFA8
(181,191,168)
#C3CAB8
(195,202,184)
#D1D5C8
(209,213,200)
#DFE0D8
(223,224,216)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617D48; }

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

This text font color is #617D48.


Background Color

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

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

This div background color is #617D48.


Border color

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

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

This div border color is #617D48.


Opacity

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

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

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

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

This text has shadow with #617D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617D48 on black background.


Color preview on white background

This text has color #617D48 on white background.



Black color preview on #617D48 background

This text has black color on #617D48 background.


White color preview on #617D48 background

This text has white color on #617D48 background.