COLOR #617969

HEX: #617969
RGB: (97,121,105)

Color info

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

RGB color model

#617969 color RGB value is (97,121,105).

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

RGB channels and saturation

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

97
121
105

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

Portions of RGB colors in percentages

R + G + B =
97 + 121 + 105 = 323 (100%)
R 97 of 323 ~ 30.03%
G 121 of 323 ~ 37.46%
B 105 of 323 ~ 32.51%

%30.03
%37.46
%32.51

CMYK color model

#617969 color CMYK value is (20,0,13,53).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 13.22%
  • key color value is 52.55%
CMYK:
(20,0,13,53)
C20M0Y13K53 
(20%,0%,13%,53%)
(0.20/0.00/0.13/0.53)	

CMYK percentages

%19.83
%0
%13.22
%52.55

Codes

Color #617969 in popluar color models

617969
RGB97121105
HSL140°11.01%42.75%
HSB/HSV140°19.83%47.45%
CMYK19.83%0.00%13.22%
52.55%

Color #617969 in popluar number systems.

HEX617969
Decimal97121105
Binary110000111110011101001
Octal141171151

Shades and tints

Shades of #617969

#617969
(97,121,105)
#596E60
(89,110,96)
#516357
(81,99,87)
#49584E
(73,88,78)
#414D45
(65,77,69)
#39423C
(57,66,60)
#313733
(49,55,51)
#292C2A
(41,44,42)
#212121
(33,33,33)
#191618
(25,22,24)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #617969

#617969
(97,121,105)
#6F8576
(111,133,118)
#7D9183
(125,145,131)
#8B9D90
(139,157,144)
#99A99D
(153,169,157)
#A7B5AA
(167,181,170)
#B5C1B7
(181,193,183)
#C3CDC4
(195,205,196)
#D1D9D1
(209,217,209)
#DFE5DE
(223,229,222)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #617969; }

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

This text font color is #617969.


Background Color

.myBgColor { background-color: #617969; }

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

This div background color is #617969.


Border color

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

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

This div border color is #617969.


Opacity

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

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

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

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

This text has shadow with #617969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617969 on black background.


Color preview on white background

This text has color #617969 on white background.



Black color preview on #617969 background

This text has black color on #617969 background.


White color preview on #617969 background

This text has white color on #617969 background.