COLOR #617457

HEX: #617457
RGB: (97,116,87)

Color info

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

RGB color model

#617457 color RGB value is (97,116,87).

  • red value is 97;
  • green value is 116;
  • blue value is 87.
RGB:
(97,116,87)
(38%,45%,34%)

RGB channels and saturation

R 97 of 255 = 38%
G 116 of 255 = 45%
B 87 of 255 = 34%

97
116
87

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

Portions of RGB colors in percentages

R + G + B =
97 + 116 + 87 = 300 (100%)
R 97 of 300 ~ 32.33%
G 116 of 300 ~ 38.67%
B 87 of 300 ~ 29%

%32.33
%38.67
%29

CMYK color model

#617457 color CMYK value is (16,0,25,55).

  • cyan value is 16.38%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 54.51%
CMYK:
(16,0,25,55)
C16M0Y25K55 
(16%,0%,25%,55%)
(0.16/0.00/0.25/0.55)	

CMYK percentages

%16.38
%0
%25
%54.51

Codes

Color #617457 in popluar color models

617457
RGB9711687
HSL99°14.29%39.80%
HSB/HSV99°25.00%45.49%
CMYK16.38%0.00%25.00%
54.51%

Color #617457 in popluar number systems.

HEX617457
Decimal9711687
Binary110000111101001010111
Octal141164127

Shades and tints

Shades of #617457

#617457
(97,116,87)
#596A50
(89,106,80)
#516049
(81,96,73)
#495642
(73,86,66)
#414C3B
(65,76,59)
#394234
(57,66,52)
#31382D
(49,56,45)
#292E26
(41,46,38)
#21241F
(33,36,31)
#191A18
(25,26,24)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #617457

#617457
(97,116,87)
#6F8066
(111,128,102)
#7D8C75
(125,140,117)
#8B9884
(139,152,132)
#99A493
(153,164,147)
#A7B0A2
(167,176,162)
#B5BCB1
(181,188,177)
#C3C8C0
(195,200,192)
#D1D4CF
(209,212,207)
#DFE0DE
(223,224,222)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617457 color. Also use rgb(97,116,87) instead hex code.

Text Font Color

.myTextColor { color: #617457; }

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

This text font color is #617457.


Background Color

.myBgColor { background-color: #617457; }

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

This div background color is #617457.


Border color

.myBorderColor { border: 1px solid #617457; }

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

This div border color is #617457.


Opacity

.myOpacity80 { color: #617457; opacity: 0.8; }

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

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

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

This text has shadow with #617457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617457 on black background.


Color preview on white background

This text has color #617457 on white background.



Black color preview on #617457 background

This text has black color on #617457 background.


White color preview on #617457 background

This text has white color on #617457 background.