COLOR #617869

HEX: #617869
RGB: (97,120,105)

Color info

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

RGB color model

#617869 color RGB value is (97,120,105).

  • red value is 97;
  • green value is 120;
  • blue value is 105.
RGB:
(97,120,105)
(38%,47%,41%)

RGB channels and saturation

R 97 of 255 = 38%
G 120 of 255 = 47%
B 105 of 255 = 41%

97
120
105

R + G + B ~ 42%. #617869 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 120 + 105 = 322 (100%)
R 97 of 322 ~ 30.12%
G 120 of 322 ~ 37.27%
B 105 of 322 ~ 32.61%

%30.12
%37.27
%32.61

CMYK color model

#617869 color CMYK value is (19,0,13,53).

  • cyan value is 19.17%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 52.94%
CMYK:
(19,0,13,53)
C19M0Y13K53 
(19%,0%,13%,53%)
(0.19/0.00/0.13/0.53)	

CMYK percentages

%19.17
%0
%12.5
%52.94

Codes

Color #617869 in popluar color models

617869
RGB97120105
HSL141°10.60%42.55%
HSB/HSV141°19.17%47.06%
CMYK19.17%0.00%12.50%
52.94%

Color #617869 in popluar number systems.

HEX617869
Decimal97120105
Binary110000111110001101001
Octal141170151

Shades and tints

Shades of #617869

#617869
(97,120,105)
#596E60
(89,110,96)
#516457
(81,100,87)
#495A4E
(73,90,78)
#415045
(65,80,69)
#39463C
(57,70,60)
#313C33
(49,60,51)
#29322A
(41,50,42)
#212821
(33,40,33)
#191E18
(25,30,24)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #617869

#617869
(97,120,105)
#6F8476
(111,132,118)
#7D9083
(125,144,131)
#8B9C90
(139,156,144)
#99A89D
(153,168,157)
#A7B4AA
(167,180,170)
#B5C0B7
(181,192,183)
#C3CCC4
(195,204,196)
#D1D8D1
(209,216,209)
#DFE4DE
(223,228,222)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617869 color. Also use rgb(97,120,105) instead hex code.

Text Font Color

.myTextColor { color: #617869; }

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

This text font color is #617869.


Background Color

.myBgColor { background-color: #617869; }

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

This div background color is #617869.


Border color

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

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

This div border color is #617869.


Opacity

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

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

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

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

This text has shadow with #617869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617869 on black background.


Color preview on white background

This text has color #617869 on white background.



Black color preview on #617869 background

This text has black color on #617869 background.


White color preview on #617869 background

This text has white color on #617869 background.