COLOR #5B6219

HEX: #5B6219
RGB: (91,98,25)

Color info

#5B6219 contains mainly red and green colors. Web safe color of #5B6219 is #666600 (or #660).

RGB color model

#5B6219 color RGB value is (91,98,25).

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

RGB channels and saturation

R 91 of 255 = 36%
G 98 of 255 = 38%
B 25 of 255 = 10%

91
98
25

R + G + B ~ 28%. #5B6219 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 98 + 25 = 214 (100%)
R 91 of 214 ~ 42.52%
G 98 of 214 ~ 45.79%
B 25 of 214 ~ 11.68%

%42.52
%45.79
%11.68

CMYK color model

#5B6219 color CMYK value is (7,0,74,62).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 74.49%
  • key color value is 61.57%
CMYK:
(7,0,74,62)
C7M0Y74K62 
(7%,0%,74%,62%)
(0.07/0.00/0.74/0.62)	

CMYK percentages

%7.14
%0
%74.49
%61.57

Codes

Color #5B6219 in popluar color models

5B6219
RGB919825
HSL66°59.35%24.12%
HSB/HSV66°74.49%38.43%
CMYK7.14%0.00%74.49%
61.57%

Color #5B6219 in popluar number systems.

HEX5B6219
Decimal919825
Binary1011011110001011001
Octal13314231

Shades and tints

Shades of #5B6219

#5B6219
(91,98,25)
#535A17
(83,90,23)
#4B5215
(75,82,21)
#434A13
(67,74,19)
#3B4211
(59,66,17)
#333A0F
(51,58,15)
#2B320D
(43,50,13)
#232A0B
(35,42,11)
#1B2209
(27,34,9)
#131A07
(19,26,7)
#0B1205
(11,18,5)
#000000
(0,0,0)

Tints of #5B6219

#5B6219
(91,98,25)
#69702D
(105,112,45)
#777E41
(119,126,65)
#858C55
(133,140,85)
#939A69
(147,154,105)
#A1A87D
(161,168,125)
#AFB691
(175,182,145)
#BDC4A5
(189,196,165)
#CBD2B9
(203,210,185)
#D9E0CD
(217,224,205)
#E7EEE1
(231,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6219; }

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

This text font color is #5B6219.


Background Color

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

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

This div background color is #5B6219.


Border color

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

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

This div border color is #5B6219.


Opacity

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

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

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

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

This text has shadow with #5B6219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6219 on black background.


Color preview on white background

This text has color #5B6219 on white background.



Black color preview on #5B6219 background

This text has black color on #5B6219 background.


White color preview on #5B6219 background

This text has white color on #5B6219 background.