COLOR #5B8764

HEX: #5B8764
RGB: (91,135,100)

Color info

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

RGB color model

#5B8764 color RGB value is (91,135,100).

  • red value is 91;
  • green value is 135;
  • blue value is 100.
RGB:
(91,135,100)
(36%,53%,39%)

RGB channels and saturation

R 91 of 255 = 36%
G 135 of 255 = 53%
B 100 of 255 = 39%

91
135
100

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

Portions of RGB colors in percentages

R + G + B =
91 + 135 + 100 = 326 (100%)
R 91 of 326 ~ 27.91%
G 135 of 326 ~ 41.41%
B 100 of 326 ~ 30.67%

%27.91
%41.41
%30.67

CMYK color model

#5B8764 color CMYK value is (33,0,26,47).

  • cyan value is 32.59%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 47.06%
CMYK:
(33,0,26,47)
C33M0Y26K47 
(33%,0%,26%,47%)
(0.33/0.00/0.26/0.47)	

CMYK percentages

%32.59
%0
%25.93
%47.06

Codes

Color #5B8764 in popluar color models

5B8764
RGB91135100
HSL132°19.47%44.31%
HSB/HSV132°32.59%52.94%
CMYK32.59%0.00%25.93%
47.06%

Color #5B8764 in popluar number systems.

HEX5B8764
Decimal91135100
Binary1011011100001111100100
Octal133207144

Shades and tints

Shades of #5B8764

#5B8764
(91,135,100)
#537B5B
(83,123,91)
#4B6F52
(75,111,82)
#436349
(67,99,73)
#3B5740
(59,87,64)
#334B37
(51,75,55)
#2B3F2E
(43,63,46)
#233325
(35,51,37)
#1B271C
(27,39,28)
#131B13
(19,27,19)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #5B8764

#5B8764
(91,135,100)
#699172
(105,145,114)
#779B80
(119,155,128)
#85A58E
(133,165,142)
#93AF9C
(147,175,156)
#A1B9AA
(161,185,170)
#AFC3B8
(175,195,184)
#BDCDC6
(189,205,198)
#CBD7D4
(203,215,212)
#D9E1E2
(217,225,226)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8764 color. Also use rgb(91,135,100) instead hex code.

Text Font Color

.myTextColor { color: #5B8764; }

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

This text font color is #5B8764.


Background Color

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

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

This div background color is #5B8764.


Border color

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

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

This div border color is #5B8764.


Opacity

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

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

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

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

This text has shadow with #5B8764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8764 on black background.


Color preview on white background

This text has color #5B8764 on white background.



Black color preview on #5B8764 background

This text has black color on #5B8764 background.


White color preview on #5B8764 background

This text has white color on #5B8764 background.