COLOR #5B8261

HEX: #5B8261
RGB: (91,130,97)

Color info

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

RGB color model

#5B8261 color RGB value is (91,130,97).

  • red value is 91;
  • green value is 130;
  • blue value is 97.
RGB:
(91,130,97)
(36%,51%,38%)

RGB channels and saturation

R 91 of 255 = 36%
G 130 of 255 = 51%
B 97 of 255 = 38%

91
130
97

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

Portions of RGB colors in percentages

R + G + B =
91 + 130 + 97 = 318 (100%)
R 91 of 318 ~ 28.62%
G 130 of 318 ~ 40.88%
B 97 of 318 ~ 30.5%

%28.62
%40.88
%30.5

CMYK color model

#5B8261 color CMYK value is (30,0,25,49).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 25.38%
  • key color value is 49.02%
CMYK:
(30,0,25,49)
C30M0Y25K49 
(30%,0%,25%,49%)
(0.30/0.00/0.25/0.49)	

CMYK percentages

%30
%0
%25.38
%49.02

Codes

Color #5B8261 in popluar color models

5B8261
RGB9113097
HSL129°17.65%43.33%
HSB/HSV129°30.00%50.98%
CMYK30.00%0.00%25.38%
49.02%

Color #5B8261 in popluar number systems.

HEX5B8261
Decimal9113097
Binary1011011100000101100001
Octal133202141

Shades and tints

Shades of #5B8261

#5B8261
(91,130,97)
#537759
(83,119,89)
#4B6C51
(75,108,81)
#436149
(67,97,73)
#3B5641
(59,86,65)
#334B39
(51,75,57)
#2B4031
(43,64,49)
#233529
(35,53,41)
#1B2A21
(27,42,33)
#131F19
(19,31,25)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #5B8261

#5B8261
(91,130,97)
#698D6F
(105,141,111)
#77987D
(119,152,125)
#85A38B
(133,163,139)
#93AE99
(147,174,153)
#A1B9A7
(161,185,167)
#AFC4B5
(175,196,181)
#BDCFC3
(189,207,195)
#CBDAD1
(203,218,209)
#D9E5DF
(217,229,223)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8261 color. Also use rgb(91,130,97) instead hex code.

Text Font Color

.myTextColor { color: #5B8261; }

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

This text font color is #5B8261.


Background Color

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

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

This div background color is #5B8261.


Border color

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

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

This div border color is #5B8261.


Opacity

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

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

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

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

This text has shadow with #5B8261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8261 on black background.


Color preview on white background

This text has color #5B8261 on white background.



Black color preview on #5B8261 background

This text has black color on #5B8261 background.


White color preview on #5B8261 background

This text has white color on #5B8261 background.