COLOR #61646D

HEX: #61646D RGB: (97,100,109)

Color info

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

RGB color model

#61646D color RGB value is (97,100,109).

RGB: (97,100,109) (38%, 39%, 43%)

RGB channels and saturation

R 97 of 255 = 38%
G 100 of 255 = 39%
B 109 of 255 = 43%

97
100
109

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

Portions of RGB colors in percentages

R + G + B = 97 + 100 + 109 = 306 (100%)
R 97 of 306 ~ 31.7%
G 100 of 306 ~ 32.68%
B 109 of 306 ~ 35.62'%

%31.7
%32.68
%35.62

CMYK color model

#61646D color CMYK value is (11,8,0,57).

  • cyan value is 11.01%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (11,8,0,57)
C11M8Y0K57 (11%, 8%, 0%, 57%)
(0.11 / 0.08 / 0.00 / 0.57)

CMYK percentages

%11.01
%8.26
%0
%57.25

Codes

Color #61646D in popluar color models

61 64 6D
RGB 97 100 109
HSL 225° 5.83% 40.39%
HSB/HSV 225° 11.01% 42.75%
CMYK 11.01% 8.26% 0.00%
57.25%

Color #61646D in popluar number systems.

HEX 61 64 6D
Decimal 97 100 109
Binary 1100001 1100100 1101101
Octal 141 144 155

Shades and tints

Shades of #61646D

#61646D
(97,100,109)
#595B64
(89,91,100)
#51525B
(81,82,91)
#494952
(73,73,82)
#414049
(65,64,73)
#393740
(57,55,64)
#312E37
(49,46,55)
#29252E
(41,37,46)
#211C25
(33,28,37)
#19131C
(25,19,28)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #61646D

#61646D
(97,100,109)
#6F727A
(111,114,122)
#7D8087
(125,128,135)
#8B8E94
(139,142,148)
#999CA1
(153,156,161)
#A7AAAE
(167,170,174)
#B5B8BB
(181,184,187)
#C3C6C8
(195,198,200)
#D1D4D5
(209,212,213)
#DFE2E2
(223,226,226)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61646D color. Also use rgb(97,100,109) instead hex code.

Text Font Color

.myTextColor { color: #61646D; }

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

This text font color is #61646D.

Background Color

.myBgColor { background-color: #61646D; }

<div style="background-color:#61646D">Inner text</div>

This div background color is #61646D.

Border color

.myBorderColor { border: 1px solid #61646D; }

<div style="border:3px solid #61646D">Div</div>

This div border color is #61646D.

Opacity

.myOpacity80 { color: #61646D; opacity: 0.8; }

<p style="color:#61646D;opacity:0.8;">80%</p>

Text with #61646D 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 #61646D;}

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

This text has shadow with #61646D color.


.textShadow {text-shadow: 3px 3px 1px #61646D', 3px 3px 1px red;}

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

This text has shadow with #61646D primary color and red secondary color.


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

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

This text has shadow with #61646D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #61646D; -webkit-box-shadow: 1px 1px 3px 2px #61646D; box-shadow:1px 1px 3px 2px #61646D;">
Div content here
</div>

This div box has shadow with color #61646D.

Preview

Color preview on black background

This text has color #61646D on black background.


Color preview on white background

This text has color #61646D on white background.


Black color preview on #61646D background

This text has black color on #61646D background.


White color preview on #61646D background

This text has white color on #61646D background.


Related colors

Complementary color

Complementary color for #hex is #9E9B92.


I love getcolorcode.com

Triadic colors

1 #6D6164 and #646D61 with #61646D are triadic colors.

2 #6D6461 and #64616D with #61646D are triadic colors.