COLOR #617E5D

HEX: #617E5D
RGB: (97,126,93)

Color info

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

RGB color model

#617E5D color RGB value is (97,126,93).

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

RGB channels and saturation

R 97 of 255 = 38%
G 126 of 255 = 49%
B 93 of 255 = 36%

97
126
93

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

Portions of RGB colors in percentages

R + G + B =
97 + 126 + 93 = 316 (100%)
R 97 of 316 ~ 30.7%
G 126 of 316 ~ 39.87%
B 93 of 316 ~ 29.43%

%30.7
%39.87
%29.43

CMYK color model

#617E5D color CMYK value is (23,0,26,51).

  • cyan value is 23.02%
  • magenta value is 0.00%
  • yellow value is 26.19%
  • key color value is 50.59%
CMYK:
(23,0,26,51)
C23M0Y26K51 
(23%,0%,26%,51%)
(0.23/0.00/0.26/0.51)	

CMYK percentages

%23.02
%0
%26.19
%50.59

Codes

Color #617E5D in popluar color models

617E5D
RGB9712693
HSL113°15.07%42.94%
HSB/HSV113°26.19%49.41%
CMYK23.02%0.00%26.19%
50.59%

Color #617E5D in popluar number systems.

HEX617E5D
Decimal9712693
Binary110000111111101011101
Octal141176135

Shades and tints

Shades of #617E5D

#617E5D
(97,126,93)
#597355
(89,115,85)
#51684D
(81,104,77)
#495D45
(73,93,69)
#41523D
(65,82,61)
#394735
(57,71,53)
#313C2D
(49,60,45)
#293125
(41,49,37)
#21261D
(33,38,29)
#191B15
(25,27,21)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #617E5D

#617E5D
(97,126,93)
#6F896B
(111,137,107)
#7D9479
(125,148,121)
#8B9F87
(139,159,135)
#99AA95
(153,170,149)
#A7B5A3
(167,181,163)
#B5C0B1
(181,192,177)
#C3CBBF
(195,203,191)
#D1D6CD
(209,214,205)
#DFE1DB
(223,225,219)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617E5D; }

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

This text font color is #617E5D.


Background Color

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

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

This div background color is #617E5D.


Border color

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

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

This div border color is #617E5D.


Opacity

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

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

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

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

This text has shadow with #617E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617E5D on black background.


Color preview on white background

This text has color #617E5D on white background.



Black color preview on #617E5D background

This text has black color on #617E5D background.


White color preview on #617E5D background

This text has white color on #617E5D background.