COLOR #55635C

HEX: #55635C
RGB: (85,99,92)

Color info

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

RGB color model

#55635C color RGB value is (85,99,92).

  • red value is 85;
  • green value is 99;
  • blue value is 92.
RGB:
(85,99,92)
(33%,39%,36%)

RGB channels and saturation

R 85 of 255 = 33%
G 99 of 255 = 39%
B 92 of 255 = 36%

85
99
92

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

Portions of RGB colors in percentages

R + G + B =
85 + 99 + 92 = 276 (100%)
R 85 of 276 ~ 30.8%
G 99 of 276 ~ 35.87%
B 92 of 276 ~ 33.33%

%30.8
%35.87
%33.33

CMYK color model

#55635C color CMYK value is (14,0,7,61).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 61.18%
CMYK:
(14,0,7,61)
C14M0Y7K61 
(14%,0%,7%,61%)
(0.14/0.00/0.07/0.61)	

CMYK percentages

%14.14
%0
%7.07
%61.18

Codes

Color #55635C in popluar color models

55635C
RGB859992
HSL150°7.61%36.08%
HSB/HSV150°14.14%38.82%
CMYK14.14%0.00%7.07%
61.18%

Color #55635C in popluar number systems.

HEX55635C
Decimal859992
Binary101010111000111011100
Octal125143134

Shades and tints

Shades of #55635C

#55635C
(85,99,92)
#4E5A54
(78,90,84)
#47514C
(71,81,76)
#404844
(64,72,68)
#393F3C
(57,63,60)
#323634
(50,54,52)
#2B2D2C
(43,45,44)
#242424
(36,36,36)
#1D1B1C
(29,27,28)
#161214
(22,18,20)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #55635C

#55635C
(85,99,92)
#64716A
(100,113,106)
#737F78
(115,127,120)
#828D86
(130,141,134)
#919B94
(145,155,148)
#A0A9A2
(160,169,162)
#AFB7B0
(175,183,176)
#BEC5BE
(190,197,190)
#CDD3CC
(205,211,204)
#DCE1DA
(220,225,218)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55635C color. Also use rgb(85,99,92) instead hex code.

Text Font Color

.myTextColor { color: #55635C; }

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

This text font color is #55635C.


Background Color

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

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

This div background color is #55635C.


Border color

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

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

This div border color is #55635C.


Opacity

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

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

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

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

This text has shadow with #55635C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55635C on black background.


Color preview on white background

This text has color #55635C on white background.



Black color preview on #55635C background

This text has black color on #55635C background.


White color preview on #55635C background

This text has white color on #55635C background.