COLOR #5B7B11

HEX: #5B7B11
RGB: (91,123,17)

Color info

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

RGB color model

#5B7B11 color RGB value is (91,123,17).

  • red value is 91;
  • green value is 123;
  • blue value is 17.
RGB:
(91,123,17)
(36%,48%,7%)

RGB channels and saturation

R 91 of 255 = 36%
G 123 of 255 = 48%
B 17 of 255 = 7%

91
123
17

R + G + B ~ 30%. #5B7B11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 123 + 17 = 231 (100%)
R 91 of 231 ~ 39.39%
G 123 of 231 ~ 53.25%
B 17 of 231 ~ 7.36%

%39.39
%53.25

CMYK color model

#5B7B11 color CMYK value is (26,0,86,52).

  • cyan value is 26.02%
  • magenta value is 0.00%
  • yellow value is 86.18%
  • key color value is 51.76%
CMYK:
(26,0,86,52)
C26M0Y86K52 
(26%,0%,86%,52%)
(0.26/0.00/0.86/0.52)	

CMYK percentages

%26.02
%0
%86.18
%51.76

Codes

Color #5B7B11 in popluar color models

5B7B11
RGB9112317
HSL78°75.71%27.45%
HSB/HSV78°86.18%48.24%
CMYK26.02%0.00%86.18%
51.76%

Color #5B7B11 in popluar number systems.

HEX5B7B11
Decimal9112317
Binary1011011111101110001
Octal13317321

Shades and tints

Shades of #5B7B11

#5B7B11
(91,123,17)
#537010
(83,112,16)
#4B650F
(75,101,15)
#435A0E
(67,90,14)
#3B4F0D
(59,79,13)
#33440C
(51,68,12)
#2B390B
(43,57,11)
#232E0A
(35,46,10)
#1B2309
(27,35,9)
#131808
(19,24,8)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #5B7B11

#5B7B11
(91,123,17)
#698726
(105,135,38)
#77933B
(119,147,59)
#859F50
(133,159,80)
#93AB65
(147,171,101)
#A1B77A
(161,183,122)
#AFC38F
(175,195,143)
#BDCFA4
(189,207,164)
#CBDBB9
(203,219,185)
#D9E7CE
(217,231,206)
#E7F3E3
(231,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7B11; }

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

This text font color is #5B7B11.


Background Color

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

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

This div background color is #5B7B11.


Border color

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

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

This div border color is #5B7B11.


Opacity

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

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

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

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

This text has shadow with #5B7B11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7B11 on black background.


Color preview on white background

This text has color #5B7B11 on white background.



Black color preview on #5B7B11 background

This text has black color on #5B7B11 background.


White color preview on #5B7B11 background

This text has white color on #5B7B11 background.