COLOR #61747B

HEX: #61747B
RGB: (97,116,123)

Color info

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

RGB color model

#61747B color RGB value is (97,116,123).

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

RGB channels and saturation

R 97 of 255 = 38%
G 116 of 255 = 45%
B 123 of 255 = 48%

97
116
123

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

Portions of RGB colors in percentages

R + G + B =
97 + 116 + 123 = 336 (100%)
R 97 of 336 ~ 28.87%
G 116 of 336 ~ 34.52%
B 123 of 336 ~ 36.61%

%28.87
%34.52
%36.61

CMYK color model

#61747B color CMYK value is (21,6,0,52).

  • cyan value is 21.14%
  • magenta value is 5.69%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(21,6,0,52)
C21M6Y0K52 
(21%,6%,0%,52%)
(0.21/0.06/0.00/0.52)	

CMYK percentages

%21.14
%5.69
%0
%51.76

Codes

Color #61747B in popluar color models

61747B
RGB97116123
HSL196°11.82%43.14%
HSB/HSV196°21.14%48.24%
CMYK21.14%5.69%0.00%
51.76%

Color #61747B in popluar number systems.

HEX61747B
Decimal97116123
Binary110000111101001111011
Octal141164173

Shades and tints

Shades of #61747B

#61747B
(97,116,123)
#596A70
(89,106,112)
#516065
(81,96,101)
#49565A
(73,86,90)
#414C4F
(65,76,79)
#394244
(57,66,68)
#313839
(49,56,57)
#292E2E
(41,46,46)
#212423
(33,36,35)
#191A18
(25,26,24)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #61747B

#61747B
(97,116,123)
#6F8087
(111,128,135)
#7D8C93
(125,140,147)
#8B989F
(139,152,159)
#99A4AB
(153,164,171)
#A7B0B7
(167,176,183)
#B5BCC3
(181,188,195)
#C3C8CF
(195,200,207)
#D1D4DB
(209,212,219)
#DFE0E7
(223,224,231)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61747B; }

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

This text font color is #61747B.


Background Color

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

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

This div background color is #61747B.


Border color

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

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

This div border color is #61747B.


Opacity

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

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

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

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

This text has shadow with #61747B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61747B on black background.


Color preview on white background

This text has color #61747B on white background.



Black color preview on #61747B background

This text has black color on #61747B background.


White color preview on #61747B background

This text has white color on #61747B background.