COLOR #5BAA48

HEX: #5BAA48
RGB: (91,170,72)

Color info

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

RGB color model

#5BAA48 color RGB value is (91,170,72).

  • red value is 91;
  • green value is 170;
  • blue value is 72.
RGB:
(91,170,72)
(36%,67%,28%)

RGB channels and saturation

R 91 of 255 = 36%
G 170 of 255 = 67%
B 72 of 255 = 28%

91
170
72

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

Portions of RGB colors in percentages

R + G + B =
91 + 170 + 72 = 333 (100%)
R 91 of 333 ~ 27.33%
G 170 of 333 ~ 51.05%
B 72 of 333 ~ 21.62%

%27.33
%51.05
%21.62

CMYK color model

#5BAA48 color CMYK value is (46,0,58,33).

  • cyan value is 46.47%
  • magenta value is 0.00%
  • yellow value is 57.65%
  • key color value is 33.33%
CMYK:
(46,0,58,33)
C46M0Y58K33 
(46%,0%,58%,33%)
(0.46/0.00/0.58/0.33)	

CMYK percentages

%46.47
%0
%57.65
%33.33

Codes

Color #5BAA48 in popluar color models

5BAA48
RGB9117072
HSL108°40.50%47.45%
HSB/HSV108°57.65%66.67%
CMYK46.47%0.00%57.65%
33.33%

Color #5BAA48 in popluar number systems.

HEX5BAA48
Decimal9117072
Binary1011011101010101001000
Octal133252110

Shades and tints

Shades of #5BAA48

#5BAA48
(91,170,72)
#539B42
(83,155,66)
#4B8C3C
(75,140,60)
#437D36
(67,125,54)
#3B6E30
(59,110,48)
#335F2A
(51,95,42)
#2B5024
(43,80,36)
#23411E
(35,65,30)
#1B3218
(27,50,24)
#132312
(19,35,18)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #5BAA48

#5BAA48
(91,170,72)
#69B158
(105,177,88)
#77B868
(119,184,104)
#85BF78
(133,191,120)
#93C688
(147,198,136)
#A1CD98
(161,205,152)
#AFD4A8
(175,212,168)
#BDDBB8
(189,219,184)
#CBE2C8
(203,226,200)
#D9E9D8
(217,233,216)
#E7F0E8
(231,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BAA48 color. Also use rgb(91,170,72) instead hex code.

Text Font Color

.myTextColor { color: #5BAA48; }

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

This text font color is #5BAA48.


Background Color

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

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

This div background color is #5BAA48.


Border color

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

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

This div border color is #5BAA48.


Opacity

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

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

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

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

This text has shadow with #5BAA48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BAA48 on black background.


Color preview on white background

This text has color #5BAA48 on white background.



Black color preview on #5BAA48 background

This text has black color on #5BAA48 background.


White color preview on #5BAA48 background

This text has white color on #5BAA48 background.