COLOR #5B9081

HEX: #5B9081
RGB: (91,144,129)

Color info

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

RGB color model

#5B9081 color RGB value is (91,144,129).

  • red value is 91;
  • green value is 144;
  • blue value is 129.
RGB:
(91,144,129)
(36%,56%,51%)

RGB channels and saturation

R 91 of 255 = 36%
G 144 of 255 = 56%
B 129 of 255 = 51%

91
144
129

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

Portions of RGB colors in percentages

R + G + B =
91 + 144 + 129 = 364 (100%)
R 91 of 364 ~ 25%
G 144 of 364 ~ 39.56%
B 129 of 364 ~ 35.44%

%25
%39.56
%35.44

CMYK color model

#5B9081 color CMYK value is (37,0,10,44).

  • cyan value is 36.81%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 43.53%
CMYK:
(37,0,10,44)
C37M0Y10K44 
(37%,0%,10%,44%)
(0.37/0.00/0.10/0.44)	

CMYK percentages

%36.81
%0
%10.42
%43.53

Codes

Color #5B9081 in popluar color models

5B9081
RGB91144129
HSL163°22.55%46.08%
HSB/HSV163°36.81%56.47%
CMYK36.81%0.00%10.42%
43.53%

Color #5B9081 in popluar number systems.

HEX5B9081
Decimal91144129
Binary10110111001000010000001
Octal133220201

Shades and tints

Shades of #5B9081

#5B9081
(91,144,129)
#538376
(83,131,118)
#4B766B
(75,118,107)
#436960
(67,105,96)
#3B5C55
(59,92,85)
#334F4A
(51,79,74)
#2B423F
(43,66,63)
#233534
(35,53,52)
#1B2829
(27,40,41)
#131B1E
(19,27,30)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #5B9081

#5B9081
(91,144,129)
#699A8C
(105,154,140)
#77A497
(119,164,151)
#85AEA2
(133,174,162)
#93B8AD
(147,184,173)
#A1C2B8
(161,194,184)
#AFCCC3
(175,204,195)
#BDD6CE
(189,214,206)
#CBE0D9
(203,224,217)
#D9EAE4
(217,234,228)
#E7F4EF
(231,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9081 color. Also use rgb(91,144,129) instead hex code.

Text Font Color

.myTextColor { color: #5B9081; }

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

This text font color is #5B9081.


Background Color

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

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

This div background color is #5B9081.


Border color

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

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

This div border color is #5B9081.


Opacity

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

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

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

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

This text has shadow with #5B9081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9081 on black background.


Color preview on white background

This text has color #5B9081 on white background.



Black color preview on #5B9081 background

This text has black color on #5B9081 background.


White color preview on #5B9081 background

This text has white color on #5B9081 background.