COLOR #5B9141

HEX: #5B9141
RGB: (91,145,65)

Color info

#5B9141 contains mainly red and green colors. Web safe color of #5B9141 is #669933 (or #693).

RGB color model

#5B9141 color RGB value is (91,145,65).

  • red value is 91;
  • green value is 145;
  • blue value is 65.
RGB:
(91,145,65)
(36%,57%,25%)

RGB channels and saturation

R 91 of 255 = 36%
G 145 of 255 = 57%
B 65 of 255 = 25%

91
145
65

R + G + B ~ 39%. #5B9141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 145 + 65 = 301 (100%)
R 91 of 301 ~ 30.23%
G 145 of 301 ~ 48.17%
B 65 of 301 ~ 21.59%

%30.23
%48.17
%21.59

CMYK color model

#5B9141 color CMYK value is (37,0,55,43).

  • cyan value is 37.24%
  • magenta value is 0.00%
  • yellow value is 55.17%
  • key color value is 43.14%
CMYK:
(37,0,55,43)
C37M0Y55K43 
(37%,0%,55%,43%)
(0.37/0.00/0.55/0.43)	

CMYK percentages

%37.24
%0
%55.17
%43.14

Codes

Color #5B9141 in popluar color models

5B9141
RGB9114565
HSL101°38.10%41.18%
HSB/HSV101°55.17%56.86%
CMYK37.24%0.00%55.17%
43.14%

Color #5B9141 in popluar number systems.

HEX5B9141
Decimal9114565
Binary1011011100100011000001
Octal133221101

Shades and tints

Shades of #5B9141

#5B9141
(91,145,65)
#53843C
(83,132,60)
#4B7737
(75,119,55)
#436A32
(67,106,50)
#3B5D2D
(59,93,45)
#335028
(51,80,40)
#2B4323
(43,67,35)
#23361E
(35,54,30)
#1B2919
(27,41,25)
#131C14
(19,28,20)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #5B9141

#5B9141
(91,145,65)
#699B52
(105,155,82)
#77A563
(119,165,99)
#85AF74
(133,175,116)
#93B985
(147,185,133)
#A1C396
(161,195,150)
#AFCDA7
(175,205,167)
#BDD7B8
(189,215,184)
#CBE1C9
(203,225,201)
#D9EBDA
(217,235,218)
#E7F5EB
(231,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9141 color. Also use rgb(91,145,65) instead hex code.

Text Font Color

.myTextColor { color: #5B9141; }

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

This text font color is #5B9141.


Background Color

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

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

This div background color is #5B9141.


Border color

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

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

This div border color is #5B9141.


Opacity

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

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

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

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

This text has shadow with #5B9141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9141 on black background.


Color preview on white background

This text has color #5B9141 on white background.



Black color preview on #5B9141 background

This text has black color on #5B9141 background.


White color preview on #5B9141 background

This text has white color on #5B9141 background.