COLOR #61776C

HEX: #61776C
RGB: (97,119,108)

Color info

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

RGB color model

#61776C color RGB value is (97,119,108).

  • red value is 97;
  • green value is 119;
  • blue value is 108.
RGB:
(97,119,108)
(38%,47%,42%)

RGB channels and saturation

R 97 of 255 = 38%
G 119 of 255 = 47%
B 108 of 255 = 42%

97
119
108

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

Portions of RGB colors in percentages

R + G + B =
97 + 119 + 108 = 324 (100%)
R 97 of 324 ~ 29.94%
G 119 of 324 ~ 36.73%
B 108 of 324 ~ 33.33%

%29.94
%36.73
%33.33

CMYK color model

#61776C color CMYK value is (18,0,9,53).

  • cyan value is 18.49%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 53.33%
CMYK:
(18,0,9,53)
C18M0Y9K53 
(18%,0%,9%,53%)
(0.18/0.00/0.09/0.53)	

CMYK percentages

%18.49
%0
%9.24
%53.33

Codes

Color #61776C in popluar color models

61776C
RGB97119108
HSL150°10.19%42.35%
HSB/HSV150°18.49%46.67%
CMYK18.49%0.00%9.24%
53.33%

Color #61776C in popluar number systems.

HEX61776C
Decimal97119108
Binary110000111101111101100
Octal141167154

Shades and tints

Shades of #61776C

#61776C
(97,119,108)
#596D63
(89,109,99)
#51635A
(81,99,90)
#495951
(73,89,81)
#414F48
(65,79,72)
#39453F
(57,69,63)
#313B36
(49,59,54)
#29312D
(41,49,45)
#212724
(33,39,36)
#191D1B
(25,29,27)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #61776C

#61776C
(97,119,108)
#6F8379
(111,131,121)
#7D8F86
(125,143,134)
#8B9B93
(139,155,147)
#99A7A0
(153,167,160)
#A7B3AD
(167,179,173)
#B5BFBA
(181,191,186)
#C3CBC7
(195,203,199)
#D1D7D4
(209,215,212)
#DFE3E1
(223,227,225)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61776C color. Also use rgb(97,119,108) instead hex code.

Text Font Color

.myTextColor { color: #61776C; }

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

This text font color is #61776C.


Background Color

.myBgColor { background-color: #61776C; }

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

This div background color is #61776C.


Border color

.myBorderColor { border: 1px solid #61776C; }

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

This div border color is #61776C.


Opacity

.myOpacity80 { color: #61776C; opacity: 0.8; }

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

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

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

This text has shadow with #61776C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61776C on black background.


Color preview on white background

This text has color #61776C on white background.



Black color preview on #61776C background

This text has black color on #61776C background.


White color preview on #61776C background

This text has white color on #61776C background.