COLOR #617968

HEX: #617968
RGB: (97,121,104)

Color info

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

RGB color model

#617968 color RGB value is (97,121,104).

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

RGB channels and saturation

R 97 of 255 = 38%
G 121 of 255 = 47%
B 104 of 255 = 41%

97
121
104

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

Portions of RGB colors in percentages

R + G + B =
97 + 121 + 104 = 322 (100%)
R 97 of 322 ~ 30.12%
G 121 of 322 ~ 37.58%
B 104 of 322 ~ 32.3%

%30.12
%37.58
%32.3

CMYK color model

#617968 color CMYK value is (20,0,14,53).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 14.05%
  • key color value is 52.55%
CMYK:
(20,0,14,53)
C20M0Y14K53 
(20%,0%,14%,53%)
(0.20/0.00/0.14/0.53)	

CMYK percentages

%19.83
%0
%14.05
%52.55

Codes

Color #617968 in popluar color models

617968
RGB97121104
HSL138°11.01%42.75%
HSB/HSV138°19.83%47.45%
CMYK19.83%0.00%14.05%
52.55%

Color #617968 in popluar number systems.

HEX617968
Decimal97121104
Binary110000111110011101000
Octal141171150

Shades and tints

Shades of #617968

#617968
(97,121,104)
#596E5F
(89,110,95)
#516356
(81,99,86)
#49584D
(73,88,77)
#414D44
(65,77,68)
#39423B
(57,66,59)
#313732
(49,55,50)
#292C29
(41,44,41)
#212120
(33,33,32)
#191617
(25,22,23)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #617968

#617968
(97,121,104)
#6F8575
(111,133,117)
#7D9182
(125,145,130)
#8B9D8F
(139,157,143)
#99A99C
(153,169,156)
#A7B5A9
(167,181,169)
#B5C1B6
(181,193,182)
#C3CDC3
(195,205,195)
#D1D9D0
(209,217,208)
#DFE5DD
(223,229,221)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617968 color. Also use rgb(97,121,104) instead hex code.

Text Font Color

.myTextColor { color: #617968; }

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

This text font color is #617968.


Background Color

.myBgColor { background-color: #617968; }

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

This div background color is #617968.


Border color

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

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

This div border color is #617968.


Opacity

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

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

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

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

This text has shadow with #617968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617968 on black background.


Color preview on white background

This text has color #617968 on white background.



Black color preview on #617968 background

This text has black color on #617968 background.


White color preview on #617968 background

This text has white color on #617968 background.