COLOR #55746C

HEX: #55746C
RGB: (85,116,108)

Color info

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

RGB color model

#55746C color RGB value is (85,116,108).

  • red value is 85;
  • green value is 116;
  • blue value is 108.
RGB:
(85,116,108)
(33%,45%,42%)

RGB channels and saturation

R 85 of 255 = 33%
G 116 of 255 = 45%
B 108 of 255 = 42%

85
116
108

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

Portions of RGB colors in percentages

R + G + B =
85 + 116 + 108 = 309 (100%)
R 85 of 309 ~ 27.51%
G 116 of 309 ~ 37.54%
B 108 of 309 ~ 34.95%

%27.51
%37.54
%34.95

CMYK color model

#55746C color CMYK value is (27,0,7,55).

  • cyan value is 26.72%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 54.51%
CMYK:
(27,0,7,55)
C27M0Y7K55 
(27%,0%,7%,55%)
(0.27/0.00/0.07/0.55)	

CMYK percentages

%26.72
%0
%6.9
%54.51

Codes

Color #55746C in popluar color models

55746C
RGB85116108
HSL165°15.42%39.41%
HSB/HSV165°26.72%45.49%
CMYK26.72%0.00%6.90%
54.51%

Color #55746C in popluar number systems.

HEX55746C
Decimal85116108
Binary101010111101001101100
Octal125164154

Shades and tints

Shades of #55746C

#55746C
(85,116,108)
#4E6A63
(78,106,99)
#47605A
(71,96,90)
#405651
(64,86,81)
#394C48
(57,76,72)
#32423F
(50,66,63)
#2B3836
(43,56,54)
#242E2D
(36,46,45)
#1D2424
(29,36,36)
#161A1B
(22,26,27)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #55746C

#55746C
(85,116,108)
#648079
(100,128,121)
#738C86
(115,140,134)
#829893
(130,152,147)
#91A4A0
(145,164,160)
#A0B0AD
(160,176,173)
#AFBCBA
(175,188,186)
#BEC8C7
(190,200,199)
#CDD4D4
(205,212,212)
#DCE0E1
(220,224,225)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55746C color. Also use rgb(85,116,108) instead hex code.

Text Font Color

.myTextColor { color: #55746C; }

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

This text font color is #55746C.


Background Color

.myBgColor { background-color: #55746C; }

<div style="background-color:#55746C">Inner text</div>

This div background color is #55746C.


Border color

.myBorderColor { border: 1px solid #55746C; }

<div style="border:3px solid #55746C">Div</div>

This div border color is #55746C.


Opacity

.myOpacity80 { color: #55746C; opacity: 0.8; }

<p style="color:#55746C;opacity:0.8;">80%</p>

Text with #55746C 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 #55746C;}

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

This text has shadow with #55746C color.

.textShadow {text-shadow: 3px 3px 1px #55746C, 3px 3px 1px red;}

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

This text has shadow with #55746C primary color and red secondary color.


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

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

This text has shadow with #55746C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55746C on black background.


Color preview on white background

This text has color #55746C on white background.



Black color preview on #55746C background

This text has black color on #55746C background.


White color preview on #55746C background

This text has white color on #55746C background.