COLOR #5B6340

HEX: #5B6340
RGB: (91,99,64)

Color info

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

RGB color model

#5B6340 color RGB value is (91,99,64).

  • red value is 91;
  • green value is 99;
  • blue value is 64.
RGB:
(91,99,64)
(36%,39%,25%)

RGB channels and saturation

R 91 of 255 = 36%
G 99 of 255 = 39%
B 64 of 255 = 25%

91
99
64

R + G + B ~ 33%. #5B6340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 99 + 64 = 254 (100%)
R 91 of 254 ~ 35.83%
G 99 of 254 ~ 38.98%
B 64 of 254 ~ 25.2%

%35.83
%38.98
%25.2

CMYK color model

#5B6340 color CMYK value is (8,0,35,61).

  • cyan value is 8.08%
  • magenta value is 0.00%
  • yellow value is 35.35%
  • key color value is 61.18%
CMYK:
(8,0,35,61)
C8M0Y35K61 
(8%,0%,35%,61%)
(0.08/0.00/0.35/0.61)	

CMYK percentages

%8.08
%0
%35.35
%61.18

Codes

Color #5B6340 in popluar color models

5B6340
RGB919964
HSL74°21.47%31.96%
HSB/HSV74°35.35%38.82%
CMYK8.08%0.00%35.35%
61.18%

Color #5B6340 in popluar number systems.

HEX5B6340
Decimal919964
Binary101101111000111000000
Octal133143100

Shades and tints

Shades of #5B6340

#5B6340
(91,99,64)
#535A3B
(83,90,59)
#4B5136
(75,81,54)
#434831
(67,72,49)
#3B3F2C
(59,63,44)
#333627
(51,54,39)
#2B2D22
(43,45,34)
#23241D
(35,36,29)
#1B1B18
(27,27,24)
#131213
(19,18,19)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #5B6340

#5B6340
(91,99,64)
#697151
(105,113,81)
#777F62
(119,127,98)
#858D73
(133,141,115)
#939B84
(147,155,132)
#A1A995
(161,169,149)
#AFB7A6
(175,183,166)
#BDC5B7
(189,197,183)
#CBD3C8
(203,211,200)
#D9E1D9
(217,225,217)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6340 color. Also use rgb(91,99,64) instead hex code.

Text Font Color

.myTextColor { color: #5B6340; }

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

This text font color is #5B6340.


Background Color

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

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

This div background color is #5B6340.


Border color

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

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

This div border color is #5B6340.


Opacity

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

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

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

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

This text has shadow with #5B6340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6340 on black background.


Color preview on white background

This text has color #5B6340 on white background.



Black color preview on #5B6340 background

This text has black color on #5B6340 background.


White color preview on #5B6340 background

This text has white color on #5B6340 background.