COLOR #5BAB3F

HEX: #5BAB3F
RGB: (91,171,63)

Color info

#5BAB3F contains mainly green color. Web safe color of #5BAB3F is #669933 (or #693).

RGB color model

#5BAB3F color RGB value is (91,171,63).

  • red value is 91;
  • green value is 171;
  • blue value is 63.
RGB:
(91,171,63)
(36%,67%,25%)

RGB channels and saturation

R 91 of 255 = 36%
G 171 of 255 = 67%
B 63 of 255 = 25%

91
171
63

R + G + B ~ 43%. #5BAB3F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 171 + 63 = 325 (100%)
R 91 of 325 ~ 28%
G 171 of 325 ~ 52.62%
B 63 of 325 ~ 19.38%

%28
%52.62
%19.38

CMYK color model

#5BAB3F color CMYK value is (47,0,63,33).

  • cyan value is 46.78%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 32.94%
CMYK:
(47,0,63,33)
C47M0Y63K33 
(47%,0%,63%,33%)
(0.47/0.00/0.63/0.33)	

CMYK percentages

%46.78
%0
%63.16
%32.94

Codes

Color #5BAB3F in popluar color models

5BAB3F
RGB9117163
HSL104°46.15%45.88%
HSB/HSV104°63.16%67.06%
CMYK46.78%0.00%63.16%
32.94%

Color #5BAB3F in popluar number systems.

HEX5BAB3F
Decimal9117163
Binary101101110101011111111
Octal13325377

Shades and tints

Shades of #5BAB3F

#5BAB3F
(91,171,63)
#539C3A
(83,156,58)
#4B8D35
(75,141,53)
#437E30
(67,126,48)
#3B6F2B
(59,111,43)
#336026
(51,96,38)
#2B5121
(43,81,33)
#23421C
(35,66,28)
#1B3317
(27,51,23)
#132412
(19,36,18)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #5BAB3F

#5BAB3F
(91,171,63)
#69B250
(105,178,80)
#77B961
(119,185,97)
#85C072
(133,192,114)
#93C783
(147,199,131)
#A1CE94
(161,206,148)
#AFD5A5
(175,213,165)
#BDDCB6
(189,220,182)
#CBE3C7
(203,227,199)
#D9EAD8
(217,234,216)
#E7F1E9
(231,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BAB3F color. Also use rgb(91,171,63) instead hex code.

Text Font Color

.myTextColor { color: #5BAB3F; }

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

This text font color is #5BAB3F.


Background Color

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

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

This div background color is #5BAB3F.


Border color

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

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

This div border color is #5BAB3F.


Opacity

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

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

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

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

This text has shadow with #5BAB3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BAB3F on black background.


Color preview on white background

This text has color #5BAB3F on white background.



Black color preview on #5BAB3F background

This text has black color on #5BAB3F background.


White color preview on #5BAB3F background

This text has white color on #5BAB3F background.