COLOR #5B8467

HEX: #5B8467
RGB: (91,132,103)

Color info

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

RGB color model

#5B8467 color RGB value is (91,132,103).

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

RGB channels and saturation

R 91 of 255 = 36%
G 132 of 255 = 52%
B 103 of 255 = 40%

91
132
103

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

Portions of RGB colors in percentages

R + G + B =
91 + 132 + 103 = 326 (100%)
R 91 of 326 ~ 27.91%
G 132 of 326 ~ 40.49%
B 103 of 326 ~ 31.6%

%27.91
%40.49
%31.6

CMYK color model

#5B8467 color CMYK value is (31,0,22,48).

  • cyan value is 31.06%
  • magenta value is 0.00%
  • yellow value is 21.97%
  • key color value is 48.24%
CMYK:
(31,0,22,48)
C31M0Y22K48 
(31%,0%,22%,48%)
(0.31/0.00/0.22/0.48)	

CMYK percentages

%31.06
%0
%21.97
%48.24

Codes

Color #5B8467 in popluar color models

5B8467
RGB91132103
HSL138°18.39%43.73%
HSB/HSV138°31.06%51.76%
CMYK31.06%0.00%21.97%
48.24%

Color #5B8467 in popluar number systems.

HEX5B8467
Decimal91132103
Binary1011011100001001100111
Octal133204147

Shades and tints

Shades of #5B8467

#5B8467
(91,132,103)
#53785E
(83,120,94)
#4B6C55
(75,108,85)
#43604C
(67,96,76)
#3B5443
(59,84,67)
#33483A
(51,72,58)
#2B3C31
(43,60,49)
#233028
(35,48,40)
#1B241F
(27,36,31)
#131816
(19,24,22)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #5B8467

#5B8467
(91,132,103)
#698F74
(105,143,116)
#779A81
(119,154,129)
#85A58E
(133,165,142)
#93B09B
(147,176,155)
#A1BBA8
(161,187,168)
#AFC6B5
(175,198,181)
#BDD1C2
(189,209,194)
#CBDCCF
(203,220,207)
#D9E7DC
(217,231,220)
#E7F2E9
(231,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B8467; }

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

This text font color is #5B8467.


Background Color

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

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

This div background color is #5B8467.


Border color

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

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

This div border color is #5B8467.


Opacity

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

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

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

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

This text has shadow with #5B8467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8467 on black background.


Color preview on white background

This text has color #5B8467 on white background.



Black color preview on #5B8467 background

This text has black color on #5B8467 background.


White color preview on #5B8467 background

This text has white color on #5B8467 background.