COLOR #617967

HEX: #617967
RGB: (97,121,103)

Color info

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

RGB color model

#617967 color RGB value is (97,121,103).

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

RGB channels and saturation

R 97 of 255 = 38%
G 121 of 255 = 47%
B 103 of 255 = 40%

97
121
103

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

Portions of RGB colors in percentages

R + G + B =
97 + 121 + 103 = 321 (100%)
R 97 of 321 ~ 30.22%
G 121 of 321 ~ 37.69%
B 103 of 321 ~ 32.09%

%30.22
%37.69
%32.09

CMYK color model

#617967 color CMYK value is (20,0,15,53).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 52.55%
CMYK:
(20,0,15,53)
C20M0Y15K53 
(20%,0%,15%,53%)
(0.20/0.00/0.15/0.53)	

CMYK percentages

%19.83
%0
%14.88
%52.55

Codes

Color #617967 in popluar color models

617967
RGB97121103
HSL135°11.01%42.75%
HSB/HSV135°19.83%47.45%
CMYK19.83%0.00%14.88%
52.55%

Color #617967 in popluar number systems.

HEX617967
Decimal97121103
Binary110000111110011100111
Octal141171147

Shades and tints

Shades of #617967

#617967
(97,121,103)
#596E5E
(89,110,94)
#516355
(81,99,85)
#49584C
(73,88,76)
#414D43
(65,77,67)
#39423A
(57,66,58)
#313731
(49,55,49)
#292C28
(41,44,40)
#21211F
(33,33,31)
#191616
(25,22,22)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #617967

#617967
(97,121,103)
#6F8574
(111,133,116)
#7D9181
(125,145,129)
#8B9D8E
(139,157,142)
#99A99B
(153,169,155)
#A7B5A8
(167,181,168)
#B5C1B5
(181,193,181)
#C3CDC2
(195,205,194)
#D1D9CF
(209,217,207)
#DFE5DC
(223,229,220)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617967; }

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

This text font color is #617967.


Background Color

.myBgColor { background-color: #617967; }

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

This div background color is #617967.


Border color

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

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

This div border color is #617967.


Opacity

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

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

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

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

This text has shadow with #617967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617967 on black background.


Color preview on white background

This text has color #617967 on white background.



Black color preview on #617967 background

This text has black color on #617967 background.


White color preview on #617967 background

This text has white color on #617967 background.