COLOR #5B6C48

HEX: #5B6C48
RGB: (91,108,72)

Color info

#5B6C48 contains red, green and blue colors in about the same proportion. Web safe color of #5B6C48 is #666633 (or #663).

RGB color model

#5B6C48 color RGB value is (91,108,72).

  • red value is 91;
  • green value is 108;
  • blue value is 72.
RGB:
(91,108,72)
(36%,42%,28%)

RGB channels and saturation

R 91 of 255 = 36%
G 108 of 255 = 42%
B 72 of 255 = 28%

91
108
72

R + G + B ~ 35%. #5B6C48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 108 + 72 = 271 (100%)
R 91 of 271 ~ 33.58%
G 108 of 271 ~ 39.85%
B 72 of 271 ~ 26.57%

%33.58
%39.85
%26.57

CMYK color model

#5B6C48 color CMYK value is (16,0,33,58).

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 57.65%
CMYK:
(16,0,33,58)
C16M0Y33K58 
(16%,0%,33%,58%)
(0.16/0.00/0.33/0.58)	

CMYK percentages

%15.74
%0
%33.33
%57.65

Codes

Color #5B6C48 in popluar color models

5B6C48
RGB9110872
HSL88°20.00%35.29%
HSB/HSV88°33.33%42.35%
CMYK15.74%0.00%33.33%
57.65%

Color #5B6C48 in popluar number systems.

HEX5B6C48
Decimal9110872
Binary101101111011001001000
Octal133154110

Shades and tints

Shades of #5B6C48

#5B6C48
(91,108,72)
#536342
(83,99,66)
#4B5A3C
(75,90,60)
#435136
(67,81,54)
#3B4830
(59,72,48)
#333F2A
(51,63,42)
#2B3624
(43,54,36)
#232D1E
(35,45,30)
#1B2418
(27,36,24)
#131B12
(19,27,18)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #5B6C48

#5B6C48
(91,108,72)
#697958
(105,121,88)
#778668
(119,134,104)
#859378
(133,147,120)
#93A088
(147,160,136)
#A1AD98
(161,173,152)
#AFBAA8
(175,186,168)
#BDC7B8
(189,199,184)
#CBD4C8
(203,212,200)
#D9E1D8
(217,225,216)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6C48 color. Also use rgb(91,108,72) instead hex code.

Text Font Color

.myTextColor { color: #5B6C48; }

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

This text font color is #5B6C48.


Background Color

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

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

This div background color is #5B6C48.


Border color

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

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

This div border color is #5B6C48.


Opacity

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

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

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

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

This text has shadow with #5B6C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6C48 on black background.


Color preview on white background

This text has color #5B6C48 on white background.



Black color preview on #5B6C48 background

This text has black color on #5B6C48 background.


White color preview on #5B6C48 background

This text has white color on #5B6C48 background.