COLOR #61685B

HEX: #61685B
RGB: (97,104,91)

Color info

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

RGB color model

#61685B color RGB value is (97,104,91).

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

RGB channels and saturation

R 97 of 255 = 38%
G 104 of 255 = 41%
B 91 of 255 = 36%

97
104
91

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

Portions of RGB colors in percentages

R + G + B =
97 + 104 + 91 = 292 (100%)
R 97 of 292 ~ 33.22%
G 104 of 292 ~ 35.62%
B 91 of 292 ~ 31.16%

%33.22
%35.62
%31.16

CMYK color model

#61685B color CMYK value is (7,0,13,59).

  • cyan value is 6.73%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 59.22%
CMYK:
(7,0,13,59)
C7M0Y13K59 
(7%,0%,13%,59%)
(0.07/0.00/0.13/0.59)	

CMYK percentages

%6.73
%0
%12.5
%59.22

Codes

Color #61685B in popluar color models

61685B
RGB9710491
HSL92°6.67%38.24%
HSB/HSV92°12.50%40.78%
CMYK6.73%0.00%12.50%
59.22%

Color #61685B in popluar number systems.

HEX61685B
Decimal9710491
Binary110000111010001011011
Octal141150133

Shades and tints

Shades of #61685B

#61685B
(97,104,91)
#595F53
(89,95,83)
#51564B
(81,86,75)
#494D43
(73,77,67)
#41443B
(65,68,59)
#393B33
(57,59,51)
#31322B
(49,50,43)
#292923
(41,41,35)
#21201B
(33,32,27)
#191713
(25,23,19)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #61685B

#61685B
(97,104,91)
#6F7569
(111,117,105)
#7D8277
(125,130,119)
#8B8F85
(139,143,133)
#999C93
(153,156,147)
#A7A9A1
(167,169,161)
#B5B6AF
(181,182,175)
#C3C3BD
(195,195,189)
#D1D0CB
(209,208,203)
#DFDDD9
(223,221,217)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61685B; }

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

This text font color is #61685B.


Background Color

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

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

This div background color is #61685B.


Border color

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

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

This div border color is #61685B.


Opacity

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

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

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

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

This text has shadow with #61685B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61685B on black background.


Color preview on white background

This text has color #61685B on white background.



Black color preview on #61685B background

This text has black color on #61685B background.


White color preview on #61685B background

This text has white color on #61685B background.