COLOR #5B6B2D

HEX: #5B6B2D
RGB: (91,107,45)

Color info

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

RGB color model

#5B6B2D color RGB value is (91,107,45).

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

RGB channels and saturation

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

91
107
45

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

Portions of RGB colors in percentages

R + G + B =
91 + 107 + 45 = 243 (100%)
R 91 of 243 ~ 37.45%
G 107 of 243 ~ 44.03%
B 45 of 243 ~ 18.52%

%37.45
%44.03
%18.52

CMYK color model

#5B6B2D color CMYK value is (15,0,58,58).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 57.94%
  • key color value is 58.04%
CMYK:
(15,0,58,58)
C15M0Y58K58 
(15%,0%,58%,58%)
(0.15/0.00/0.58/0.58)	

CMYK percentages

%14.95
%0
%57.94
%58.04

Codes

Color #5B6B2D in popluar color models

5B6B2D
RGB9110745
HSL75°40.79%29.80%
HSB/HSV75°57.94%41.96%
CMYK14.95%0.00%57.94%
58.04%

Color #5B6B2D in popluar number systems.

HEX5B6B2D
Decimal9110745
Binary10110111101011101101
Octal13315355

Shades and tints

Shades of #5B6B2D

#5B6B2D
(91,107,45)
#536229
(83,98,41)
#4B5925
(75,89,37)
#435021
(67,80,33)
#3B471D
(59,71,29)
#333E19
(51,62,25)
#2B3515
(43,53,21)
#232C11
(35,44,17)
#1B230D
(27,35,13)
#131A09
(19,26,9)
#0B1105
(11,17,5)
#000000
(0,0,0)

Tints of #5B6B2D

#5B6B2D
(91,107,45)
#697840
(105,120,64)
#778553
(119,133,83)
#859266
(133,146,102)
#939F79
(147,159,121)
#A1AC8C
(161,172,140)
#AFB99F
(175,185,159)
#BDC6B2
(189,198,178)
#CBD3C5
(203,211,197)
#D9E0D8
(217,224,216)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6B2D; }

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

This text font color is #5B6B2D.


Background Color

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

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

This div background color is #5B6B2D.


Border color

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

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

This div border color is #5B6B2D.


Opacity

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

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

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

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

This text has shadow with #5B6B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6B2D on black background.


Color preview on white background

This text has color #5B6B2D on white background.



Black color preview on #5B6B2D background

This text has black color on #5B6B2D background.


White color preview on #5B6B2D background

This text has white color on #5B6B2D background.