COLOR #55896A

HEX: #55896A RGB: (85,137,106)

Color info

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

RGB color model

#55896A color RGB value is (85,137,106).

RGB: (85,137,106) (33%, 54%, 42%)

RGB channels and saturation

R 85 of 255 = 33%
G 137 of 255 = 54%
B 106 of 255 = 42%

85
137
106

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

Portions of RGB colors in percentages

R + G + B = 85 + 137 + 106 = 328 (100%)
R 85 of 328 ~ 25.91%
G 137 of 328 ~ 41.77%
B 106 of 328 ~ 32.32'%

%25.91
%41.77
%32.32

CMYK color model

#55896A color CMYK value is (38,0,23,46).

  • cyan value is 37.96%
  • magenta value is 0.00%
  • yellow value is 22.63%
  • key color value is 46.27%

CMYK: (38,0,23,46)
C38M0Y23K46 (38%, 0%, 23%, 46%)
(0.38 / 0.00 / 0.23 / 0.46)

CMYK percentages

%37.96
%0
%22.63
%46.27

Codes

Color #55896A in popluar color models

55 89 6A
RGB 85 137 106
HSL 144° 23.42% 43.53%
HSB/HSV 144° 37.96% 53.73%
CMYK 37.96% 0.00% 22.63%
46.27%

Color #55896A in popluar number systems.

HEX 55 89 6A
Decimal 85 137 106
Binary 1010101 10001001 1101010
Octal 125 211 152

Shades and tints

Shades of #55896A

#55896A
(85,137,106)
#4E7D61
(78,125,97)
#477158
(71,113,88)
#40654F
(64,101,79)
#395946
(57,89,70)
#324D3D
(50,77,61)
#2B4134
(43,65,52)
#24352B
(36,53,43)
#1D2922
(29,41,34)
#161D19
(22,29,25)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #55896A

#55896A
(85,137,106)
#649377
(100,147,119)
#739D84
(115,157,132)
#82A791
(130,167,145)
#91B19E
(145,177,158)
#A0BBAB
(160,187,171)
#AFC5B8
(175,197,184)
#BECFC5
(190,207,197)
#CDD9D2
(205,217,210)
#DCE3DF
(220,227,223)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55896A color. Also use rgb(85,137,106) instead hex code.

Text Font Color

.myTextColor { color: #55896A; }

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

This text font color is #55896A.

Background Color

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

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

This div background color is #55896A.

Border color

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

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

This div border color is #55896A.

Opacity

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

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

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

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

This text has shadow with #55896A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55896A.

Preview

Color preview on black background

This text has color #55896A on black background.


Color preview on white background

This text has color #55896A on white background.


Black color preview on #55896A background

This text has black color on #55896A background.


White color preview on #55896A background

This text has white color on #55896A background.


Related colors

Complementary color

Complementary color for #hex is #AA7695.


I love getcolorcode.com

Triadic colors

1 #6A5589 and #896A55 with #55896A are triadic colors.

2 #6A8955 and #89556A with #55896A are triadic colors.