COLOR #5B8367

HEX: #5B8367
RGB: (91,131,103)

Color info

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

RGB color model

#5B8367 color RGB value is (91,131,103).

  • red value is 91;
  • green value is 131;
  • blue value is 103.
RGB:
(91,131,103)
(36%,51%,40%)

RGB channels and saturation

R 91 of 255 = 36%
G 131 of 255 = 51%
B 103 of 255 = 40%

91
131
103

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

Portions of RGB colors in percentages

R + G + B =
91 + 131 + 103 = 325 (100%)
R 91 of 325 ~ 28%
G 131 of 325 ~ 40.31%
B 103 of 325 ~ 31.69%

%28
%40.31
%31.69

CMYK color model

#5B8367 color CMYK value is (31,0,21,49).

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 21.37%
  • key color value is 48.63%
CMYK:
(31,0,21,49)
C31M0Y21K49 
(31%,0%,21%,49%)
(0.31/0.00/0.21/0.49)	

CMYK percentages

%30.53
%0
%21.37
%48.63

Codes

Color #5B8367 in popluar color models

5B8367
RGB91131103
HSL138°18.02%43.53%
HSB/HSV138°30.53%51.37%
CMYK30.53%0.00%21.37%
48.63%

Color #5B8367 in popluar number systems.

HEX5B8367
Decimal91131103
Binary1011011100000111100111
Octal133203147

Shades and tints

Shades of #5B8367

#5B8367
(91,131,103)
#53785E
(83,120,94)
#4B6D55
(75,109,85)
#43624C
(67,98,76)
#3B5743
(59,87,67)
#334C3A
(51,76,58)
#2B4131
(43,65,49)
#233628
(35,54,40)
#1B2B1F
(27,43,31)
#132016
(19,32,22)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #5B8367

#5B8367
(91,131,103)
#698E74
(105,142,116)
#779981
(119,153,129)
#85A48E
(133,164,142)
#93AF9B
(147,175,155)
#A1BAA8
(161,186,168)
#AFC5B5
(175,197,181)
#BDD0C2
(189,208,194)
#CBDBCF
(203,219,207)
#D9E6DC
(217,230,220)
#E7F1E9
(231,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8367 color. Also use rgb(91,131,103) instead hex code.

Text Font Color

.myTextColor { color: #5B8367; }

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

This text font color is #5B8367.


Background Color

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

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

This div background color is #5B8367.


Border color

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

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

This div border color is #5B8367.


Opacity

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

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

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

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

This text has shadow with #5B8367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8367 on black background.


Color preview on white background

This text has color #5B8367 on white background.



Black color preview on #5B8367 background

This text has black color on #5B8367 background.


White color preview on #5B8367 background

This text has white color on #5B8367 background.