COLOR #5B763B

HEX: #5B763B
RGB: (91,118,59)

Color info

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

RGB color model

#5B763B color RGB value is (91,118,59).

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

RGB channels and saturation

R 91 of 255 = 36%
G 118 of 255 = 46%
B 59 of 255 = 23%

91
118
59

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

Portions of RGB colors in percentages

R + G + B =
91 + 118 + 59 = 268 (100%)
R 91 of 268 ~ 33.96%
G 118 of 268 ~ 44.03%
B 59 of 268 ~ 22.01%

%33.96
%44.03
%22.01

CMYK color model

#5B763B color CMYK value is (23,0,50,54).

  • cyan value is 22.88%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 53.73%
CMYK:
(23,0,50,54)
C23M0Y50K54 
(23%,0%,50%,54%)
(0.23/0.00/0.50/0.54)	

CMYK percentages

%22.88
%0
%50
%53.73

Codes

Color #5B763B in popluar color models

5B763B
RGB9111859
HSL87°33.33%34.71%
HSB/HSV87°50.00%46.27%
CMYK22.88%0.00%50.00%
53.73%

Color #5B763B in popluar number systems.

HEX5B763B
Decimal9111859
Binary10110111110110111011
Octal13316673

Shades and tints

Shades of #5B763B

#5B763B
(91,118,59)
#536C36
(83,108,54)
#4B6231
(75,98,49)
#43582C
(67,88,44)
#3B4E27
(59,78,39)
#334422
(51,68,34)
#2B3A1D
(43,58,29)
#233018
(35,48,24)
#1B2613
(27,38,19)
#131C0E
(19,28,14)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #5B763B

#5B763B
(91,118,59)
#69824C
(105,130,76)
#778E5D
(119,142,93)
#859A6E
(133,154,110)
#93A67F
(147,166,127)
#A1B290
(161,178,144)
#AFBEA1
(175,190,161)
#BDCAB2
(189,202,178)
#CBD6C3
(203,214,195)
#D9E2D4
(217,226,212)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B763B; }

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

This text font color is #5B763B.


Background Color

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

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

This div background color is #5B763B.


Border color

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

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

This div border color is #5B763B.


Opacity

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

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

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

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

This text has shadow with #5B763B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B763B on black background.


Color preview on white background

This text has color #5B763B on white background.



Black color preview on #5B763B background

This text has black color on #5B763B background.


White color preview on #5B763B background

This text has white color on #5B763B background.