COLOR #5B8D7C

HEX: #5B8D7C
RGB: (91,141,124)

Color info

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

RGB color model

#5B8D7C color RGB value is (91,141,124).

  • red value is 91;
  • green value is 141;
  • blue value is 124.
RGB:
(91,141,124)
(36%,55%,49%)

RGB channels and saturation

R 91 of 255 = 36%
G 141 of 255 = 55%
B 124 of 255 = 49%

91
141
124

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

Portions of RGB colors in percentages

R + G + B =
91 + 141 + 124 = 356 (100%)
R 91 of 356 ~ 25.56%
G 141 of 356 ~ 39.61%
B 124 of 356 ~ 34.83%

%25.56
%39.61
%34.83

CMYK color model

#5B8D7C color CMYK value is (35,0,12,45).

  • cyan value is 35.46%
  • magenta value is 0.00%
  • yellow value is 12.06%
  • key color value is 44.71%
CMYK:
(35,0,12,45)
C35M0Y12K45 
(35%,0%,12%,45%)
(0.35/0.00/0.12/0.45)	

CMYK percentages

%35.46
%0
%12.06
%44.71

Codes

Color #5B8D7C in popluar color models

5B8D7C
RGB91141124
HSL160°21.55%45.49%
HSB/HSV160°35.46%55.29%
CMYK35.46%0.00%12.06%
44.71%

Color #5B8D7C in popluar number systems.

HEX5B8D7C
Decimal91141124
Binary1011011100011011111100
Octal133215174

Shades and tints

Shades of #5B8D7C

#5B8D7C
(91,141,124)
#538171
(83,129,113)
#4B7566
(75,117,102)
#43695B
(67,105,91)
#3B5D50
(59,93,80)
#335145
(51,81,69)
#2B453A
(43,69,58)
#23392F
(35,57,47)
#1B2D24
(27,45,36)
#132119
(19,33,25)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #5B8D7C

#5B8D7C
(91,141,124)
#699787
(105,151,135)
#77A192
(119,161,146)
#85AB9D
(133,171,157)
#93B5A8
(147,181,168)
#A1BFB3
(161,191,179)
#AFC9BE
(175,201,190)
#BDD3C9
(189,211,201)
#CBDDD4
(203,221,212)
#D9E7DF
(217,231,223)
#E7F1EA
(231,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8D7C color. Also use rgb(91,141,124) instead hex code.

Text Font Color

.myTextColor { color: #5B8D7C; }

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

This text font color is #5B8D7C.


Background Color

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

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

This div background color is #5B8D7C.


Border color

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

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

This div border color is #5B8D7C.


Opacity

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

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

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

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

This text has shadow with #5B8D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8D7C on black background.


Color preview on white background

This text has color #5B8D7C on white background.



Black color preview on #5B8D7C background

This text has black color on #5B8D7C background.


White color preview on #5B8D7C background

This text has white color on #5B8D7C background.