COLOR #5B6638

HEX: #5B6638
RGB: (91,102,56)

Color info

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

RGB color model

#5B6638 color RGB value is (91,102,56).

  • red value is 91;
  • green value is 102;
  • blue value is 56.
RGB:
(91,102,56)
(36%,40%,22%)

RGB channels and saturation

R 91 of 255 = 36%
G 102 of 255 = 40%
B 56 of 255 = 22%

91
102
56

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

Portions of RGB colors in percentages

R + G + B =
91 + 102 + 56 = 249 (100%)
R 91 of 249 ~ 36.55%
G 102 of 249 ~ 40.96%
B 56 of 249 ~ 22.49%

%36.55
%40.96
%22.49

CMYK color model

#5B6638 color CMYK value is (11,0,45,60).

  • cyan value is 10.78%
  • magenta value is 0.00%
  • yellow value is 45.10%
  • key color value is 60.00%
CMYK:
(11,0,45,60)
C11M0Y45K60 
(11%,0%,45%,60%)
(0.11/0.00/0.45/0.60)	

CMYK percentages

%10.78
%0
%45.1
%60

Codes

Color #5B6638 in popluar color models

5B6638
RGB9110256
HSL74°29.11%30.98%
HSB/HSV74°45.10%40.00%
CMYK10.78%0.00%45.10%
60.00%

Color #5B6638 in popluar number systems.

HEX5B6638
Decimal9110256
Binary10110111100110111000
Octal13314670

Shades and tints

Shades of #5B6638

#5B6638
(91,102,56)
#535D33
(83,93,51)
#4B542E
(75,84,46)
#434B29
(67,75,41)
#3B4224
(59,66,36)
#33391F
(51,57,31)
#2B301A
(43,48,26)
#232715
(35,39,21)
#1B1E10
(27,30,16)
#13150B
(19,21,11)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #5B6638

#5B6638
(91,102,56)
#69734A
(105,115,74)
#77805C
(119,128,92)
#858D6E
(133,141,110)
#939A80
(147,154,128)
#A1A792
(161,167,146)
#AFB4A4
(175,180,164)
#BDC1B6
(189,193,182)
#CBCEC8
(203,206,200)
#D9DBDA
(217,219,218)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6638 color. Also use rgb(91,102,56) instead hex code.

Text Font Color

.myTextColor { color: #5B6638; }

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

This text font color is #5B6638.


Background Color

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

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

This div background color is #5B6638.


Border color

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

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

This div border color is #5B6638.


Opacity

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

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

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

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

This text has shadow with #5B6638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6638 on black background.


Color preview on white background

This text has color #5B6638 on white background.



Black color preview on #5B6638 background

This text has black color on #5B6638 background.


White color preview on #5B6638 background

This text has white color on #5B6638 background.