COLOR #5B6C2D

HEX: #5B6C2D
RGB: (91,108,45)

Color info

#5B6C2D contains mainly red and green colors. Web safe color of #5B6C2D is #666633 (or #663).

RGB color model

#5B6C2D color RGB value is (91,108,45).

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

RGB channels and saturation

R 91 of 255 = 36%
G 108 of 255 = 42%
B 45 of 255 = 18%

91
108
45

R + G + B ~ 32%. #5B6C2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 108 + 45 = 244 (100%)
R 91 of 244 ~ 37.3%
G 108 of 244 ~ 44.26%
B 45 of 244 ~ 18.44%

%37.3
%44.26
%18.44

CMYK color model

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

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 57.65%
CMYK:
(16,0,58,58)
C16M0Y58K58 
(16%,0%,58%,58%)
(0.16/0.00/0.58/0.58)	

CMYK percentages

%15.74
%0
%58.33
%57.65

Codes

Color #5B6C2D in popluar color models

5B6C2D
RGB9110845
HSL76°41.18%30.00%
HSB/HSV76°58.33%42.35%
CMYK15.74%0.00%58.33%
57.65%

Color #5B6C2D in popluar number systems.

HEX5B6C2D
Decimal9110845
Binary10110111101100101101
Octal13315455

Shades and tints

Shades of #5B6C2D

#5B6C2D
(91,108,45)
#536329
(83,99,41)
#4B5A25
(75,90,37)
#435121
(67,81,33)
#3B481D
(59,72,29)
#333F19
(51,63,25)
#2B3615
(43,54,21)
#232D11
(35,45,17)
#1B240D
(27,36,13)
#131B09
(19,27,9)
#0B1205
(11,18,5)
#000000
(0,0,0)

Tints of #5B6C2D

#5B6C2D
(91,108,45)
#697940
(105,121,64)
#778653
(119,134,83)
#859366
(133,147,102)
#93A079
(147,160,121)
#A1AD8C
(161,173,140)
#AFBA9F
(175,186,159)
#BDC7B2
(189,199,178)
#CBD4C5
(203,212,197)
#D9E1D8
(217,225,216)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6C2D; }

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

This text font color is #5B6C2D.


Background Color

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

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

This div background color is #5B6C2D.


Border color

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

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

This div border color is #5B6C2D.


Opacity

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

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

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

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

This text has shadow with #5B6C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6C2D on black background.


Color preview on white background

This text has color #5B6C2D on white background.



Black color preview on #5B6C2D background

This text has black color on #5B6C2D background.


White color preview on #5B6C2D background

This text has white color on #5B6C2D background.