COLOR #61764E

HEX: #61764E
RGB: (97,118,78)

Color info

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

RGB color model

#61764E color RGB value is (97,118,78).

  • red value is 97;
  • green value is 118;
  • blue value is 78.
RGB:
(97,118,78)
(38%,46%,31%)

RGB channels and saturation

R 97 of 255 = 38%
G 118 of 255 = 46%
B 78 of 255 = 31%

97
118
78

R + G + B ~ 38%. #61764E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 118 + 78 = 293 (100%)
R 97 of 293 ~ 33.11%
G 118 of 293 ~ 40.27%
B 78 of 293 ~ 26.62%

%33.11
%40.27
%26.62

CMYK color model

#61764E color CMYK value is (18,0,34,54).

  • cyan value is 17.80%
  • magenta value is 0.00%
  • yellow value is 33.90%
  • key color value is 53.73%
CMYK:
(18,0,34,54)
C18M0Y34K54 
(18%,0%,34%,54%)
(0.18/0.00/0.34/0.54)	

CMYK percentages

%17.8
%0
%33.9
%53.73

Codes

Color #61764E in popluar color models

61764E
RGB9711878
HSL92°20.41%38.43%
HSB/HSV92°33.90%46.27%
CMYK17.80%0.00%33.90%
53.73%

Color #61764E in popluar number systems.

HEX61764E
Decimal9711878
Binary110000111101101001110
Octal141166116

Shades and tints

Shades of #61764E

#61764E
(97,118,78)
#596C47
(89,108,71)
#516240
(81,98,64)
#495839
(73,88,57)
#414E32
(65,78,50)
#39442B
(57,68,43)
#313A24
(49,58,36)
#29301D
(41,48,29)
#212616
(33,38,22)
#191C0F
(25,28,15)
#111208
(17,18,8)
#000000
(0,0,0)

Tints of #61764E

#61764E
(97,118,78)
#6F825E
(111,130,94)
#7D8E6E
(125,142,110)
#8B9A7E
(139,154,126)
#99A68E
(153,166,142)
#A7B29E
(167,178,158)
#B5BEAE
(181,190,174)
#C3CABE
(195,202,190)
#D1D6CE
(209,214,206)
#DFE2DE
(223,226,222)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61764E color. Also use rgb(97,118,78) instead hex code.

Text Font Color

.myTextColor { color: #61764E; }

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

This text font color is #61764E.


Background Color

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

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

This div background color is #61764E.


Border color

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

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

This div border color is #61764E.


Opacity

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

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

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

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

This text has shadow with #61764E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61764E on black background.


Color preview on white background

This text has color #61764E on white background.



Black color preview on #61764E background

This text has black color on #61764E background.


White color preview on #61764E background

This text has white color on #61764E background.