COLOR #5B9379

HEX: #5B9379
RGB: (91,147,121)

Color info

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

RGB color model

#5B9379 color RGB value is (91,147,121).

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

RGB channels and saturation

R 91 of 255 = 36%
G 147 of 255 = 58%
B 121 of 255 = 47%

91
147
121

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

Portions of RGB colors in percentages

R + G + B =
91 + 147 + 121 = 359 (100%)
R 91 of 359 ~ 25.35%
G 147 of 359 ~ 40.95%
B 121 of 359 ~ 33.7%

%25.35
%40.95
%33.7

CMYK color model

#5B9379 color CMYK value is (38,0,18,42).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 17.69%
  • key color value is 42.35%
CMYK:
(38,0,18,42)
C38M0Y18K42 
(38%,0%,18%,42%)
(0.38/0.00/0.18/0.42)	

CMYK percentages

%38.1
%0
%17.69
%42.35

Codes

Color #5B9379 in popluar color models

5B9379
RGB91147121
HSL152°23.53%46.67%
HSB/HSV152°38.10%57.65%
CMYK38.10%0.00%17.69%
42.35%

Color #5B9379 in popluar number systems.

HEX5B9379
Decimal91147121
Binary1011011100100111111001
Octal133223171

Shades and tints

Shades of #5B9379

#5B9379
(91,147,121)
#53866E
(83,134,110)
#4B7963
(75,121,99)
#436C58
(67,108,88)
#3B5F4D
(59,95,77)
#335242
(51,82,66)
#2B4537
(43,69,55)
#23382C
(35,56,44)
#1B2B21
(27,43,33)
#131E16
(19,30,22)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #5B9379

#5B9379
(91,147,121)
#699C85
(105,156,133)
#77A591
(119,165,145)
#85AE9D
(133,174,157)
#93B7A9
(147,183,169)
#A1C0B5
(161,192,181)
#AFC9C1
(175,201,193)
#BDD2CD
(189,210,205)
#CBDBD9
(203,219,217)
#D9E4E5
(217,228,229)
#E7EDF1
(231,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B9379; }

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

This text font color is #5B9379.


Background Color

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

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

This div background color is #5B9379.


Border color

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

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

This div border color is #5B9379.


Opacity

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

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

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

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

This text has shadow with #5B9379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9379 on black background.


Color preview on white background

This text has color #5B9379 on white background.



Black color preview on #5B9379 background

This text has black color on #5B9379 background.


White color preview on #5B9379 background

This text has white color on #5B9379 background.