COLOR #5B895C

HEX: #5B895C RGB: (91,137,92)

Color info

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

RGB color model

#5B895C color RGB value is (91,137,92).

RGB: (91,137,92) (36%, 54%, 36%)

RGB channels and saturation

R 91 of 255 = 36%
G 137 of 255 = 54%
B 92 of 255 = 36%

91
137
92

R + G + B ~ 42%. #5B895C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 91 + 137 + 92 = 320 (100%)
R 91 of 320 ~ 28.44%
G 137 of 320 ~ 42.81%
B 92 of 320 ~ 28.75'%

%28.44
%42.81
%28.75

CMYK color model

#5B895C color CMYK value is (34,0,33,46).

  • cyan value is 33.58%
  • magenta value is 0.00%
  • yellow value is 32.85%
  • key color value is 46.27%

CMYK: (34,0,33,46)
C34M0Y33K46 (34%, 0%, 33%, 46%)
(0.34 / 0.00 / 0.33 / 0.46)

CMYK percentages

%33.58
%0
%32.85
%46.27

Codes

Color #5B895C in popluar color models

5B 89 5C
RGB 91 137 92
HSL 121° 20.18% 44.71%
HSB/HSV 121° 33.58% 53.73%
CMYK 33.58% 0.00% 32.85%
46.27%

Color #5B895C in popluar number systems.

HEX 5B 89 5C
Decimal 91 137 92
Binary 1011011 10001001 1011100
Octal 133 211 134

Shades and tints

Shades of #5B895C

#5B895C
(91,137,92)
#537D54
(83,125,84)
#4B714C
(75,113,76)
#436544
(67,101,68)
#3B593C
(59,89,60)
#334D34
(51,77,52)
#2B412C
(43,65,44)
#233524
(35,53,36)
#1B291C
(27,41,28)
#131D14
(19,29,20)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #5B895C

#5B895C
(91,137,92)
#69936A
(105,147,106)
#779D78
(119,157,120)
#85A786
(133,167,134)
#93B194
(147,177,148)
#A1BBA2
(161,187,162)
#AFC5B0
(175,197,176)
#BDCFBE
(189,207,190)
#CBD9CC
(203,217,204)
#D9E3DA
(217,227,218)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B895C color. Also use rgb(91,137,92) instead hex code.

Text Font Color

.myTextColor { color: #5B895C; }

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

This text font color is #5B895C.

Background Color

.myBgColor { background-color: #5B895C; }

<div style="background-color:#5B895C">Inner text</div>

This div background color is #5B895C.

Border color

.myBorderColor { border: 1px solid #5B895C; }

<div style="border:3px solid #5B895C">Div</div>

This div border color is #5B895C.

Opacity

.myOpacity80 { color: #5B895C; opacity: 0.8; }

<p style="color:#5B895C;opacity:0.8;">80%</p>

Text with #5B895C 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 #5B895C;}

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

This text has shadow with #5B895C color.


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

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

This text has shadow with #5B895C primary color and red secondary color.


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

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

This text has shadow with #5B895C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5B895C.

Preview

Color preview on black background

This text has color #5B895C on black background.


Color preview on white background

This text has color #5B895C on white background.


Black color preview on #5B895C background

This text has black color on #5B895C background.


White color preview on #5B895C background

This text has white color on #5B895C background.


Related colors

Complementary color

Complementary color for #hex is #A476A3.


I love getcolorcode.com

Triadic colors

1 #5C5B89 and #895C5B with #5B895C are triadic colors.

2 #5C895B and #895B5C with #5B895C are triadic colors.