COLOR #5B6844

HEX: #5B6844 RGB: (91,104,68)

Color info

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

RGB color model

#5B6844 color RGB value is (91,104,68).

RGB: (91,104,68) (36%, 41%, 27%)

RGB channels and saturation

R 91 of 255 = 36%
G 104 of 255 = 41%
B 68 of 255 = 27%

91
104
68

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

Portions of RGB colors in percentages

R + G + B = 91 + 104 + 68 = 263 (100%)
R 91 of 263 ~ 34.6%
G 104 of 263 ~ 39.54%
B 68 of 263 ~ 25.86'%

%34.6
%39.54
%25.86

CMYK color model

#5B6844 color CMYK value is (13,0,35,59).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 59.22%

CMYK: (13,0,35,59)
C13M0Y35K59 (13%, 0%, 35%, 59%)
(0.13 / 0.00 / 0.35 / 0.59)

CMYK percentages

%12.5
%0
%34.62
%59.22

Codes

Color #5B6844 in popluar color models

5B 68 44
RGB 91 104 68
HSL 82° 20.93% 33.73%
HSB/HSV 82° 34.62% 40.78%
CMYK 12.50% 0.00% 34.62%
59.22%

Color #5B6844 in popluar number systems.

HEX 5B 68 44
Decimal 91 104 68
Binary 1011011 1101000 1000100
Octal 133 150 104

Shades and tints

Shades of #5B6844

#5B6844
(91,104,68)
#535F3E
(83,95,62)
#4B5638
(75,86,56)
#434D32
(67,77,50)
#3B442C
(59,68,44)
#333B26
(51,59,38)
#2B3220
(43,50,32)
#23291A
(35,41,26)
#1B2014
(27,32,20)
#13170E
(19,23,14)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #5B6844

#5B6844
(91,104,68)
#697555
(105,117,85)
#778266
(119,130,102)
#858F77
(133,143,119)
#939C88
(147,156,136)
#A1A999
(161,169,153)
#AFB6AA
(175,182,170)
#BDC3BB
(189,195,187)
#CBD0CC
(203,208,204)
#D9DDDD
(217,221,221)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6844 color. Also use rgb(91,104,68) instead hex code.

Text Font Color

.myTextColor { color: #5B6844; }

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

This text font color is #5B6844.

Background Color

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

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

This div background color is #5B6844.

Border color

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

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

This div border color is #5B6844.

Opacity

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

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

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

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

This text has shadow with #5B6844 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6844.

Preview

Color preview on black background

This text has color #5B6844 on black background.


Color preview on white background

This text has color #5B6844 on white background.


Black color preview on #5B6844 background

This text has black color on #5B6844 background.


White color preview on #5B6844 background

This text has white color on #5B6844 background.


Related colors

Complementary color

Complementary color for #hex is #A497BB.


I love getcolorcode.com

Triadic colors

1 #445B68 and #68445B with #5B6844 are triadic colors.

2 #44685B and #685B44 with #5B6844 are triadic colors.