COLOR #5B6E0B

HEX: #5B6E0B RGB: (91,110,11)

Color info

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

RGB color model

#5B6E0B color RGB value is (91,110,11).

RGB: (91,110,11) (36%, 43%, 4%)

RGB channels and saturation

R 91 of 255 = 36%
G 110 of 255 = 43%
B 11 of 255 = 4%

91
110
11

R + G + B ~ 28%. #5B6E0B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 110 + 11 = 212 (100%)
R 91 of 212 ~ 42.92%
G 110 of 212 ~ 51.89%
B 11 of 212 ~ 5.19'%

%42.92
%51.89

CMYK color model

#5B6E0B color CMYK value is (17,0,90,57).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 90.00%
  • key color value is 56.86%

CMYK: (17,0,90,57)
C17M0Y90K57 (17%, 0%, 90%, 57%)
(0.17 / 0.00 / 0.90 / 0.57)

CMYK percentages

%17.27
%0
%90
%56.86

Codes

Color #5B6E0B in popluar color models

5B 6E 0B
RGB 91 110 11
HSL 72° 81.82% 23.73%
HSB/HSV 72° 90.00% 43.14%
CMYK 17.27% 0.00% 90.00%
56.86%

Color #5B6E0B in popluar number systems.

HEX 5B 6E 0B
Decimal 91 110 11
Binary 1011011 1101110 1011
Octal 133 156 13

Shades and tints

Shades of #5B6E0B

#5B6E0B
(91,110,11)
#53640A
(83,100,10)
#4B5A09
(75,90,9)
#435008
(67,80,8)
#3B4607
(59,70,7)
#333C06
(51,60,6)
#2B3205
(43,50,5)
#232804
(35,40,4)
#1B1E03
(27,30,3)
#131402
(19,20,2)
#0B0A01
(11,10,1)
#000000
(0,0,0)

Tints of #5B6E0B

#5B6E0B
(91,110,11)
#697B21
(105,123,33)
#778837
(119,136,55)
#85954D
(133,149,77)
#93A263
(147,162,99)
#A1AF79
(161,175,121)
#AFBC8F
(175,188,143)
#BDC9A5
(189,201,165)
#CBD6BB
(203,214,187)
#D9E3D1
(217,227,209)
#E7F0E7
(231,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6E0B; }

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

This text font color is #5B6E0B.

Background Color

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

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

This div background color is #5B6E0B.

Border color

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

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

This div border color is #5B6E0B.

Opacity

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

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

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

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

This text has shadow with #5B6E0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6E0B.

Preview

Color preview on black background

This text has color #5B6E0B on black background.


Color preview on white background

This text has color #5B6E0B on white background.


Black color preview on #5B6E0B background

This text has black color on #5B6E0B background.


White color preview on #5B6E0B background

This text has white color on #5B6E0B background.


Related colors

Complementary color

Complementary color for #hex is #A491F4.


I love getcolorcode.com

Triadic colors

1 #0B5B6E and #6E0B5B with #5B6E0B are triadic colors.

2 #0B6E5B and #6E5B0B with #5B6E0B are triadic colors.