COLOR #5B733B

HEX: #5B733B
RGB: (91,115,59)

Color info

#5B733B contains red, green and blue colors in about the same proportion. Web safe color of #5B733B is #666633 (or #663).

RGB color model

#5B733B color RGB value is (91,115,59).

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

RGB channels and saturation

R 91 of 255 = 36%
G 115 of 255 = 45%
B 59 of 255 = 23%

91
115
59

R + G + B ~ 35%. #5B733B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 115 + 59 = 265 (100%)
R 91 of 265 ~ 34.34%
G 115 of 265 ~ 43.4%
B 59 of 265 ~ 22.26%

%34.34
%43.4
%22.26

CMYK color model

#5B733B color CMYK value is (21,0,49,55).

  • cyan value is 20.87%
  • magenta value is 0.00%
  • yellow value is 48.70%
  • key color value is 54.90%
CMYK:
(21,0,49,55)
C21M0Y49K55 
(21%,0%,49%,55%)
(0.21/0.00/0.49/0.55)	

CMYK percentages

%20.87
%0
%48.7
%54.9

Codes

Color #5B733B in popluar color models

5B733B
RGB9111559
HSL86°32.18%34.12%
HSB/HSV86°48.70%45.10%
CMYK20.87%0.00%48.70%
54.90%

Color #5B733B in popluar number systems.

HEX5B733B
Decimal9111559
Binary10110111110011111011
Octal13316373

Shades and tints

Shades of #5B733B

#5B733B
(91,115,59)
#536936
(83,105,54)
#4B5F31
(75,95,49)
#43552C
(67,85,44)
#3B4B27
(59,75,39)
#334122
(51,65,34)
#2B371D
(43,55,29)
#232D18
(35,45,24)
#1B2313
(27,35,19)
#13190E
(19,25,14)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #5B733B

#5B733B
(91,115,59)
#697F4C
(105,127,76)
#778B5D
(119,139,93)
#85976E
(133,151,110)
#93A37F
(147,163,127)
#A1AF90
(161,175,144)
#AFBBA1
(175,187,161)
#BDC7B2
(189,199,178)
#CBD3C3
(203,211,195)
#D9DFD4
(217,223,212)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B733B; }

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

This text font color is #5B733B.


Background Color

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

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

This div background color is #5B733B.


Border color

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

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

This div border color is #5B733B.


Opacity

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

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

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

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

This text has shadow with #5B733B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B733B on black background.


Color preview on white background

This text has color #5B733B on white background.



Black color preview on #5B733B background

This text has black color on #5B733B background.


White color preview on #5B733B background

This text has white color on #5B733B background.