COLOR #5B6A09

HEX: #5B6A09
RGB: (91,106,9)

Color info

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

RGB color model

#5B6A09 color RGB value is (91,106,9).

  • red value is 91;
  • green value is 106;
  • blue value is 9.
RGB:
(91,106,9)
(36%,42%,4%)

RGB channels and saturation

R 91 of 255 = 36%
G 106 of 255 = 42%
B 9 of 255 = 4%

91
106
9

R + G + B ~ 27%. #5B6A09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 106 + 9 = 206 (100%)
R 91 of 206 ~ 44.17%
G 106 of 206 ~ 51.46%
B 9 of 206 ~ 4.37%

%44.17
%51.46

CMYK color model

#5B6A09 color CMYK value is (14,0,92,58).

  • cyan value is 14.15%
  • magenta value is 0.00%
  • yellow value is 91.51%
  • key color value is 58.43%
CMYK:
(14,0,92,58)
C14M0Y92K58 
(14%,0%,92%,58%)
(0.14/0.00/0.92/0.58)	

CMYK percentages

%14.15
%0
%91.51
%58.43

Codes

Color #5B6A09 in popluar color models

5B6A09
RGB911069
HSL69°84.35%22.55%
HSB/HSV69°91.51%41.57%
CMYK14.15%0.00%91.51%
58.43%

Color #5B6A09 in popluar number systems.

HEX5B6A09
Decimal911069
Binary101101111010101001
Octal13315211

Shades and tints

Shades of #5B6A09

#5B6A09
(91,106,9)
#536109
(83,97,9)
#4B5809
(75,88,9)
#434F09
(67,79,9)
#3B4609
(59,70,9)
#333D09
(51,61,9)
#2B3409
(43,52,9)
#232B09
(35,43,9)
#1B2209
(27,34,9)
#131909
(19,25,9)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #5B6A09

#5B6A09
(91,106,9)
#69771F
(105,119,31)
#778435
(119,132,53)
#85914B
(133,145,75)
#939E61
(147,158,97)
#A1AB77
(161,171,119)
#AFB88D
(175,184,141)
#BDC5A3
(189,197,163)
#CBD2B9
(203,210,185)
#D9DFCF
(217,223,207)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6A09 color. Also use rgb(91,106,9) instead hex code.

Text Font Color

.myTextColor { color: #5B6A09; }

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

This text font color is #5B6A09.


Background Color

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

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

This div background color is #5B6A09.


Border color

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

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

This div border color is #5B6A09.


Opacity

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

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

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

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

This text has shadow with #5B6A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6A09 on black background.


Color preview on white background

This text has color #5B6A09 on white background.



Black color preview on #5B6A09 background

This text has black color on #5B6A09 background.


White color preview on #5B6A09 background

This text has white color on #5B6A09 background.