COLOR #61636F

HEX: #61636F
RGB: (97,99,111)

Color info

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

RGB color model

#61636F color RGB value is (97,99,111).

  • red value is 97;
  • green value is 99;
  • blue value is 111.
RGB:
(97,99,111)
(38%,39%,44%)

RGB channels and saturation

R 97 of 255 = 38%
G 99 of 255 = 39%
B 111 of 255 = 44%

97
99
111

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

Portions of RGB colors in percentages

R + G + B =
97 + 99 + 111 = 307 (100%)
R 97 of 307 ~ 31.6%
G 99 of 307 ~ 32.25%
B 111 of 307 ~ 36.16%

%31.6
%32.25
%36.16

CMYK color model

#61636F color CMYK value is (13,11,0,56).

  • cyan value is 12.61%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(13,11,0,56)
C13M11Y0K56 
(13%,11%,0%,56%)
(0.13/0.11/0.00/0.56)	

CMYK percentages

%12.61
%10.81
%0
%56.47

Codes

Color #61636F in popluar color models

61636F
RGB9799111
HSL231°6.73%40.78%
HSB/HSV231°12.61%43.53%
CMYK12.61%10.81%0.00%
56.47%

Color #61636F in popluar number systems.

HEX61636F
Decimal9799111
Binary110000111000111101111
Octal141143157

Shades and tints

Shades of #61636F

#61636F
(97,99,111)
#595A65
(89,90,101)
#51515B
(81,81,91)
#494851
(73,72,81)
#413F47
(65,63,71)
#39363D
(57,54,61)
#312D33
(49,45,51)
#292429
(41,36,41)
#211B1F
(33,27,31)
#191215
(25,18,21)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #61636F

#61636F
(97,99,111)
#6F717C
(111,113,124)
#7D7F89
(125,127,137)
#8B8D96
(139,141,150)
#999BA3
(153,155,163)
#A7A9B0
(167,169,176)
#B5B7BD
(181,183,189)
#C3C5CA
(195,197,202)
#D1D3D7
(209,211,215)
#DFE1E4
(223,225,228)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61636F color. Also use rgb(97,99,111) instead hex code.

Text Font Color

.myTextColor { color: #61636F; }

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

This text font color is #61636F.


Background Color

.myBgColor { background-color: #61636F; }

<div style="background-color:#61636F">Inner text</div>

This div background color is #61636F.


Border color

.myBorderColor { border: 1px solid #61636F; }

<div style="border:3px solid #61636F">Div</div>

This div border color is #61636F.


Opacity

.myOpacity80 { color: #61636F; opacity: 0.8; }

<p style="color:#61636F;opacity:0.8;">80%</p>

Text with #61636F 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 #61636F;}

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

This text has shadow with #61636F color.

.textShadow {text-shadow: 3px 3px 1px #61636F, 3px 3px 1px red;}

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

This text has shadow with #61636F primary color and red secondary color.


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

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

This text has shadow with #61636F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61636F on black background.


Color preview on white background

This text has color #61636F on white background.



Black color preview on #61636F background

This text has black color on #61636F background.


White color preview on #61636F background

This text has white color on #61636F background.