COLOR #5B6010

HEX: #5B6010
RGB: (91,96,16)

Color info

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

RGB color model

#5B6010 color RGB value is (91,96,16).

  • red value is 91;
  • green value is 96;
  • blue value is 16.
RGB:
(91,96,16)
(36%,38%,6%)

RGB channels and saturation

R 91 of 255 = 36%
G 96 of 255 = 38%
B 16 of 255 = 6%

91
96
16

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

Portions of RGB colors in percentages

R + G + B =
91 + 96 + 16 = 203 (100%)
R 91 of 203 ~ 44.83%
G 96 of 203 ~ 47.29%
B 16 of 203 ~ 7.88%

%44.83
%47.29

CMYK color model

#5B6010 color CMYK value is (5,0,83,62).

  • cyan value is 5.21%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 62.35%
CMYK:
(5,0,83,62)
C5M0Y83K62 
(5%,0%,83%,62%)
(0.05/0.00/0.83/0.62)	

CMYK percentages

%5.21
%0
%83.33
%62.35

Codes

Color #5B6010 in popluar color models

5B6010
RGB919616
HSL64°71.43%21.96%
HSB/HSV64°83.33%37.65%
CMYK5.21%0.00%83.33%
62.35%

Color #5B6010 in popluar number systems.

HEX5B6010
Decimal919616
Binary1011011110000010000
Octal13314020

Shades and tints

Shades of #5B6010

#5B6010
(91,96,16)
#53580F
(83,88,15)
#4B500E
(75,80,14)
#43480D
(67,72,13)
#3B400C
(59,64,12)
#33380B
(51,56,11)
#2B300A
(43,48,10)
#232809
(35,40,9)
#1B2008
(27,32,8)
#131807
(19,24,7)
#0B1006
(11,16,6)
#000000
(0,0,0)

Tints of #5B6010

#5B6010
(91,96,16)
#696E25
(105,110,37)
#777C3A
(119,124,58)
#858A4F
(133,138,79)
#939864
(147,152,100)
#A1A679
(161,166,121)
#AFB48E
(175,180,142)
#BDC2A3
(189,194,163)
#CBD0B8
(203,208,184)
#D9DECD
(217,222,205)
#E7ECE2
(231,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B6010 color. Also use rgb(91,96,16) instead hex code.

Text Font Color

.myTextColor { color: #5B6010; }

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

This text font color is #5B6010.


Background Color

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

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

This div background color is #5B6010.


Border color

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

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

This div border color is #5B6010.


Opacity

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

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

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

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

This text has shadow with #5B6010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6010 on black background.


Color preview on white background

This text has color #5B6010 on white background.



Black color preview on #5B6010 background

This text has black color on #5B6010 background.


White color preview on #5B6010 background

This text has white color on #5B6010 background.