COLOR #55635F

HEX: #55635F
RGB: (85,99,95)

Color info

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

RGB color model

#55635F color RGB value is (85,99,95).

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

RGB channels and saturation

R 85 of 255 = 33%
G 99 of 255 = 39%
B 95 of 255 = 37%

85
99
95

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

Portions of RGB colors in percentages

R + G + B =
85 + 99 + 95 = 279 (100%)
R 85 of 279 ~ 30.47%
G 99 of 279 ~ 35.48%
B 95 of 279 ~ 34.05%

%30.47
%35.48
%34.05

CMYK color model

#55635F color CMYK value is (14,0,4,61).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 61.18%
CMYK:
(14,0,4,61)
C14M0Y4K61 
(14%,0%,4%,61%)
(0.14/0.00/0.04/0.61)	

CMYK percentages

%14.14
%0
%4.04
%61.18

Codes

Color #55635F in popluar color models

55635F
RGB859995
HSL163°7.61%36.08%
HSB/HSV163°14.14%38.82%
CMYK14.14%0.00%4.04%
61.18%

Color #55635F in popluar number systems.

HEX55635F
Decimal859995
Binary101010111000111011111
Octal125143137

Shades and tints

Shades of #55635F

#55635F
(85,99,95)
#4E5A57
(78,90,87)
#47514F
(71,81,79)
#404847
(64,72,71)
#393F3F
(57,63,63)
#323637
(50,54,55)
#2B2D2F
(43,45,47)
#242427
(36,36,39)
#1D1B1F
(29,27,31)
#161217
(22,18,23)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #55635F

#55635F
(85,99,95)
#64716D
(100,113,109)
#737F7B
(115,127,123)
#828D89
(130,141,137)
#919B97
(145,155,151)
#A0A9A5
(160,169,165)
#AFB7B3
(175,183,179)
#BEC5C1
(190,197,193)
#CDD3CF
(205,211,207)
#DCE1DD
(220,225,221)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55635F; }

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

This text font color is #55635F.


Background Color

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

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

This div background color is #55635F.


Border color

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

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

This div border color is #55635F.


Opacity

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

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

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

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

This text has shadow with #55635F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55635F on black background.


Color preview on white background

This text has color #55635F on white background.



Black color preview on #55635F background

This text has black color on #55635F background.


White color preview on #55635F background

This text has white color on #55635F background.