COLOR #5B9380

HEX: #5B9380
RGB: (91,147,128)

Color info

#5B9380 contains red, green and blue colors in about the same proportion. Web safe color of #5B9380 is #669966 (or #696).

RGB color model

#5B9380 color RGB value is (91,147,128).

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

RGB channels and saturation

R 91 of 255 = 36%
G 147 of 255 = 58%
B 128 of 255 = 50%

91
147
128

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

Portions of RGB colors in percentages

R + G + B =
91 + 147 + 128 = 366 (100%)
R 91 of 366 ~ 24.86%
G 147 of 366 ~ 40.16%
B 128 of 366 ~ 34.97%

%24.86
%40.16
%34.97

CMYK color model

#5B9380 color CMYK value is (38,0,13,42).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 12.93%
  • key color value is 42.35%
CMYK:
(38,0,13,42)
C38M0Y13K42 
(38%,0%,13%,42%)
(0.38/0.00/0.13/0.42)	

CMYK percentages

%38.1
%0
%12.93
%42.35

Codes

Color #5B9380 in popluar color models

5B9380
RGB91147128
HSL160°23.53%46.67%
HSB/HSV160°38.10%57.65%
CMYK38.10%0.00%12.93%
42.35%

Color #5B9380 in popluar number systems.

HEX5B9380
Decimal91147128
Binary10110111001001110000000
Octal133223200

Shades and tints

Shades of #5B9380

#5B9380
(91,147,128)
#538675
(83,134,117)
#4B796A
(75,121,106)
#436C5F
(67,108,95)
#3B5F54
(59,95,84)
#335249
(51,82,73)
#2B453E
(43,69,62)
#233833
(35,56,51)
#1B2B28
(27,43,40)
#131E1D
(19,30,29)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #5B9380

#5B9380
(91,147,128)
#699C8B
(105,156,139)
#77A596
(119,165,150)
#85AEA1
(133,174,161)
#93B7AC
(147,183,172)
#A1C0B7
(161,192,183)
#AFC9C2
(175,201,194)
#BDD2CD
(189,210,205)
#CBDBD8
(203,219,216)
#D9E4E3
(217,228,227)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B9380; }

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

This text font color is #5B9380.


Background Color

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

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

This div background color is #5B9380.


Border color

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

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

This div border color is #5B9380.


Opacity

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

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

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

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

This text has shadow with #5B9380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9380 on black background.


Color preview on white background

This text has color #5B9380 on white background.



Black color preview on #5B9380 background

This text has black color on #5B9380 background.


White color preview on #5B9380 background

This text has white color on #5B9380 background.