COLOR #5B782C

HEX: #5B782C
RGB: (91,120,44)

Color info

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

RGB color model

#5B782C color RGB value is (91,120,44).

  • red value is 91;
  • green value is 120;
  • blue value is 44.
RGB:
(91,120,44)
(36%,47%,17%)

RGB channels and saturation

R 91 of 255 = 36%
G 120 of 255 = 47%
B 44 of 255 = 17%

91
120
44

R + G + B ~ 33%. #5B782C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 120 + 44 = 255 (100%)
R 91 of 255 ~ 35.69%
G 120 of 255 ~ 47.06%
B 44 of 255 ~ 17.25%

%35.69
%47.06
%17.25

CMYK color model

#5B782C color CMYK value is (24,0,63,53).

  • cyan value is 24.17%
  • magenta value is 0.00%
  • yellow value is 63.33%
  • key color value is 52.94%
CMYK:
(24,0,63,53)
C24M0Y63K53 
(24%,0%,63%,53%)
(0.24/0.00/0.63/0.53)	

CMYK percentages

%24.17
%0
%63.33
%52.94

Codes

Color #5B782C in popluar color models

5B782C
RGB9112044
HSL83°46.34%32.16%
HSB/HSV83°63.33%47.06%
CMYK24.17%0.00%63.33%
52.94%

Color #5B782C in popluar number systems.

HEX5B782C
Decimal9112044
Binary10110111111000101100
Octal13317054

Shades and tints

Shades of #5B782C

#5B782C
(91,120,44)
#536E28
(83,110,40)
#4B6424
(75,100,36)
#435A20
(67,90,32)
#3B501C
(59,80,28)
#334618
(51,70,24)
#2B3C14
(43,60,20)
#233210
(35,50,16)
#1B280C
(27,40,12)
#131E08
(19,30,8)
#0B1404
(11,20,4)
#000000
(0,0,0)

Tints of #5B782C

#5B782C
(91,120,44)
#69843F
(105,132,63)
#779052
(119,144,82)
#859C65
(133,156,101)
#93A878
(147,168,120)
#A1B48B
(161,180,139)
#AFC09E
(175,192,158)
#BDCCB1
(189,204,177)
#CBD8C4
(203,216,196)
#D9E4D7
(217,228,215)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B782C color. Also use rgb(91,120,44) instead hex code.

Text Font Color

.myTextColor { color: #5B782C; }

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

This text font color is #5B782C.


Background Color

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

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

This div background color is #5B782C.


Border color

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

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

This div border color is #5B782C.


Opacity

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

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

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

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

This text has shadow with #5B782C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B782C on black background.


Color preview on white background

This text has color #5B782C on white background.



Black color preview on #5B782C background

This text has black color on #5B782C background.


White color preview on #5B782C background

This text has white color on #5B782C background.