COLOR #55886F

HEX: #55886F RGB: (85,136,111)

Color info

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

RGB color model

#55886F color RGB value is (85,136,111).

RGB: (85,136,111) (33%, 53%, 44%)

RGB channels and saturation

R 85 of 255 = 33%
G 136 of 255 = 53%
B 111 of 255 = 44%

85
136
111

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

Portions of RGB colors in percentages

R + G + B = 85 + 136 + 111 = 332 (100%)
R 85 of 332 ~ 25.6%
G 136 of 332 ~ 40.96%
B 111 of 332 ~ 33.43'%

%25.6
%40.96
%33.43

CMYK color model

#55886F color CMYK value is (38,0,18,47).

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

CMYK: (38,0,18,47)
C38M0Y18K47 (38%, 0%, 18%, 47%)
(0.38 / 0.00 / 0.18 / 0.47)

CMYK percentages

%37.5
%0
%18.38
%46.67

Codes

Color #55886F in popluar color models

55 88 6F
RGB 85 136 111
HSL 151° 23.08% 43.33%
HSB/HSV 151° 37.50% 53.33%
CMYK 37.50% 0.00% 18.38%
46.67%

Color #55886F in popluar number systems.

HEX 55 88 6F
Decimal 85 136 111
Binary 1010101 10001000 1101111
Octal 125 210 157

Shades and tints

Shades of #55886F

#55886F
(85,136,111)
#4E7C65
(78,124,101)
#47705B
(71,112,91)
#406451
(64,100,81)
#395847
(57,88,71)
#324C3D
(50,76,61)
#2B4033
(43,64,51)
#243429
(36,52,41)
#1D281F
(29,40,31)
#161C15
(22,28,21)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #55886F

#55886F
(85,136,111)
#64927C
(100,146,124)
#739C89
(115,156,137)
#82A696
(130,166,150)
#91B0A3
(145,176,163)
#A0BAB0
(160,186,176)
#AFC4BD
(175,196,189)
#BECECA
(190,206,202)
#CDD8D7
(205,216,215)
#DCE2E4
(220,226,228)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55886F; }

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

This text font color is #55886F.

Background Color

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

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

This div background color is #55886F.

Border color

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

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

This div border color is #55886F.

Opacity

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

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

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

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

This text has shadow with #55886F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55886F.

Preview

Color preview on black background

This text has color #55886F on black background.


Color preview on white background

This text has color #55886F on white background.


Black color preview on #55886F background

This text has black color on #55886F background.


White color preview on #55886F background

This text has white color on #55886F background.


Related colors

Complementary color

Complementary color for #hex is #AA7790.


I love getcolorcode.com

Triadic colors

1 #6F5588 and #886F55 with #55886F are triadic colors.

2 #6F8855 and #88556F with #55886F are triadic colors.