COLOR #55746E

HEX: #55746E
RGB: (85,116,110)

Color info

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

RGB color model

#55746E color RGB value is (85,116,110).

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

RGB channels and saturation

R 85 of 255 = 33%
G 116 of 255 = 45%
B 110 of 255 = 43%

85
116
110

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

Portions of RGB colors in percentages

R + G + B =
85 + 116 + 110 = 311 (100%)
R 85 of 311 ~ 27.33%
G 116 of 311 ~ 37.3%
B 110 of 311 ~ 35.37%

%27.33
%37.3
%35.37

CMYK color model

#55746E color CMYK value is (27,0,5,55).

  • cyan value is 26.72%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 54.51%
CMYK:
(27,0,5,55)
C27M0Y5K55 
(27%,0%,5%,55%)
(0.27/0.00/0.05/0.55)	

CMYK percentages

%26.72
%0
%5.17
%54.51

Codes

Color #55746E in popluar color models

55746E
RGB85116110
HSL168°15.42%39.41%
HSB/HSV168°26.72%45.49%
CMYK26.72%0.00%5.17%
54.51%

Color #55746E in popluar number systems.

HEX55746E
Decimal85116110
Binary101010111101001101110
Octal125164156

Shades and tints

Shades of #55746E

#55746E
(85,116,110)
#4E6A64
(78,106,100)
#47605A
(71,96,90)
#405650
(64,86,80)
#394C46
(57,76,70)
#32423C
(50,66,60)
#2B3832
(43,56,50)
#242E28
(36,46,40)
#1D241E
(29,36,30)
#161A14
(22,26,20)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #55746E

#55746E
(85,116,110)
#64807B
(100,128,123)
#738C88
(115,140,136)
#829895
(130,152,149)
#91A4A2
(145,164,162)
#A0B0AF
(160,176,175)
#AFBCBC
(175,188,188)
#BEC8C9
(190,200,201)
#CDD4D6
(205,212,214)
#DCE0E3
(220,224,227)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55746E; }

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

This text font color is #55746E.


Background Color

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

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

This div background color is #55746E.


Border color

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

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

This div border color is #55746E.


Opacity

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

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

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

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

This text has shadow with #55746E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55746E on black background.


Color preview on white background

This text has color #55746E on white background.



Black color preview on #55746E background

This text has black color on #55746E background.


White color preview on #55746E background

This text has white color on #55746E background.