COLOR #5BA050

HEX: #5BA050
RGB: (91,160,80)

Color info

#5BA050 contains mainly green color. Web safe color of #5BA050 is #669966 (or #696).

RGB color model

#5BA050 color RGB value is (91,160,80).

  • red value is 91;
  • green value is 160;
  • blue value is 80.
RGB:
(91,160,80)
(36%,63%,31%)

RGB channels and saturation

R 91 of 255 = 36%
G 160 of 255 = 63%
B 80 of 255 = 31%

91
160
80

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

Portions of RGB colors in percentages

R + G + B =
91 + 160 + 80 = 331 (100%)
R 91 of 331 ~ 27.49%
G 160 of 331 ~ 48.34%
B 80 of 331 ~ 24.17%

%27.49
%48.34
%24.17

CMYK color model

#5BA050 color CMYK value is (43,0,50,37).

  • cyan value is 43.13%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 37.25%
CMYK:
(43,0,50,37)
C43M0Y50K37 
(43%,0%,50%,37%)
(0.43/0.00/0.50/0.37)	

CMYK percentages

%43.13
%0
%50
%37.25

Codes

Color #5BA050 in popluar color models

5BA050
RGB9116080
HSL112°33.33%47.06%
HSB/HSV112°50.00%62.75%
CMYK43.13%0.00%50.00%
37.25%

Color #5BA050 in popluar number systems.

HEX5BA050
Decimal9116080
Binary1011011101000001010000
Octal133240120

Shades and tints

Shades of #5BA050

#5BA050
(91,160,80)
#539249
(83,146,73)
#4B8442
(75,132,66)
#43763B
(67,118,59)
#3B6834
(59,104,52)
#335A2D
(51,90,45)
#2B4C26
(43,76,38)
#233E1F
(35,62,31)
#1B3018
(27,48,24)
#132211
(19,34,17)
#0B140A
(11,20,10)
#000000
(0,0,0)

Tints of #5BA050

#5BA050
(91,160,80)
#69A85F
(105,168,95)
#77B06E
(119,176,110)
#85B87D
(133,184,125)
#93C08C
(147,192,140)
#A1C89B
(161,200,155)
#AFD0AA
(175,208,170)
#BDD8B9
(189,216,185)
#CBE0C8
(203,224,200)
#D9E8D7
(217,232,215)
#E7F0E6
(231,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BA050 color. Also use rgb(91,160,80) instead hex code.

Text Font Color

.myTextColor { color: #5BA050; }

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

This text font color is #5BA050.


Background Color

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

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

This div background color is #5BA050.


Border color

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

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

This div border color is #5BA050.


Opacity

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

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

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

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

This text has shadow with #5BA050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BA050 on black background.


Color preview on white background

This text has color #5BA050 on white background.



Black color preview on #5BA050 background

This text has black color on #5BA050 background.


White color preview on #5BA050 background

This text has white color on #5BA050 background.