COLOR #5B6247

HEX: #5B6247
RGB: (91,98,71)

Color info

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

RGB color model

#5B6247 color RGB value is (91,98,71).

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

RGB channels and saturation

R 91 of 255 = 36%
G 98 of 255 = 38%
B 71 of 255 = 28%

91
98
71

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

Portions of RGB colors in percentages

R + G + B =
91 + 98 + 71 = 260 (100%)
R 91 of 260 ~ 35%
G 98 of 260 ~ 37.69%
B 71 of 260 ~ 27.31%

%35
%37.69
%27.31

CMYK color model

#5B6247 color CMYK value is (7,0,28,62).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 27.55%
  • key color value is 61.57%
CMYK:
(7,0,28,62)
C7M0Y28K62 
(7%,0%,28%,62%)
(0.07/0.00/0.28/0.62)	

CMYK percentages

%7.14
%0
%27.55
%61.57

Codes

Color #5B6247 in popluar color models

5B6247
RGB919871
HSL76°15.98%33.14%
HSB/HSV76°27.55%38.43%
CMYK7.14%0.00%27.55%
61.57%

Color #5B6247 in popluar number systems.

HEX5B6247
Decimal919871
Binary101101111000101000111
Octal133142107

Shades and tints

Shades of #5B6247

#5B6247
(91,98,71)
#535A41
(83,90,65)
#4B523B
(75,82,59)
#434A35
(67,74,53)
#3B422F
(59,66,47)
#333A29
(51,58,41)
#2B3223
(43,50,35)
#232A1D
(35,42,29)
#1B2217
(27,34,23)
#131A11
(19,26,17)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #5B6247

#5B6247
(91,98,71)
#697057
(105,112,87)
#777E67
(119,126,103)
#858C77
(133,140,119)
#939A87
(147,154,135)
#A1A897
(161,168,151)
#AFB6A7
(175,182,167)
#BDC4B7
(189,196,183)
#CBD2C7
(203,210,199)
#D9E0D7
(217,224,215)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6247; }

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

This text font color is #5B6247.


Background Color

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

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

This div background color is #5B6247.


Border color

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

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

This div border color is #5B6247.


Opacity

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

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

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

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

This text has shadow with #5B6247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6247 on black background.


Color preview on white background

This text has color #5B6247 on white background.



Black color preview on #5B6247 background

This text has black color on #5B6247 background.


White color preview on #5B6247 background

This text has white color on #5B6247 background.