COLOR #5B6947

HEX: #5B6947
RGB: (91,105,71)

Color info

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

RGB color model

#5B6947 color RGB value is (91,105,71).

  • red value is 91;
  • green value is 105;
  • blue value is 71.
RGB:
(91,105,71)
(36%,41%,28%)

RGB channels and saturation

R 91 of 255 = 36%
G 105 of 255 = 41%
B 71 of 255 = 28%

91
105
71

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

Portions of RGB colors in percentages

R + G + B =
91 + 105 + 71 = 267 (100%)
R 91 of 267 ~ 34.08%
G 105 of 267 ~ 39.33%
B 71 of 267 ~ 26.59%

%34.08
%39.33
%26.59

CMYK color model

#5B6947 color CMYK value is (13,0,32,59).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 32.38%
  • key color value is 58.82%
CMYK:
(13,0,32,59)
C13M0Y32K59 
(13%,0%,32%,59%)
(0.13/0.00/0.32/0.59)	

CMYK percentages

%13.33
%0
%32.38
%58.82

Codes

Color #5B6947 in popluar color models

5B6947
RGB9110571
HSL85°19.32%34.51%
HSB/HSV85°32.38%41.18%
CMYK13.33%0.00%32.38%
58.82%

Color #5B6947 in popluar number systems.

HEX5B6947
Decimal9110571
Binary101101111010011000111
Octal133151107

Shades and tints

Shades of #5B6947

#5B6947
(91,105,71)
#536041
(83,96,65)
#4B573B
(75,87,59)
#434E35
(67,78,53)
#3B452F
(59,69,47)
#333C29
(51,60,41)
#2B3323
(43,51,35)
#232A1D
(35,42,29)
#1B2117
(27,33,23)
#131811
(19,24,17)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #5B6947

#5B6947
(91,105,71)
#697657
(105,118,87)
#778367
(119,131,103)
#859077
(133,144,119)
#939D87
(147,157,135)
#A1AA97
(161,170,151)
#AFB7A7
(175,183,167)
#BDC4B7
(189,196,183)
#CBD1C7
(203,209,199)
#D9DED7
(217,222,215)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6947 color. Also use rgb(91,105,71) instead hex code.

Text Font Color

.myTextColor { color: #5B6947; }

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

This text font color is #5B6947.


Background Color

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

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

This div background color is #5B6947.


Border color

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

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

This div border color is #5B6947.


Opacity

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

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

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

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

This text has shadow with #5B6947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6947 on black background.


Color preview on white background

This text has color #5B6947 on white background.



Black color preview on #5B6947 background

This text has black color on #5B6947 background.


White color preview on #5B6947 background

This text has white color on #5B6947 background.