COLOR #61776E

HEX: #61776E
RGB: (97,119,110)

Color info

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

RGB color model

#61776E color RGB value is (97,119,110).

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

RGB channels and saturation

R 97 of 255 = 38%
G 119 of 255 = 47%
B 110 of 255 = 43%

97
119
110

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

Portions of RGB colors in percentages

R + G + B =
97 + 119 + 110 = 326 (100%)
R 97 of 326 ~ 29.75%
G 119 of 326 ~ 36.5%
B 110 of 326 ~ 33.74%

%29.75
%36.5
%33.74

CMYK color model

#61776E color CMYK value is (18,0,8,53).

  • cyan value is 18.49%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 53.33%
CMYK:
(18,0,8,53)
C18M0Y8K53 
(18%,0%,8%,53%)
(0.18/0.00/0.08/0.53)	

CMYK percentages

%18.49
%0
%7.56
%53.33

Codes

Color #61776E in popluar color models

61776E
RGB97119110
HSL155°10.19%42.35%
HSB/HSV155°18.49%46.67%
CMYK18.49%0.00%7.56%
53.33%

Color #61776E in popluar number systems.

HEX61776E
Decimal97119110
Binary110000111101111101110
Octal141167156

Shades and tints

Shades of #61776E

#61776E
(97,119,110)
#596D64
(89,109,100)
#51635A
(81,99,90)
#495950
(73,89,80)
#414F46
(65,79,70)
#39453C
(57,69,60)
#313B32
(49,59,50)
#293128
(41,49,40)
#21271E
(33,39,30)
#191D14
(25,29,20)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #61776E

#61776E
(97,119,110)
#6F837B
(111,131,123)
#7D8F88
(125,143,136)
#8B9B95
(139,155,149)
#99A7A2
(153,167,162)
#A7B3AF
(167,179,175)
#B5BFBC
(181,191,188)
#C3CBC9
(195,203,201)
#D1D7D6
(209,215,214)
#DFE3E3
(223,227,227)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61776E; }

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

This text font color is #61776E.


Background Color

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

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

This div background color is #61776E.


Border color

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

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

This div border color is #61776E.


Opacity

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

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

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

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

This text has shadow with #61776E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61776E on black background.


Color preview on white background

This text has color #61776E on white background.



Black color preview on #61776E background

This text has black color on #61776E background.


White color preview on #61776E background

This text has white color on #61776E background.