COLOR #5B6C41

HEX: #5B6C41
RGB: (91,108,65)

Color info

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

RGB color model

#5B6C41 color RGB value is (91,108,65).

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

RGB channels and saturation

R 91 of 255 = 36%
G 108 of 255 = 42%
B 65 of 255 = 25%

91
108
65

R + G + B ~ 34%. #5B6C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 108 + 65 = 264 (100%)
R 91 of 264 ~ 34.47%
G 108 of 264 ~ 40.91%
B 65 of 264 ~ 24.62%

%34.47
%40.91
%24.62

CMYK color model

#5B6C41 color CMYK value is (16,0,40,58).

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 39.81%
  • key color value is 57.65%
CMYK:
(16,0,40,58)
C16M0Y40K58 
(16%,0%,40%,58%)
(0.16/0.00/0.40/0.58)	

CMYK percentages

%15.74
%0
%39.81
%57.65

Codes

Color #5B6C41 in popluar color models

5B6C41
RGB9110865
HSL84°24.86%33.92%
HSB/HSV84°39.81%42.35%
CMYK15.74%0.00%39.81%
57.65%

Color #5B6C41 in popluar number systems.

HEX5B6C41
Decimal9110865
Binary101101111011001000001
Octal133154101

Shades and tints

Shades of #5B6C41

#5B6C41
(91,108,65)
#53633C
(83,99,60)
#4B5A37
(75,90,55)
#435132
(67,81,50)
#3B482D
(59,72,45)
#333F28
(51,63,40)
#2B3623
(43,54,35)
#232D1E
(35,45,30)
#1B2419
(27,36,25)
#131B14
(19,27,20)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #5B6C41

#5B6C41
(91,108,65)
#697952
(105,121,82)
#778663
(119,134,99)
#859374
(133,147,116)
#93A085
(147,160,133)
#A1AD96
(161,173,150)
#AFBAA7
(175,186,167)
#BDC7B8
(189,199,184)
#CBD4C9
(203,212,201)
#D9E1DA
(217,225,218)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6C41; }

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

This text font color is #5B6C41.


Background Color

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

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

This div background color is #5B6C41.


Border color

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

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

This div border color is #5B6C41.


Opacity

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

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

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

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

This text has shadow with #5B6C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6C41 on black background.


Color preview on white background

This text has color #5B6C41 on white background.



Black color preview on #5B6C41 background

This text has black color on #5B6C41 background.


White color preview on #5B6C41 background

This text has white color on #5B6C41 background.