COLOR #5B6C01

HEX: #5B6C01
RGB: (91,108,1)

Color info

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

RGB color model

#5B6C01 color RGB value is (91,108,1).

  • red value is 91;
  • green value is 108;
  • blue value is 1.
RGB:
(91,108,1)
(36%,42%,0%)

RGB channels and saturation

R 91 of 255 = 36%
G 108 of 255 = 42%
B 1 of 255 = 0%

91
108
1

R + G + B ~ 26%. #5B6C01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 108 + 1 = 200 (100%)
R 91 of 200 ~ 45.5%
G 108 of 200 ~ 54%
B 1 of 200 ~ 0.5%

%45.5
%54

CMYK color model

#5B6C01 color CMYK value is (16,0,99,58).

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 99.07%
  • key color value is 57.65%
CMYK:
(16,0,99,58)
C16M0Y99K58 
(16%,0%,99%,58%)
(0.16/0.00/0.99/0.58)	

CMYK percentages

%15.74
%0
%99.07
%57.65

Codes

Color #5B6C01 in popluar color models

5B6C01
RGB911081
HSL70°98.17%21.37%
HSB/HSV70°99.07%42.35%
CMYK15.74%0.00%99.07%
57.65%

Color #5B6C01 in popluar number systems.

HEX5B6C01
Decimal911081
Binary101101111011001
Octal1331541

Shades and tints

Shades of #5B6C01

#5B6C01
(91,108,1)
#536301
(83,99,1)
#4B5A01
(75,90,1)
#435101
(67,81,1)
#3B4801
(59,72,1)
#333F01
(51,63,1)
#2B3601
(43,54,1)
#232D01
(35,45,1)
#1B2401
(27,36,1)
#131B01
(19,27,1)
#0B1201
(11,18,1)
#000000
(0,0,0)

Tints of #5B6C01

#5B6C01
(91,108,1)
#697918
(105,121,24)
#77862F
(119,134,47)
#859346
(133,147,70)
#93A05D
(147,160,93)
#A1AD74
(161,173,116)
#AFBA8B
(175,186,139)
#BDC7A2
(189,199,162)
#CBD4B9
(203,212,185)
#D9E1D0
(217,225,208)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6C01; }

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

This text font color is #5B6C01.


Background Color

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

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

This div background color is #5B6C01.


Border color

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

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

This div border color is #5B6C01.


Opacity

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

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

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

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

This text has shadow with #5B6C01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6C01 on black background.


Color preview on white background

This text has color #5B6C01 on white background.



Black color preview on #5B6C01 background

This text has black color on #5B6C01 background.


White color preview on #5B6C01 background

This text has white color on #5B6C01 background.