COLOR #55635A

HEX: #55635A
RGB: (85,99,90)

Color info

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

RGB color model

#55635A color RGB value is (85,99,90).

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

RGB channels and saturation

R 85 of 255 = 33%
G 99 of 255 = 39%
B 90 of 255 = 35%

85
99
90

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

Portions of RGB colors in percentages

R + G + B =
85 + 99 + 90 = 274 (100%)
R 85 of 274 ~ 31.02%
G 99 of 274 ~ 36.13%
B 90 of 274 ~ 32.85%

%31.02
%36.13
%32.85

CMYK color model

#55635A color CMYK value is (14,0,9,61).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 61.18%
CMYK:
(14,0,9,61)
C14M0Y9K61 
(14%,0%,9%,61%)
(0.14/0.00/0.09/0.61)	

CMYK percentages

%14.14
%0
%9.09
%61.18

Codes

Color #55635A in popluar color models

55635A
RGB859990
HSL141°7.61%36.08%
HSB/HSV141°14.14%38.82%
CMYK14.14%0.00%9.09%
61.18%

Color #55635A in popluar number systems.

HEX55635A
Decimal859990
Binary101010111000111011010
Octal125143132

Shades and tints

Shades of #55635A

#55635A
(85,99,90)
#4E5A52
(78,90,82)
#47514A
(71,81,74)
#404842
(64,72,66)
#393F3A
(57,63,58)
#323632
(50,54,50)
#2B2D2A
(43,45,42)
#242422
(36,36,34)
#1D1B1A
(29,27,26)
#161212
(22,18,18)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #55635A

#55635A
(85,99,90)
#647169
(100,113,105)
#737F78
(115,127,120)
#828D87
(130,141,135)
#919B96
(145,155,150)
#A0A9A5
(160,169,165)
#AFB7B4
(175,183,180)
#BEC5C3
(190,197,195)
#CDD3D2
(205,211,210)
#DCE1E1
(220,225,225)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55635A; }

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

This text font color is #55635A.


Background Color

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

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

This div background color is #55635A.


Border color

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

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

This div border color is #55635A.


Opacity

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

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

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

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

This text has shadow with #55635A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55635A on black background.


Color preview on white background

This text has color #55635A on white background.



Black color preview on #55635A background

This text has black color on #55635A background.


White color preview on #55635A background

This text has white color on #55635A background.