COLOR #5B6244

HEX: #5B6244
RGB: (91,98,68)

Color info

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

RGB color model

#5B6244 color RGB value is (91,98,68).

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

RGB channels and saturation

R 91 of 255 = 36%
G 98 of 255 = 38%
B 68 of 255 = 27%

91
98
68

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

Portions of RGB colors in percentages

R + G + B =
91 + 98 + 68 = 257 (100%)
R 91 of 257 ~ 35.41%
G 98 of 257 ~ 38.13%
B 68 of 257 ~ 26.46%

%35.41
%38.13
%26.46

CMYK color model

#5B6244 color CMYK value is (7,0,31,62).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 61.57%
CMYK:
(7,0,31,62)
C7M0Y31K62 
(7%,0%,31%,62%)
(0.07/0.00/0.31/0.62)	

CMYK percentages

%7.14
%0
%30.61
%61.57

Codes

Color #5B6244 in popluar color models

5B6244
RGB919868
HSL74°18.07%32.55%
HSB/HSV74°30.61%38.43%
CMYK7.14%0.00%30.61%
61.57%

Color #5B6244 in popluar number systems.

HEX5B6244
Decimal919868
Binary101101111000101000100
Octal133142104

Shades and tints

Shades of #5B6244

#5B6244
(91,98,68)
#535A3E
(83,90,62)
#4B5238
(75,82,56)
#434A32
(67,74,50)
#3B422C
(59,66,44)
#333A26
(51,58,38)
#2B3220
(43,50,32)
#232A1A
(35,42,26)
#1B2214
(27,34,20)
#131A0E
(19,26,14)
#0B1208
(11,18,8)
#000000
(0,0,0)

Tints of #5B6244

#5B6244
(91,98,68)
#697055
(105,112,85)
#777E66
(119,126,102)
#858C77
(133,140,119)
#939A88
(147,154,136)
#A1A899
(161,168,153)
#AFB6AA
(175,182,170)
#BDC4BB
(189,196,187)
#CBD2CC
(203,210,204)
#D9E0DD
(217,224,221)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6244; }

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

This text font color is #5B6244.


Background Color

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

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

This div background color is #5B6244.


Border color

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

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

This div border color is #5B6244.


Opacity

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

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

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

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

This text has shadow with #5B6244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6244 on black background.


Color preview on white background

This text has color #5B6244 on white background.



Black color preview on #5B6244 background

This text has black color on #5B6244 background.


White color preview on #5B6244 background

This text has white color on #5B6244 background.