COLOR #61746B

HEX: #61746B
RGB: (97,116,107)

Color info

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

RGB color model

#61746B color RGB value is (97,116,107).

  • red value is 97;
  • green value is 116;
  • blue value is 107.
RGB:
(97,116,107)
(38%,45%,42%)

RGB channels and saturation

R 97 of 255 = 38%
G 116 of 255 = 45%
B 107 of 255 = 42%

97
116
107

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

Portions of RGB colors in percentages

R + G + B =
97 + 116 + 107 = 320 (100%)
R 97 of 320 ~ 30.31%
G 116 of 320 ~ 36.25%
B 107 of 320 ~ 33.44%

%30.31
%36.25
%33.44

CMYK color model

#61746B color CMYK value is (16,0,8,55).

  • cyan value is 16.38%
  • magenta value is 0.00%
  • yellow value is 7.76%
  • key color value is 54.51%
CMYK:
(16,0,8,55)
C16M0Y8K55 
(16%,0%,8%,55%)
(0.16/0.00/0.08/0.55)	

CMYK percentages

%16.38
%0
%7.76
%54.51

Codes

Color #61746B in popluar color models

61746B
RGB97116107
HSL152°8.92%41.76%
HSB/HSV152°16.38%45.49%
CMYK16.38%0.00%7.76%
54.51%

Color #61746B in popluar number systems.

HEX61746B
Decimal97116107
Binary110000111101001101011
Octal141164153

Shades and tints

Shades of #61746B

#61746B
(97,116,107)
#596A62
(89,106,98)
#516059
(81,96,89)
#495650
(73,86,80)
#414C47
(65,76,71)
#39423E
(57,66,62)
#313835
(49,56,53)
#292E2C
(41,46,44)
#212423
(33,36,35)
#191A1A
(25,26,26)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #61746B

#61746B
(97,116,107)
#6F8078
(111,128,120)
#7D8C85
(125,140,133)
#8B9892
(139,152,146)
#99A49F
(153,164,159)
#A7B0AC
(167,176,172)
#B5BCB9
(181,188,185)
#C3C8C6
(195,200,198)
#D1D4D3
(209,212,211)
#DFE0E0
(223,224,224)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61746B color. Also use rgb(97,116,107) instead hex code.

Text Font Color

.myTextColor { color: #61746B; }

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

This text font color is #61746B.


Background Color

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

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

This div background color is #61746B.


Border color

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

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

This div border color is #61746B.


Opacity

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

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

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

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

This text has shadow with #61746B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61746B on black background.


Color preview on white background

This text has color #61746B on white background.



Black color preview on #61746B background

This text has black color on #61746B background.


White color preview on #61746B background

This text has white color on #61746B background.