COLOR #5B6121

HEX: #5B6121
RGB: (91,97,33)

Color info

#5B6121 contains mainly red and green colors. Web safe color of #5B6121 is #666633 (or #663).

RGB color model

#5B6121 color RGB value is (91,97,33).

  • red value is 91;
  • green value is 97;
  • blue value is 33.
RGB:
(91,97,33)
(36%,38%,13%)

RGB channels and saturation

R 91 of 255 = 36%
G 97 of 255 = 38%
B 33 of 255 = 13%

91
97
33

R + G + B ~ 29%. #5B6121 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 97 + 33 = 221 (100%)
R 91 of 221 ~ 41.18%
G 97 of 221 ~ 43.89%
B 33 of 221 ~ 14.93%

%41.18
%43.89
%14.93

CMYK color model

#5B6121 color CMYK value is (6,0,66,62).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 65.98%
  • key color value is 61.96%
CMYK:
(6,0,66,62)
C6M0Y66K62 
(6%,0%,66%,62%)
(0.06/0.00/0.66/0.62)	

CMYK percentages

%6.19
%0
%65.98
%61.96

Codes

Color #5B6121 in popluar color models

5B6121
RGB919733
HSL66°49.23%25.49%
HSB/HSV66°65.98%38.04%
CMYK6.19%0.00%65.98%
61.96%

Color #5B6121 in popluar number systems.

HEX5B6121
Decimal919733
Binary10110111100001100001
Octal13314141

Shades and tints

Shades of #5B6121

#5B6121
(91,97,33)
#53591E
(83,89,30)
#4B511B
(75,81,27)
#434918
(67,73,24)
#3B4115
(59,65,21)
#333912
(51,57,18)
#2B310F
(43,49,15)
#23290C
(35,41,12)
#1B2109
(27,33,9)
#131906
(19,25,6)
#0B1103
(11,17,3)
#000000
(0,0,0)

Tints of #5B6121

#5B6121
(91,97,33)
#696F35
(105,111,53)
#777D49
(119,125,73)
#858B5D
(133,139,93)
#939971
(147,153,113)
#A1A785
(161,167,133)
#AFB599
(175,181,153)
#BDC3AD
(189,195,173)
#CBD1C1
(203,209,193)
#D9DFD5
(217,223,213)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6121 color. Also use rgb(91,97,33) instead hex code.

Text Font Color

.myTextColor { color: #5B6121; }

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

This text font color is #5B6121.


Background Color

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

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

This div background color is #5B6121.


Border color

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

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

This div border color is #5B6121.


Opacity

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

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

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

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

This text has shadow with #5B6121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6121 on black background.


Color preview on white background

This text has color #5B6121 on white background.



Black color preview on #5B6121 background

This text has black color on #5B6121 background.


White color preview on #5B6121 background

This text has white color on #5B6121 background.