COLOR #5B6C3B

HEX: #5B6C3B
RGB: (91,108,59)

Color info

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

RGB color model

#5B6C3B color RGB value is (91,108,59).

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

RGB channels and saturation

R 91 of 255 = 36%
G 108 of 255 = 42%
B 59 of 255 = 23%

91
108
59

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

Portions of RGB colors in percentages

R + G + B =
91 + 108 + 59 = 258 (100%)
R 91 of 258 ~ 35.27%
G 108 of 258 ~ 41.86%
B 59 of 258 ~ 22.87%

%35.27
%41.86
%22.87

CMYK color model

#5B6C3B color CMYK value is (16,0,45,58).

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 45.37%
  • key color value is 57.65%
CMYK:
(16,0,45,58)
C16M0Y45K58 
(16%,0%,45%,58%)
(0.16/0.00/0.45/0.58)	

CMYK percentages

%15.74
%0
%45.37
%57.65

Codes

Color #5B6C3B in popluar color models

5B6C3B
RGB9110859
HSL81°29.34%32.75%
HSB/HSV81°45.37%42.35%
CMYK15.74%0.00%45.37%
57.65%

Color #5B6C3B in popluar number systems.

HEX5B6C3B
Decimal9110859
Binary10110111101100111011
Octal13315473

Shades and tints

Shades of #5B6C3B

#5B6C3B
(91,108,59)
#536336
(83,99,54)
#4B5A31
(75,90,49)
#43512C
(67,81,44)
#3B4827
(59,72,39)
#333F22
(51,63,34)
#2B361D
(43,54,29)
#232D18
(35,45,24)
#1B2413
(27,36,19)
#131B0E
(19,27,14)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #5B6C3B

#5B6C3B
(91,108,59)
#69794C
(105,121,76)
#77865D
(119,134,93)
#85936E
(133,147,110)
#93A07F
(147,160,127)
#A1AD90
(161,173,144)
#AFBAA1
(175,186,161)
#BDC7B2
(189,199,178)
#CBD4C3
(203,212,195)
#D9E1D4
(217,225,212)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6C3B; }

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

This text font color is #5B6C3B.


Background Color

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

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

This div background color is #5B6C3B.


Border color

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

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

This div border color is #5B6C3B.


Opacity

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

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

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

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

This text has shadow with #5B6C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6C3B on black background.


Color preview on white background

This text has color #5B6C3B on white background.



Black color preview on #5B6C3B background

This text has black color on #5B6C3B background.


White color preview on #5B6C3B background

This text has white color on #5B6C3B background.