COLOR #5B8279

HEX: #5B8279
RGB: (91,130,121)

Color info

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

RGB color model

#5B8279 color RGB value is (91,130,121).

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

RGB channels and saturation

R 91 of 255 = 36%
G 130 of 255 = 51%
B 121 of 255 = 47%

91
130
121

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

Portions of RGB colors in percentages

R + G + B =
91 + 130 + 121 = 342 (100%)
R 91 of 342 ~ 26.61%
G 130 of 342 ~ 38.01%
B 121 of 342 ~ 35.38%

%26.61
%38.01
%35.38

CMYK color model

#5B8279 color CMYK value is (30,0,7,49).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 6.92%
  • key color value is 49.02%
CMYK:
(30,0,7,49)
C30M0Y7K49 
(30%,0%,7%,49%)
(0.30/0.00/0.07/0.49)	

CMYK percentages

%30
%0
%6.92
%49.02

Codes

Color #5B8279 in popluar color models

5B8279
RGB91130121
HSL166°17.65%43.33%
HSB/HSV166°30.00%50.98%
CMYK30.00%0.00%6.92%
49.02%

Color #5B8279 in popluar number systems.

HEX5B8279
Decimal91130121
Binary1011011100000101111001
Octal133202171

Shades and tints

Shades of #5B8279

#5B8279
(91,130,121)
#53776E
(83,119,110)
#4B6C63
(75,108,99)
#436158
(67,97,88)
#3B564D
(59,86,77)
#334B42
(51,75,66)
#2B4037
(43,64,55)
#23352C
(35,53,44)
#1B2A21
(27,42,33)
#131F16
(19,31,22)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #5B8279

#5B8279
(91,130,121)
#698D85
(105,141,133)
#779891
(119,152,145)
#85A39D
(133,163,157)
#93AEA9
(147,174,169)
#A1B9B5
(161,185,181)
#AFC4C1
(175,196,193)
#BDCFCD
(189,207,205)
#CBDAD9
(203,218,217)
#D9E5E5
(217,229,229)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B8279; }

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

This text font color is #5B8279.


Background Color

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

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

This div background color is #5B8279.


Border color

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

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

This div border color is #5B8279.


Opacity

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

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

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

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

This text has shadow with #5B8279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8279 on black background.


Color preview on white background

This text has color #5B8279 on white background.



Black color preview on #5B8279 background

This text has black color on #5B8279 background.


White color preview on #5B8279 background

This text has white color on #5B8279 background.