COLOR #617255

HEX: #617255
RGB: (97,114,85)

Color info

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

RGB color model

#617255 color RGB value is (97,114,85).

  • red value is 97;
  • green value is 114;
  • blue value is 85.
RGB:
(97,114,85)
(38%,45%,33%)

RGB channels and saturation

R 97 of 255 = 38%
G 114 of 255 = 45%
B 85 of 255 = 33%

97
114
85

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

Portions of RGB colors in percentages

R + G + B =
97 + 114 + 85 = 296 (100%)
R 97 of 296 ~ 32.77%
G 114 of 296 ~ 38.51%
B 85 of 296 ~ 28.72%

%32.77
%38.51
%28.72

CMYK color model

#617255 color CMYK value is (15,0,25,55).

  • cyan value is 14.91%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 55.29%
CMYK:
(15,0,25,55)
C15M0Y25K55 
(15%,0%,25%,55%)
(0.15/0.00/0.25/0.55)	

CMYK percentages

%14.91
%0
%25.44
%55.29

Codes

Color #617255 in popluar color models

617255
RGB9711485
HSL95°14.57%39.02%
HSB/HSV95°25.44%44.71%
CMYK14.91%0.00%25.44%
55.29%

Color #617255 in popluar number systems.

HEX617255
Decimal9711485
Binary110000111100101010101
Octal141162125

Shades and tints

Shades of #617255

#617255
(97,114,85)
#59684E
(89,104,78)
#515E47
(81,94,71)
#495440
(73,84,64)
#414A39
(65,74,57)
#394032
(57,64,50)
#31362B
(49,54,43)
#292C24
(41,44,36)
#21221D
(33,34,29)
#191816
(25,24,22)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #617255

#617255
(97,114,85)
#6F7E64
(111,126,100)
#7D8A73
(125,138,115)
#8B9682
(139,150,130)
#99A291
(153,162,145)
#A7AEA0
(167,174,160)
#B5BAAF
(181,186,175)
#C3C6BE
(195,198,190)
#D1D2CD
(209,210,205)
#DFDEDC
(223,222,220)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617255 color. Also use rgb(97,114,85) instead hex code.

Text Font Color

.myTextColor { color: #617255; }

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

This text font color is #617255.


Background Color

.myBgColor { background-color: #617255; }

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

This div background color is #617255.


Border color

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

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

This div border color is #617255.


Opacity

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

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

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

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

This text has shadow with #617255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617255 on black background.


Color preview on white background

This text has color #617255 on white background.



Black color preview on #617255 background

This text has black color on #617255 background.


White color preview on #617255 background

This text has white color on #617255 background.