COLOR #5B6300

HEX: #5B6300
RGB: (91,99,0)

Color info

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

RGB color model

#5B6300 color RGB value is (91,99,0).

  • red value is 91;
  • green value is 99;
  • blue value is 0.
RGB:
(91,99,0)
(36%,39%,0%)

RGB channels and saturation

R 91 of 255 = 36%
G 99 of 255 = 39%
B 0 of 255 = 0%

91
99
0

R + G + B ~ 25%. #5B6300 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 99 + 0 = 190 (100%)
R 91 of 190 ~ 47.89%
G 99 of 190 ~ 52.11%
B 0 of 190 ~ 0%

%47.89
%52.11

CMYK color model

#5B6300 color CMYK value is (8,0,100,61).

  • cyan value is 8.08%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 61.18%
CMYK:
(8,0,100,61)
C8M0Y100K61 
(8%,0%,100%,61%)
(0.08/0.00/1.00/0.61)	

CMYK percentages

%8.08
%0
%100
%61.18

Codes

Color #5B6300 in popluar color models

5B6300
RGB91990
HSL65°100.00%19.41%
HSB/HSV65°100.00%38.82%
CMYK8.08%0.00%100.00%
61.18%

Color #5B6300 in popluar number systems.

HEX5B6300
Decimal91990
Binary101101111000110
Octal1331430

Shades and tints

Shades of #5B6300

#5B6300
(91,99,0)
#535A00
(83,90,0)
#4B5100
(75,81,0)
#434800
(67,72,0)
#3B3F00
(59,63,0)
#333600
(51,54,0)
#2B2D00
(43,45,0)
#232400
(35,36,0)
#1B1B00
(27,27,0)
#131200
(19,18,0)
#0B0900
(11,9,0)
#000000
(0,0,0)

Tints of #5B6300

#5B6300
(91,99,0)
#697117
(105,113,23)
#777F2E
(119,127,46)
#858D45
(133,141,69)
#939B5C
(147,155,92)
#A1A973
(161,169,115)
#AFB78A
(175,183,138)
#BDC5A1
(189,197,161)
#CBD3B8
(203,211,184)
#D9E1CF
(217,225,207)
#E7EFE6
(231,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6300 color. Also use rgb(91,99,0) instead hex code.

Text Font Color

.myTextColor { color: #5B6300; }

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

This text font color is #5B6300.


Background Color

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

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

This div background color is #5B6300.


Border color

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

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

This div border color is #5B6300.


Opacity

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

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

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

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

This text has shadow with #5B6300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6300 on black background.


Color preview on white background

This text has color #5B6300 on white background.



Black color preview on #5B6300 background

This text has black color on #5B6300 background.


White color preview on #5B6300 background

This text has white color on #5B6300 background.