COLOR #5B7333

HEX: #5B7333
RGB: (91,115,51)

Color info

#5B7333 contains mainly red and green colors. Web safe color of #5B7333 is #666633 (or #663).

RGB color model

#5B7333 color RGB value is (91,115,51).

  • red value is 91;
  • green value is 115;
  • blue value is 51.
RGB:
(91,115,51)
(36%,45%,20%)

RGB channels and saturation

R 91 of 255 = 36%
G 115 of 255 = 45%
B 51 of 255 = 20%

91
115
51

R + G + B ~ 34%. #5B7333 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 115 + 51 = 257 (100%)
R 91 of 257 ~ 35.41%
G 115 of 257 ~ 44.75%
B 51 of 257 ~ 19.84%

%35.41
%44.75
%19.84

CMYK color model

#5B7333 color CMYK value is (21,0,56,55).

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 55.65%
  • key color value is 54.90%
CMYK:
(21,0,56,55)
C21M0Y56K55 
(21%,0%,56%,55%)
(0.21/0.00/0.56/0.55)	

CMYK percentages

%20.87
%0
%55.65
%54.9

Codes

Color #5B7333 in popluar color models

5B7333
RGB9111551
HSL83°38.55%32.55%
HSB/HSV83°55.65%45.10%
CMYK20.87%0.00%55.65%
54.90%

Color #5B7333 in popluar number systems.

HEX5B7333
Decimal9111551
Binary10110111110011110011
Octal13316363

Shades and tints

Shades of #5B7333

#5B7333
(91,115,51)
#53692F
(83,105,47)
#4B5F2B
(75,95,43)
#435527
(67,85,39)
#3B4B23
(59,75,35)
#33411F
(51,65,31)
#2B371B
(43,55,27)
#232D17
(35,45,23)
#1B2313
(27,35,19)
#13190F
(19,25,15)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #5B7333

#5B7333
(91,115,51)
#697F45
(105,127,69)
#778B57
(119,139,87)
#859769
(133,151,105)
#93A37B
(147,163,123)
#A1AF8D
(161,175,141)
#AFBB9F
(175,187,159)
#BDC7B1
(189,199,177)
#CBD3C3
(203,211,195)
#D9DFD5
(217,223,213)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B7333; }

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

This text font color is #5B7333.


Background Color

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

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

This div background color is #5B7333.


Border color

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

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

This div border color is #5B7333.


Opacity

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

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

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

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

This text has shadow with #5B7333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B7333 on black background.


Color preview on white background

This text has color #5B7333 on white background.



Black color preview on #5B7333 background

This text has black color on #5B7333 background.


White color preview on #5B7333 background

This text has white color on #5B7333 background.