COLOR #5B792A

HEX: #5B792A
RGB: (91,121,42)

Color info

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

RGB color model

#5B792A color RGB value is (91,121,42).

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

RGB channels and saturation

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

91
121
42

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

Portions of RGB colors in percentages

R + G + B =
91 + 121 + 42 = 254 (100%)
R 91 of 254 ~ 35.83%
G 121 of 254 ~ 47.64%
B 42 of 254 ~ 16.54%

%35.83
%47.64
%16.54

CMYK color model

#5B792A color CMYK value is (25,0,65,53).

  • cyan value is 24.79%
  • magenta value is 0.00%
  • yellow value is 65.29%
  • key color value is 52.55%
CMYK:
(25,0,65,53)
C25M0Y65K53 
(25%,0%,65%,53%)
(0.25/0.00/0.65/0.53)	

CMYK percentages

%24.79
%0
%65.29
%52.55

Codes

Color #5B792A in popluar color models

5B792A
RGB9112142
HSL83°48.47%31.96%
HSB/HSV83°65.29%47.45%
CMYK24.79%0.00%65.29%
52.55%

Color #5B792A in popluar number systems.

HEX5B792A
Decimal9112142
Binary10110111111001101010
Octal13317152

Shades and tints

Shades of #5B792A

#5B792A
(91,121,42)
#536E27
(83,110,39)
#4B6324
(75,99,36)
#435821
(67,88,33)
#3B4D1E
(59,77,30)
#33421B
(51,66,27)
#2B3718
(43,55,24)
#232C15
(35,44,21)
#1B2112
(27,33,18)
#13160F
(19,22,15)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #5B792A

#5B792A
(91,121,42)
#69853D
(105,133,61)
#779150
(119,145,80)
#859D63
(133,157,99)
#93A976
(147,169,118)
#A1B589
(161,181,137)
#AFC19C
(175,193,156)
#BDCDAF
(189,205,175)
#CBD9C2
(203,217,194)
#D9E5D5
(217,229,213)
#E7F1E8
(231,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B792A; }

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

This text font color is #5B792A.


Background Color

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

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

This div background color is #5B792A.


Border color

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

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

This div border color is #5B792A.


Opacity

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

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

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

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

This text has shadow with #5B792A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B792A on black background.


Color preview on white background

This text has color #5B792A on white background.



Black color preview on #5B792A background

This text has black color on #5B792A background.


White color preview on #5B792A background

This text has white color on #5B792A background.