COLOR #55695C

HEX: #55695C
RGB: (85,105,92)

Color info

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

RGB color model

#55695C color RGB value is (85,105,92).

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

RGB channels and saturation

R 85 of 255 = 33%
G 105 of 255 = 41%
B 92 of 255 = 36%

85
105
92

R + G + B ~ 37%. #55695C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 105 + 92 = 282 (100%)
R 85 of 282 ~ 30.14%
G 105 of 282 ~ 37.23%
B 92 of 282 ~ 32.62%

%30.14
%37.23
%32.62

CMYK color model

#55695C color CMYK value is (19,0,12,59).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 12.38%
  • key color value is 58.82%
CMYK:
(19,0,12,59)
C19M0Y12K59 
(19%,0%,12%,59%)
(0.19/0.00/0.12/0.59)	

CMYK percentages

%19.05
%0
%12.38
%58.82

Codes

Color #55695C in popluar color models

55695C
RGB8510592
HSL141°10.53%37.25%
HSB/HSV141°19.05%41.18%
CMYK19.05%0.00%12.38%
58.82%

Color #55695C in popluar number systems.

HEX55695C
Decimal8510592
Binary101010111010011011100
Octal125151134

Shades and tints

Shades of #55695C

#55695C
(85,105,92)
#4E6054
(78,96,84)
#47574C
(71,87,76)
#404E44
(64,78,68)
#39453C
(57,69,60)
#323C34
(50,60,52)
#2B332C
(43,51,44)
#242A24
(36,42,36)
#1D211C
(29,33,28)
#161814
(22,24,20)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #55695C

#55695C
(85,105,92)
#64766A
(100,118,106)
#738378
(115,131,120)
#829086
(130,144,134)
#919D94
(145,157,148)
#A0AAA2
(160,170,162)
#AFB7B0
(175,183,176)
#BEC4BE
(190,196,190)
#CDD1CC
(205,209,204)
#DCDEDA
(220,222,218)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55695C; }

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

This text font color is #55695C.


Background Color

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

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

This div background color is #55695C.


Border color

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

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

This div border color is #55695C.


Opacity

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

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

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

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

This text has shadow with #55695C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55695C on black background.


Color preview on white background

This text has color #55695C on white background.



Black color preview on #55695C background

This text has black color on #55695C background.


White color preview on #55695C background

This text has white color on #55695C background.