COLOR #61685E

HEX: #61685E
RGB: (97,104,94)

Color info

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

RGB color model

#61685E color RGB value is (97,104,94).

  • red value is 97;
  • green value is 104;
  • blue value is 94.
RGB:
(97,104,94)
(38%,41%,37%)

RGB channels and saturation

R 97 of 255 = 38%
G 104 of 255 = 41%
B 94 of 255 = 37%

97
104
94

R + G + B ~ 39%. #61685E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 104 + 94 = 295 (100%)
R 97 of 295 ~ 32.88%
G 104 of 295 ~ 35.25%
B 94 of 295 ~ 31.86%

%32.88
%35.25
%31.86

CMYK color model

#61685E color CMYK value is (7,0,10,59).

  • cyan value is 6.73%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 59.22%
CMYK:
(7,0,10,59)
C7M0Y10K59 
(7%,0%,10%,59%)
(0.07/0.00/0.10/0.59)	

CMYK percentages

%6.73
%0
%9.62
%59.22

Codes

Color #61685E in popluar color models

61685E
RGB9710494
HSL102°5.05%38.82%
HSB/HSV102°9.62%40.78%
CMYK6.73%0.00%9.62%
59.22%

Color #61685E in popluar number systems.

HEX61685E
Decimal9710494
Binary110000111010001011110
Octal141150136

Shades and tints

Shades of #61685E

#61685E
(97,104,94)
#595F56
(89,95,86)
#51564E
(81,86,78)
#494D46
(73,77,70)
#41443E
(65,68,62)
#393B36
(57,59,54)
#31322E
(49,50,46)
#292926
(41,41,38)
#21201E
(33,32,30)
#191716
(25,23,22)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #61685E

#61685E
(97,104,94)
#6F756C
(111,117,108)
#7D827A
(125,130,122)
#8B8F88
(139,143,136)
#999C96
(153,156,150)
#A7A9A4
(167,169,164)
#B5B6B2
(181,182,178)
#C3C3C0
(195,195,192)
#D1D0CE
(209,208,206)
#DFDDDC
(223,221,220)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61685E color. Also use rgb(97,104,94) instead hex code.

Text Font Color

.myTextColor { color: #61685E; }

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

This text font color is #61685E.


Background Color

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

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

This div background color is #61685E.


Border color

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

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

This div border color is #61685E.


Opacity

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

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

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

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

This text has shadow with #61685E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61685E on black background.


Color preview on white background

This text has color #61685E on white background.



Black color preview on #61685E background

This text has black color on #61685E background.


White color preview on #61685E background

This text has white color on #61685E background.