COLOR #5B5E05

HEX: #5B5E05
RGB: (91,94,5)

Color info

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

RGB color model

#5B5E05 color RGB value is (91,94,5).

  • red value is 91;
  • green value is 94;
  • blue value is 5.
RGB:
(91,94,5)
(36%,37%,2%)

RGB channels and saturation

R 91 of 255 = 36%
G 94 of 255 = 37%
B 5 of 255 = 2%

91
94
5

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

Portions of RGB colors in percentages

R + G + B =
91 + 94 + 5 = 190 (100%)
R 91 of 190 ~ 47.89%
G 94 of 190 ~ 49.47%
B 5 of 190 ~ 2.63%

%47.89
%49.47

CMYK color model

#5B5E05 color CMYK value is (3,0,95,63).

  • cyan value is 3.19%
  • magenta value is 0.00%
  • yellow value is 94.68%
  • key color value is 63.14%
CMYK:
(3,0,95,63)
C3M0Y95K63 
(3%,0%,95%,63%)
(0.03/0.00/0.95/0.63)	

CMYK percentages

%3.19
%0
%94.68
%63.14

Codes

Color #5B5E05 in popluar color models

5B5E05
RGB91945
HSL62°89.90%19.41%
HSB/HSV62°94.68%36.86%
CMYK3.19%0.00%94.68%
63.14%

Color #5B5E05 in popluar number systems.

HEX5B5E05
Decimal91945
Binary10110111011110101
Octal1331365

Shades and tints

Shades of #5B5E05

#5B5E05
(91,94,5)
#535605
(83,86,5)
#4B4E05
(75,78,5)
#434605
(67,70,5)
#3B3E05
(59,62,5)
#333605
(51,54,5)
#2B2E05
(43,46,5)
#232605
(35,38,5)
#1B1E05
(27,30,5)
#131605
(19,22,5)
#0B0E05
(11,14,5)
#000000
(0,0,0)

Tints of #5B5E05

#5B5E05
(91,94,5)
#696C1B
(105,108,27)
#777A31
(119,122,49)
#858847
(133,136,71)
#93965D
(147,150,93)
#A1A473
(161,164,115)
#AFB289
(175,178,137)
#BDC09F
(189,192,159)
#CBCEB5
(203,206,181)
#D9DCCB
(217,220,203)
#E7EAE1
(231,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5E05; }

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

This text font color is #5B5E05.


Background Color

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

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

This div background color is #5B5E05.


Border color

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

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

This div border color is #5B5E05.


Opacity

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

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

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

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

This text has shadow with #5B5E05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5E05 on black background.


Color preview on white background

This text has color #5B5E05 on white background.



Black color preview on #5B5E05 background

This text has black color on #5B5E05 background.


White color preview on #5B5E05 background

This text has white color on #5B5E05 background.