COLOR #55886E

HEX: #55886E RGB: (85,136,110)

Color info

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

RGB color model

#55886E color RGB value is (85,136,110).

RGB: (85,136,110) (33%, 53%, 43%)

RGB channels and saturation

R 85 of 255 = 33%
G 136 of 255 = 53%
B 110 of 255 = 43%

85
136
110

R + G + B ~ 43%. #55886E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 136 + 110 = 331 (100%)
R 85 of 331 ~ 25.68%
G 136 of 331 ~ 41.09%
B 110 of 331 ~ 33.23'%

%25.68
%41.09
%33.23

CMYK color model

#55886E color CMYK value is (38,0,19,47).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 46.67%

CMYK: (38,0,19,47)
C38M0Y19K47 (38%, 0%, 19%, 47%)
(0.38 / 0.00 / 0.19 / 0.47)

CMYK percentages

%37.5
%0
%19.12
%46.67

Codes

Color #55886E in popluar color models

55 88 6E
RGB 85 136 110
HSL 149° 23.08% 43.33%
HSB/HSV 149° 37.50% 53.33%
CMYK 37.50% 0.00% 19.12%
46.67%

Color #55886E in popluar number systems.

HEX 55 88 6E
Decimal 85 136 110
Binary 1010101 10001000 1101110
Octal 125 210 156

Shades and tints

Shades of #55886E

#55886E
(85,136,110)
#4E7C64
(78,124,100)
#47705A
(71,112,90)
#406450
(64,100,80)
#395846
(57,88,70)
#324C3C
(50,76,60)
#2B4032
(43,64,50)
#243428
(36,52,40)
#1D281E
(29,40,30)
#161C14
(22,28,20)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #55886E

#55886E
(85,136,110)
#64927B
(100,146,123)
#739C88
(115,156,136)
#82A695
(130,166,149)
#91B0A2
(145,176,162)
#A0BAAF
(160,186,175)
#AFC4BC
(175,196,188)
#BECEC9
(190,206,201)
#CDD8D6
(205,216,214)
#DCE2E3
(220,226,227)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55886E color. Also use rgb(85,136,110) instead hex code.

Text Font Color

.myTextColor { color: #55886E; }

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

This text font color is #55886E.

Background Color

.myBgColor { background-color: #55886E; }

<div style="background-color:#55886E">Inner text</div>

This div background color is #55886E.

Border color

.myBorderColor { border: 1px solid #55886E; }

<div style="border:3px solid #55886E">Div</div>

This div border color is #55886E.

Opacity

.myOpacity80 { color: #55886E; opacity: 0.8; }

<p style="color:#55886E;opacity:0.8;">80%</p>

Text with #55886E 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 #55886E;}

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

This text has shadow with #55886E color.


.textShadow {text-shadow: 3px 3px 1px #55886E', 3px 3px 1px red;}

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

This text has shadow with #55886E primary color and red secondary color.


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

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

This text has shadow with #55886E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55886E; -webkit-box-shadow: 1px 1px 3px 2px #55886E; box-shadow:1px 1px 3px 2px #55886E;">
Div content here
</div>

This div box has shadow with color #55886E.

Preview

Color preview on black background

This text has color #55886E on black background.


Color preview on white background

This text has color #55886E on white background.


Black color preview on #55886E background

This text has black color on #55886E background.


White color preview on #55886E background

This text has white color on #55886E background.


Related colors

Complementary color

Complementary color for #hex is #AA7791.


I love getcolorcode.com

Triadic colors

1 #6E5588 and #886E55 with #55886E are triadic colors.

2 #6E8855 and #88556E with #55886E are triadic colors.