COLOR #61647D

HEX: #61647D RGB: (97,100,125)

Color info

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

RGB color model

#61647D color RGB value is (97,100,125).

RGB: (97,100,125) (38%, 39%, 49%)

RGB channels and saturation

R 97 of 255 = 38%
G 100 of 255 = 39%
B 125 of 255 = 49%

97
100
125

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

Portions of RGB colors in percentages

R + G + B = 97 + 100 + 125 = 322 (100%)
R 97 of 322 ~ 30.12%
G 100 of 322 ~ 31.06%
B 125 of 322 ~ 38.82'%

%30.12
%31.06
%38.82

CMYK color model

#61647D color CMYK value is (22,20,0,51).

  • cyan value is 22.40%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (22,20,0,51)
C22M20Y0K51 (22%, 20%, 0%, 51%)
(0.22 / 0.20 / 0.00 / 0.51)

CMYK percentages

%22.4
%20
%0
%50.98

Codes

Color #61647D in popluar color models

61 64 7D
RGB 97 100 125
HSL 234° 12.61% 43.53%
HSB/HSV 234° 22.40% 49.02%
CMYK 22.40% 20.00% 0.00%
50.98%

Color #61647D in popluar number systems.

HEX 61 64 7D
Decimal 97 100 125
Binary 1100001 1100100 1111101
Octal 141 144 175

Shades and tints

Shades of #61647D

#61647D
(97,100,125)
#595B72
(89,91,114)
#515267
(81,82,103)
#49495C
(73,73,92)
#414051
(65,64,81)
#393746
(57,55,70)
#312E3B
(49,46,59)
#292530
(41,37,48)
#211C25
(33,28,37)
#19131A
(25,19,26)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #61647D

#61647D
(97,100,125)
#6F7288
(111,114,136)
#7D8093
(125,128,147)
#8B8E9E
(139,142,158)
#999CA9
(153,156,169)
#A7AAB4
(167,170,180)
#B5B8BF
(181,184,191)
#C3C6CA
(195,198,202)
#D1D4D5
(209,212,213)
#DFE2E0
(223,226,224)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61647D; }

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

This text font color is #61647D.

Background Color

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

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

This div background color is #61647D.

Border color

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

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

This div border color is #61647D.

Opacity

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

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

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

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

This text has shadow with #61647D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61647D.

Preview

Color preview on black background

This text has color #61647D on black background.


Color preview on white background

This text has color #61647D on white background.


Black color preview on #61647D background

This text has black color on #61647D background.


White color preview on #61647D background

This text has white color on #61647D background.


Related colors

Complementary color

Complementary color for #hex is #9E9B82.


I love getcolorcode.com

Triadic colors

1 #7D6164 and #647D61 with #61647D are triadic colors.

2 #7D6461 and #64617D with #61647D are triadic colors.