COLOR #5B782A

HEX: #5B782A
RGB: (91,120,42)

Color info

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

RGB color model

#5B782A color RGB value is (91,120,42).

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

RGB channels and saturation

R 91 of 255 = 36%
G 120 of 255 = 47%
B 42 of 255 = 16%

91
120
42

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

Portions of RGB colors in percentages

R + G + B =
91 + 120 + 42 = 253 (100%)
R 91 of 253 ~ 35.97%
G 120 of 253 ~ 47.43%
B 42 of 253 ~ 16.6%

%35.97
%47.43
%16.6

CMYK color model

#5B782A color CMYK value is (24,0,65,53).

  • cyan value is 24.17%
  • magenta value is 0.00%
  • yellow value is 65.00%
  • key color value is 52.94%
CMYK:
(24,0,65,53)
C24M0Y65K53 
(24%,0%,65%,53%)
(0.24/0.00/0.65/0.53)	

CMYK percentages

%24.17
%0
%65
%52.94

Codes

Color #5B782A in popluar color models

5B782A
RGB9112042
HSL82°48.15%31.76%
HSB/HSV82°65.00%47.06%
CMYK24.17%0.00%65.00%
52.94%

Color #5B782A in popluar number systems.

HEX5B782A
Decimal9112042
Binary10110111111000101010
Octal13317052

Shades and tints

Shades of #5B782A

#5B782A
(91,120,42)
#536E27
(83,110,39)
#4B6424
(75,100,36)
#435A21
(67,90,33)
#3B501E
(59,80,30)
#33461B
(51,70,27)
#2B3C18
(43,60,24)
#233215
(35,50,21)
#1B2812
(27,40,18)
#131E0F
(19,30,15)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #5B782A

#5B782A
(91,120,42)
#69843D
(105,132,61)
#779050
(119,144,80)
#859C63
(133,156,99)
#93A876
(147,168,118)
#A1B489
(161,180,137)
#AFC09C
(175,192,156)
#BDCCAF
(189,204,175)
#CBD8C2
(203,216,194)
#D9E4D5
(217,228,213)
#E7F0E8
(231,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B782A; }

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

This text font color is #5B782A.


Background Color

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

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

This div background color is #5B782A.


Border color

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

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

This div border color is #5B782A.


Opacity

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

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

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

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

This text has shadow with #5B782A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B782A on black background.


Color preview on white background

This text has color #5B782A on white background.



Black color preview on #5B782A background

This text has black color on #5B782A background.


White color preview on #5B782A background

This text has white color on #5B782A background.