COLOR #5B7447

HEX: #5B7447
RGB: (91,116,71)

Color info

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

RGB color model

#5B7447 color RGB value is (91,116,71).

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

RGB channels and saturation

R 91 of 255 = 36%
G 116 of 255 = 45%
B 71 of 255 = 28%

91
116
71

R + G + B ~ 36%. #5B7447 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 116 + 71 = 278 (100%)
R 91 of 278 ~ 32.73%
G 116 of 278 ~ 41.73%
B 71 of 278 ~ 25.54%

%32.73
%41.73
%25.54

CMYK color model

#5B7447 color CMYK value is (22,0,39,55).

  • cyan value is 21.55%
  • magenta value is 0.00%
  • yellow value is 38.79%
  • key color value is 54.51%
CMYK:
(22,0,39,55)
C22M0Y39K55 
(22%,0%,39%,55%)
(0.22/0.00/0.39/0.55)	

CMYK percentages

%21.55
%0
%38.79
%54.51

Codes

Color #5B7447 in popluar color models

5B7447
RGB9111671
HSL93°24.06%36.67%
HSB/HSV93°38.79%45.49%
CMYK21.55%0.00%38.79%
54.51%

Color #5B7447 in popluar number systems.

HEX5B7447
Decimal9111671
Binary101101111101001000111
Octal133164107

Shades and tints

Shades of #5B7447

#5B7447
(91,116,71)
#536A41
(83,106,65)
#4B603B
(75,96,59)
#435635
(67,86,53)
#3B4C2F
(59,76,47)
#334229
(51,66,41)
#2B3823
(43,56,35)
#232E1D
(35,46,29)
#1B2417
(27,36,23)
#131A11
(19,26,17)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #5B7447

#5B7447
(91,116,71)
#698057
(105,128,87)
#778C67
(119,140,103)
#859877
(133,152,119)
#93A487
(147,164,135)
#A1B097
(161,176,151)
#AFBCA7
(175,188,167)
#BDC8B7
(189,200,183)
#CBD4C7
(203,212,199)
#D9E0D7
(217,224,215)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7447; }

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

This text font color is #5B7447.


Background Color

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

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

This div background color is #5B7447.


Border color

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

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

This div border color is #5B7447.


Opacity

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

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

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

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

This text has shadow with #5B7447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7447 on black background.


Color preview on white background

This text has color #5B7447 on white background.



Black color preview on #5B7447 background

This text has black color on #5B7447 background.


White color preview on #5B7447 background

This text has white color on #5B7447 background.