COLOR #5BA680

HEX: #5BA680
RGB: (91,166,128)

Color info

#5BA680 contains mainly green and blue colors. Web safe color of #5BA680 is #669966 (or #696).

RGB color model

#5BA680 color RGB value is (91,166,128).

  • red value is 91;
  • green value is 166;
  • blue value is 128.
RGB:
(91,166,128)
(36%,65%,50%)

RGB channels and saturation

R 91 of 255 = 36%
G 166 of 255 = 65%
B 128 of 255 = 50%

91
166
128

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

Portions of RGB colors in percentages

R + G + B =
91 + 166 + 128 = 385 (100%)
R 91 of 385 ~ 23.64%
G 166 of 385 ~ 43.12%
B 128 of 385 ~ 33.25%

%23.64
%43.12
%33.25

CMYK color model

#5BA680 color CMYK value is (45,0,23,35).

  • cyan value is 45.18%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 34.90%
CMYK:
(45,0,23,35)
C45M0Y23K35 
(45%,0%,23%,35%)
(0.45/0.00/0.23/0.35)	

CMYK percentages

%45.18
%0
%22.89
%34.9

Codes

Color #5BA680 in popluar color models

5BA680
RGB91166128
HSL150°29.64%50.39%
HSB/HSV150°45.18%65.10%
CMYK45.18%0.00%22.89%
34.90%

Color #5BA680 in popluar number systems.

HEX5BA680
Decimal91166128
Binary10110111010011010000000
Octal133246200

Shades and tints

Shades of #5BA680

#5BA680
(91,166,128)
#539775
(83,151,117)
#4B886A
(75,136,106)
#43795F
(67,121,95)
#3B6A54
(59,106,84)
#335B49
(51,91,73)
#2B4C3E
(43,76,62)
#233D33
(35,61,51)
#1B2E28
(27,46,40)
#131F1D
(19,31,29)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #5BA680

#5BA680
(91,166,128)
#69AE8B
(105,174,139)
#77B696
(119,182,150)
#85BEA1
(133,190,161)
#93C6AC
(147,198,172)
#A1CEB7
(161,206,183)
#AFD6C2
(175,214,194)
#BDDECD
(189,222,205)
#CBE6D8
(203,230,216)
#D9EEE3
(217,238,227)
#E7F6EE
(231,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BA680 color. Also use rgb(91,166,128) instead hex code.

Text Font Color

.myTextColor { color: #5BA680; }

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

This text font color is #5BA680.


Background Color

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

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

This div background color is #5BA680.


Border color

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

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

This div border color is #5BA680.


Opacity

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

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

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

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

This text has shadow with #5BA680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BA680 on black background.


Color preview on white background

This text has color #5BA680 on white background.



Black color preview on #5BA680 background

This text has black color on #5BA680 background.


White color preview on #5BA680 background

This text has white color on #5BA680 background.