COLOR #5B8671

HEX: #5B8671
RGB: (91,134,113)

Color info

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

RGB color model

#5B8671 color RGB value is (91,134,113).

  • red value is 91;
  • green value is 134;
  • blue value is 113.
RGB:
(91,134,113)
(36%,53%,44%)

RGB channels and saturation

R 91 of 255 = 36%
G 134 of 255 = 53%
B 113 of 255 = 44%

91
134
113

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

Portions of RGB colors in percentages

R + G + B =
91 + 134 + 113 = 338 (100%)
R 91 of 338 ~ 26.92%
G 134 of 338 ~ 39.64%
B 113 of 338 ~ 33.43%

%26.92
%39.64
%33.43

CMYK color model

#5B8671 color CMYK value is (32,0,16,47).

  • cyan value is 32.09%
  • magenta value is 0.00%
  • yellow value is 15.67%
  • key color value is 47.45%
CMYK:
(32,0,16,47)
C32M0Y16K47 
(32%,0%,16%,47%)
(0.32/0.00/0.16/0.47)	

CMYK percentages

%32.09
%0
%15.67
%47.45

Codes

Color #5B8671 in popluar color models

5B8671
RGB91134113
HSL151°19.11%44.12%
HSB/HSV151°32.09%52.55%
CMYK32.09%0.00%15.67%
47.45%

Color #5B8671 in popluar number systems.

HEX5B8671
Decimal91134113
Binary1011011100001101110001
Octal133206161

Shades and tints

Shades of #5B8671

#5B8671
(91,134,113)
#537A67
(83,122,103)
#4B6E5D
(75,110,93)
#436253
(67,98,83)
#3B5649
(59,86,73)
#334A3F
(51,74,63)
#2B3E35
(43,62,53)
#23322B
(35,50,43)
#1B2621
(27,38,33)
#131A17
(19,26,23)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #5B8671

#5B8671
(91,134,113)
#69917D
(105,145,125)
#779C89
(119,156,137)
#85A795
(133,167,149)
#93B2A1
(147,178,161)
#A1BDAD
(161,189,173)
#AFC8B9
(175,200,185)
#BDD3C5
(189,211,197)
#CBDED1
(203,222,209)
#D9E9DD
(217,233,221)
#E7F4E9
(231,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8671 color. Also use rgb(91,134,113) instead hex code.

Text Font Color

.myTextColor { color: #5B8671; }

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

This text font color is #5B8671.


Background Color

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

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

This div background color is #5B8671.


Border color

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

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

This div border color is #5B8671.


Opacity

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

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

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

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

This text has shadow with #5B8671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8671 on black background.


Color preview on white background

This text has color #5B8671 on white background.



Black color preview on #5B8671 background

This text has black color on #5B8671 background.


White color preview on #5B8671 background

This text has white color on #5B8671 background.