COLOR #55855B

HEX: #55855B RGB: (85,133,91)

Color info

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

RGB color model

#55855B color RGB value is (85,133,91).

RGB: (85,133,91) (33%, 52%, 36%)

RGB channels and saturation

R 85 of 255 = 33%
G 133 of 255 = 52%
B 91 of 255 = 36%

85
133
91

R + G + B ~ 40%. #55855B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 133 + 91 = 309 (100%)
R 85 of 309 ~ 27.51%
G 133 of 309 ~ 43.04%
B 91 of 309 ~ 29.45'%

%27.51
%43.04
%29.45

CMYK color model

#55855B color CMYK value is (36,0,32,48).

  • cyan value is 36.09%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 47.84%

CMYK: (36,0,32,48)
C36M0Y32K48 (36%, 0%, 32%, 48%)
(0.36 / 0.00 / 0.32 / 0.48)

CMYK percentages

%36.09
%0
%31.58
%47.84

Codes

Color #55855B in popluar color models

55 85 5B
RGB 85 133 91
HSL 128° 22.02% 42.75%
HSB/HSV 128° 36.09% 52.16%
CMYK 36.09% 0.00% 31.58%
47.84%

Color #55855B in popluar number systems.

HEX 55 85 5B
Decimal 85 133 91
Binary 1010101 10000101 1011011
Octal 125 205 133

Shades and tints

Shades of #55855B

#55855B
(85,133,91)
#4E7953
(78,121,83)
#476D4B
(71,109,75)
#406143
(64,97,67)
#39553B
(57,85,59)
#324933
(50,73,51)
#2B3D2B
(43,61,43)
#243123
(36,49,35)
#1D251B
(29,37,27)
#161913
(22,25,19)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #55855B

#55855B
(85,133,91)
#649069
(100,144,105)
#739B77
(115,155,119)
#82A685
(130,166,133)
#91B193
(145,177,147)
#A0BCA1
(160,188,161)
#AFC7AF
(175,199,175)
#BED2BD
(190,210,189)
#CDDDCB
(205,221,203)
#DCE8D9
(220,232,217)
#EBF3E7
(235,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55855B color. Also use rgb(85,133,91) instead hex code.

Text Font Color

.myTextColor { color: #55855B; }

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

This text font color is #55855B.

Background Color

.myBgColor { background-color: #55855B; }

<div style="background-color:#55855B">Inner text</div>

This div background color is #55855B.

Border color

.myBorderColor { border: 1px solid #55855B; }

<div style="border:3px solid #55855B">Div</div>

This div border color is #55855B.

Opacity

.myOpacity80 { color: #55855B; opacity: 0.8; }

<p style="color:#55855B;opacity:0.8;">80%</p>

Text with #55855B 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 #55855B;}

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

This text has shadow with #55855B color.


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

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

This text has shadow with #55855B primary color and red secondary color.


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

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

This text has shadow with #55855B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55855B.

Preview

Color preview on black background

This text has color #55855B on black background.


Color preview on white background

This text has color #55855B on white background.


Black color preview on #55855B background

This text has black color on #55855B background.


White color preview on #55855B background

This text has white color on #55855B background.


Related colors

Complementary color

Complementary color for #hex is #AA7AA4.


I love getcolorcode.com

Triadic colors

1 #5B5585 and #855B55 with #55855B are triadic colors.

2 #5B8555 and #85555B with #55855B are triadic colors.