COLOR #5B763C

HEX: #5B763C
RGB: (91,118,60)

Color info

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

RGB color model

#5B763C color RGB value is (91,118,60).

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

RGB channels and saturation

R 91 of 255 = 36%
G 118 of 255 = 46%
B 60 of 255 = 24%

91
118
60

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

Portions of RGB colors in percentages

R + G + B =
91 + 118 + 60 = 269 (100%)
R 91 of 269 ~ 33.83%
G 118 of 269 ~ 43.87%
B 60 of 269 ~ 22.3%

%33.83
%43.87
%22.3

CMYK color model

#5B763C color CMYK value is (23,0,49,54).

  • cyan value is 22.88%
  • magenta value is 0.00%
  • yellow value is 49.15%
  • key color value is 53.73%
CMYK:
(23,0,49,54)
C23M0Y49K54 
(23%,0%,49%,54%)
(0.23/0.00/0.49/0.54)	

CMYK percentages

%22.88
%0
%49.15
%53.73

Codes

Color #5B763C in popluar color models

5B763C
RGB9111860
HSL88°32.58%34.90%
HSB/HSV88°49.15%46.27%
CMYK22.88%0.00%49.15%
53.73%

Color #5B763C in popluar number systems.

HEX5B763C
Decimal9111860
Binary10110111110110111100
Octal13316674

Shades and tints

Shades of #5B763C

#5B763C
(91,118,60)
#536C37
(83,108,55)
#4B6232
(75,98,50)
#43582D
(67,88,45)
#3B4E28
(59,78,40)
#334423
(51,68,35)
#2B3A1E
(43,58,30)
#233019
(35,48,25)
#1B2614
(27,38,20)
#131C0F
(19,28,15)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #5B763C

#5B763C
(91,118,60)
#69824D
(105,130,77)
#778E5E
(119,142,94)
#859A6F
(133,154,111)
#93A680
(147,166,128)
#A1B291
(161,178,145)
#AFBEA2
(175,190,162)
#BDCAB3
(189,202,179)
#CBD6C4
(203,214,196)
#D9E2D5
(217,226,213)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B763C; }

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

This text font color is #5B763C.


Background Color

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

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

This div background color is #5B763C.


Border color

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

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

This div border color is #5B763C.


Opacity

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

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

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

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

This text has shadow with #5B763C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B763C on black background.


Color preview on white background

This text has color #5B763C on white background.



Black color preview on #5B763C background

This text has black color on #5B763C background.


White color preview on #5B763C background

This text has white color on #5B763C background.