COLOR #61686C

HEX: #61686C
RGB: (97,104,108)

Color info

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

RGB color model

#61686C color RGB value is (97,104,108).

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

RGB channels and saturation

R 97 of 255 = 38%
G 104 of 255 = 41%
B 108 of 255 = 42%

97
104
108

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

Portions of RGB colors in percentages

R + G + B =
97 + 104 + 108 = 309 (100%)
R 97 of 309 ~ 31.39%
G 104 of 309 ~ 33.66%
B 108 of 309 ~ 34.95%

%31.39
%33.66
%34.95

CMYK color model

#61686C color CMYK value is (10,4,0,58).

  • cyan value is 10.19%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(10,4,0,58)
C10M4Y0K58 
(10%,4%,0%,58%)
(0.10/0.04/0.00/0.58)	

CMYK percentages

%10.19
%3.7
%0
%57.65

Codes

Color #61686C in popluar color models

61686C
RGB97104108
HSL202°5.37%40.20%
HSB/HSV202°10.19%42.35%
CMYK10.19%3.70%0.00%
57.65%

Color #61686C in popluar number systems.

HEX61686C
Decimal97104108
Binary110000111010001101100
Octal141150154

Shades and tints

Shades of #61686C

#61686C
(97,104,108)
#595F63
(89,95,99)
#51565A
(81,86,90)
#494D51
(73,77,81)
#414448
(65,68,72)
#393B3F
(57,59,63)
#313236
(49,50,54)
#29292D
(41,41,45)
#212024
(33,32,36)
#19171B
(25,23,27)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #61686C

#61686C
(97,104,108)
#6F7579
(111,117,121)
#7D8286
(125,130,134)
#8B8F93
(139,143,147)
#999CA0
(153,156,160)
#A7A9AD
(167,169,173)
#B5B6BA
(181,182,186)
#C3C3C7
(195,195,199)
#D1D0D4
(209,208,212)
#DFDDE1
(223,221,225)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61686C; }

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

This text font color is #61686C.


Background Color

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

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

This div background color is #61686C.


Border color

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

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

This div border color is #61686C.


Opacity

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

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

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

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

This text has shadow with #61686C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61686C on black background.


Color preview on white background

This text has color #61686C on white background.



Black color preview on #61686C background

This text has black color on #61686C background.


White color preview on #61686C background

This text has white color on #61686C background.