COLOR #55885C

HEX: #55885C
RGB: (85,136,92)

Color info

#55885C contains red, green and blue colors in about the same proportion. Web safe color of #55885C is #669966 (or #696).

RGB color model

#55885C color RGB value is (85,136,92).

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

RGB channels and saturation

R 85 of 255 = 33%
G 136 of 255 = 53%
B 92 of 255 = 36%

85
136
92

R + G + B ~ 41%. #55885C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 136 + 92 = 313 (100%)
R 85 of 313 ~ 27.16%
G 136 of 313 ~ 43.45%
B 92 of 313 ~ 29.39%

%27.16
%43.45
%29.39

CMYK color model

#55885C color CMYK value is (38,0,32,47).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 46.67%
CMYK:
(38,0,32,47)
C38M0Y32K47 
(38%,0%,32%,47%)
(0.38/0.00/0.32/0.47)	

CMYK percentages

%37.5
%0
%32.35
%46.67

Codes

Color #55885C in popluar color models

55885C
RGB8513692
HSL128°23.08%43.33%
HSB/HSV128°37.50%53.33%
CMYK37.50%0.00%32.35%
46.67%

Color #55885C in popluar number systems.

HEX55885C
Decimal8513692
Binary1010101100010001011100
Octal125210134

Shades and tints

Shades of #55885C

#55885C
(85,136,92)
#4E7C54
(78,124,84)
#47704C
(71,112,76)
#406444
(64,100,68)
#39583C
(57,88,60)
#324C34
(50,76,52)
#2B402C
(43,64,44)
#243424
(36,52,36)
#1D281C
(29,40,28)
#161C14
(22,28,20)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #55885C

#55885C
(85,136,92)
#64926A
(100,146,106)
#739C78
(115,156,120)
#82A686
(130,166,134)
#91B094
(145,176,148)
#A0BAA2
(160,186,162)
#AFC4B0
(175,196,176)
#BECEBE
(190,206,190)
#CDD8CC
(205,216,204)
#DCE2DA
(220,226,218)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55885C; }

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

This text font color is #55885C.


Background Color

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

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

This div background color is #55885C.


Border color

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

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

This div border color is #55885C.


Opacity

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

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

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

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

This text has shadow with #55885C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55885C on black background.


Color preview on white background

This text has color #55885C on white background.



Black color preview on #55885C background

This text has black color on #55885C background.


White color preview on #55885C background

This text has white color on #55885C background.