COLOR #5BA67B

HEX: #5BA67B
RGB: (91,166,123)

Color info

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

RGB color model

#5BA67B color RGB value is (91,166,123).

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

RGB channels and saturation

R 91 of 255 = 36%
G 166 of 255 = 65%
B 123 of 255 = 48%

91
166
123

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

Portions of RGB colors in percentages

R + G + B =
91 + 166 + 123 = 380 (100%)
R 91 of 380 ~ 23.95%
G 166 of 380 ~ 43.68%
B 123 of 380 ~ 32.37%

%23.95
%43.68
%32.37

CMYK color model

#5BA67B color CMYK value is (45,0,26,35).

  • cyan value is 45.18%
  • magenta value is 0.00%
  • yellow value is 25.90%
  • key color value is 34.90%
CMYK:
(45,0,26,35)
C45M0Y26K35 
(45%,0%,26%,35%)
(0.45/0.00/0.26/0.35)	

CMYK percentages

%45.18
%0
%25.9
%34.9

Codes

Color #5BA67B in popluar color models

5BA67B
RGB91166123
HSL146°29.64%50.39%
HSB/HSV146°45.18%65.10%
CMYK45.18%0.00%25.90%
34.90%

Color #5BA67B in popluar number systems.

HEX5BA67B
Decimal91166123
Binary1011011101001101111011
Octal133246173

Shades and tints

Shades of #5BA67B

#5BA67B
(91,166,123)
#539770
(83,151,112)
#4B8865
(75,136,101)
#43795A
(67,121,90)
#3B6A4F
(59,106,79)
#335B44
(51,91,68)
#2B4C39
(43,76,57)
#233D2E
(35,61,46)
#1B2E23
(27,46,35)
#131F18
(19,31,24)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #5BA67B

#5BA67B
(91,166,123)
#69AE87
(105,174,135)
#77B693
(119,182,147)
#85BE9F
(133,190,159)
#93C6AB
(147,198,171)
#A1CEB7
(161,206,183)
#AFD6C3
(175,214,195)
#BDDECF
(189,222,207)
#CBE6DB
(203,230,219)
#D9EEE7
(217,238,231)
#E7F6F3
(231,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BA67B; }

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

This text font color is #5BA67B.


Background Color

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

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

This div background color is #5BA67B.


Border color

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

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

This div border color is #5BA67B.


Opacity

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

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

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

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

This text has shadow with #5BA67B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BA67B on black background.


Color preview on white background

This text has color #5BA67B on white background.



Black color preview on #5BA67B background

This text has black color on #5BA67B background.


White color preview on #5BA67B background

This text has white color on #5BA67B background.