COLOR #5B9F7B

HEX: #5B9F7B
RGB: (91,159,123)

Color info

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

RGB color model

#5B9F7B color RGB value is (91,159,123).

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

RGB channels and saturation

R 91 of 255 = 36%
G 159 of 255 = 62%
B 123 of 255 = 48%

91
159
123

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

Portions of RGB colors in percentages

R + G + B =
91 + 159 + 123 = 373 (100%)
R 91 of 373 ~ 24.4%
G 159 of 373 ~ 42.63%
B 123 of 373 ~ 32.98%

%24.4
%42.63
%32.98

CMYK color model

#5B9F7B color CMYK value is (43,0,23,38).

  • cyan value is 42.77%
  • magenta value is 0.00%
  • yellow value is 22.64%
  • key color value is 37.65%
CMYK:
(43,0,23,38)
C43M0Y23K38 
(43%,0%,23%,38%)
(0.43/0.00/0.23/0.38)	

CMYK percentages

%42.77
%0
%22.64
%37.65

Codes

Color #5B9F7B in popluar color models

5B9F7B
RGB91159123
HSL148°27.20%49.02%
HSB/HSV148°42.77%62.35%
CMYK42.77%0.00%22.64%
37.65%

Color #5B9F7B in popluar number systems.

HEX5B9F7B
Decimal91159123
Binary1011011100111111111011
Octal133237173

Shades and tints

Shades of #5B9F7B

#5B9F7B
(91,159,123)
#539170
(83,145,112)
#4B8365
(75,131,101)
#43755A
(67,117,90)
#3B674F
(59,103,79)
#335944
(51,89,68)
#2B4B39
(43,75,57)
#233D2E
(35,61,46)
#1B2F23
(27,47,35)
#132118
(19,33,24)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #5B9F7B

#5B9F7B
(91,159,123)
#69A787
(105,167,135)
#77AF93
(119,175,147)
#85B79F
(133,183,159)
#93BFAB
(147,191,171)
#A1C7B7
(161,199,183)
#AFCFC3
(175,207,195)
#BDD7CF
(189,215,207)
#CBDFDB
(203,223,219)
#D9E7E7
(217,231,231)
#E7EFF3
(231,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B9F7B; }

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

This text font color is #5B9F7B.


Background Color

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

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

This div background color is #5B9F7B.


Border color

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

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

This div border color is #5B9F7B.


Opacity

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

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

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

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

This text has shadow with #5B9F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9F7B on black background.


Color preview on white background

This text has color #5B9F7B on white background.



Black color preview on #5B9F7B background

This text has black color on #5B9F7B background.


White color preview on #5B9F7B background

This text has white color on #5B9F7B background.