COLOR #5B9388

HEX: #5B9388
RGB: (91,147,136)

Color info

#5B9388 contains red, green and blue colors in about the same proportion. Web safe color of #5B9388 is #669999 (or #699).

RGB color model

#5B9388 color RGB value is (91,147,136).

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

RGB channels and saturation

R 91 of 255 = 36%
G 147 of 255 = 58%
B 136 of 255 = 53%

91
147
136

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

Portions of RGB colors in percentages

R + G + B =
91 + 147 + 136 = 374 (100%)
R 91 of 374 ~ 24.33%
G 147 of 374 ~ 39.3%
B 136 of 374 ~ 36.36%

%24.33
%39.3
%36.36

CMYK color model

#5B9388 color CMYK value is (38,0,7,42).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 42.35%
CMYK:
(38,0,7,42)
C38M0Y7K42 
(38%,0%,7%,42%)
(0.38/0.00/0.07/0.42)	

CMYK percentages

%38.1
%0
%7.48
%42.35

Codes

Color #5B9388 in popluar color models

5B9388
RGB91147136
HSL168°23.53%46.67%
HSB/HSV168°38.10%57.65%
CMYK38.10%0.00%7.48%
42.35%

Color #5B9388 in popluar number systems.

HEX5B9388
Decimal91147136
Binary10110111001001110001000
Octal133223210

Shades and tints

Shades of #5B9388

#5B9388
(91,147,136)
#53867C
(83,134,124)
#4B7970
(75,121,112)
#436C64
(67,108,100)
#3B5F58
(59,95,88)
#33524C
(51,82,76)
#2B4540
(43,69,64)
#233834
(35,56,52)
#1B2B28
(27,43,40)
#131E1C
(19,30,28)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #5B9388

#5B9388
(91,147,136)
#699C92
(105,156,146)
#77A59C
(119,165,156)
#85AEA6
(133,174,166)
#93B7B0
(147,183,176)
#A1C0BA
(161,192,186)
#AFC9C4
(175,201,196)
#BDD2CE
(189,210,206)
#CBDBD8
(203,219,216)
#D9E4E2
(217,228,226)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B9388; }

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

This text font color is #5B9388.


Background Color

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

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

This div background color is #5B9388.


Border color

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

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

This div border color is #5B9388.


Opacity

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

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

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

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

This text has shadow with #5B9388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9388 on black background.


Color preview on white background

This text has color #5B9388 on white background.



Black color preview on #5B9388 background

This text has black color on #5B9388 background.


White color preview on #5B9388 background

This text has white color on #5B9388 background.