COLOR #55665B

HEX: #55665B
RGB: (85,102,91)

Color info

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

RGB color model

#55665B color RGB value is (85,102,91).

  • red value is 85;
  • green value is 102;
  • blue value is 91.
RGB:
(85,102,91)
(33%,40%,36%)

RGB channels and saturation

R 85 of 255 = 33%
G 102 of 255 = 40%
B 91 of 255 = 36%

85
102
91

R + G + B ~ 36%. #55665B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 102 + 91 = 278 (100%)
R 85 of 278 ~ 30.58%
G 102 of 278 ~ 36.69%
B 91 of 278 ~ 32.73%

%30.58
%36.69
%32.73

CMYK color model

#55665B color CMYK value is (17,0,11,60).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 60.00%
CMYK:
(17,0,11,60)
C17M0Y11K60 
(17%,0%,11%,60%)
(0.17/0.00/0.11/0.60)	

CMYK percentages

%16.67
%0
%10.78
%60

Codes

Color #55665B in popluar color models

55665B
RGB8510291
HSL141°9.09%36.67%
HSB/HSV141°16.67%40.00%
CMYK16.67%0.00%10.78%
60.00%

Color #55665B in popluar number systems.

HEX55665B
Decimal8510291
Binary101010111001101011011
Octal125146133

Shades and tints

Shades of #55665B

#55665B
(85,102,91)
#4E5D53
(78,93,83)
#47544B
(71,84,75)
#404B43
(64,75,67)
#39423B
(57,66,59)
#323933
(50,57,51)
#2B302B
(43,48,43)
#242723
(36,39,35)
#1D1E1B
(29,30,27)
#161513
(22,21,19)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #55665B

#55665B
(85,102,91)
#647369
(100,115,105)
#738077
(115,128,119)
#828D85
(130,141,133)
#919A93
(145,154,147)
#A0A7A1
(160,167,161)
#AFB4AF
(175,180,175)
#BEC1BD
(190,193,189)
#CDCECB
(205,206,203)
#DCDBD9
(220,219,217)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55665B color. Also use rgb(85,102,91) instead hex code.

Text Font Color

.myTextColor { color: #55665B; }

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

This text font color is #55665B.


Background Color

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

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

This div background color is #55665B.


Border color

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

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

This div border color is #55665B.


Opacity

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

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

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

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

This text has shadow with #55665B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55665B on black background.


Color preview on white background

This text has color #55665B on white background.



Black color preview on #55665B background

This text has black color on #55665B background.


White color preview on #55665B background

This text has white color on #55665B background.