COLOR #5B6E07

HEX: #5B6E07
RGB: (91,110,7)

Color info

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

RGB color model

#5B6E07 color RGB value is (91,110,7).

  • red value is 91;
  • green value is 110;
  • blue value is 7.
RGB:
(91,110,7)
(36%,43%,3%)

RGB channels and saturation

R 91 of 255 = 36%
G 110 of 255 = 43%
B 7 of 255 = 3%

91
110
7

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

Portions of RGB colors in percentages

R + G + B =
91 + 110 + 7 = 208 (100%)
R 91 of 208 ~ 43.75%
G 110 of 208 ~ 52.88%
B 7 of 208 ~ 3.37%

%43.75
%52.88

CMYK color model

#5B6E07 color CMYK value is (17,0,94,57).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 93.64%
  • key color value is 56.86%
CMYK:
(17,0,94,57)
C17M0Y94K57 
(17%,0%,94%,57%)
(0.17/0.00/0.94/0.57)	

CMYK percentages

%17.27
%0
%93.64
%56.86

Codes

Color #5B6E07 in popluar color models

5B6E07
RGB911107
HSL71°88.03%22.94%
HSB/HSV71°93.64%43.14%
CMYK17.27%0.00%93.64%
56.86%

Color #5B6E07 in popluar number systems.

HEX5B6E07
Decimal911107
Binary10110111101110111
Octal1331567

Shades and tints

Shades of #5B6E07

#5B6E07
(91,110,7)
#536407
(83,100,7)
#4B5A07
(75,90,7)
#435007
(67,80,7)
#3B4607
(59,70,7)
#333C07
(51,60,7)
#2B3207
(43,50,7)
#232807
(35,40,7)
#1B1E07
(27,30,7)
#131407
(19,20,7)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #5B6E07

#5B6E07
(91,110,7)
#697B1D
(105,123,29)
#778833
(119,136,51)
#859549
(133,149,73)
#93A25F
(147,162,95)
#A1AF75
(161,175,117)
#AFBC8B
(175,188,139)
#BDC9A1
(189,201,161)
#CBD6B7
(203,214,183)
#D9E3CD
(217,227,205)
#E7F0E3
(231,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6E07; }

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

This text font color is #5B6E07.


Background Color

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

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

This div background color is #5B6E07.


Border color

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

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

This div border color is #5B6E07.


Opacity

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

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

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

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

This text has shadow with #5B6E07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6E07 on black background.


Color preview on white background

This text has color #5B6E07 on white background.



Black color preview on #5B6E07 background

This text has black color on #5B6E07 background.


White color preview on #5B6E07 background

This text has white color on #5B6E07 background.