COLOR #5B826F

HEX: #5B826F
RGB: (91,130,111)

Color info

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

RGB color model

#5B826F color RGB value is (91,130,111).

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

RGB channels and saturation

R 91 of 255 = 36%
G 130 of 255 = 51%
B 111 of 255 = 44%

91
130
111

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

Portions of RGB colors in percentages

R + G + B =
91 + 130 + 111 = 332 (100%)
R 91 of 332 ~ 27.41%
G 130 of 332 ~ 39.16%
B 111 of 332 ~ 33.43%

%27.41
%39.16
%33.43

CMYK color model

#5B826F color CMYK value is (30,0,15,49).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 14.62%
  • key color value is 49.02%
CMYK:
(30,0,15,49)
C30M0Y15K49 
(30%,0%,15%,49%)
(0.30/0.00/0.15/0.49)	

CMYK percentages

%30
%0
%14.62
%49.02

Codes

Color #5B826F in popluar color models

5B826F
RGB91130111
HSL151°17.65%43.33%
HSB/HSV151°30.00%50.98%
CMYK30.00%0.00%14.62%
49.02%

Color #5B826F in popluar number systems.

HEX5B826F
Decimal91130111
Binary1011011100000101101111
Octal133202157

Shades and tints

Shades of #5B826F

#5B826F
(91,130,111)
#537765
(83,119,101)
#4B6C5B
(75,108,91)
#436151
(67,97,81)
#3B5647
(59,86,71)
#334B3D
(51,75,61)
#2B4033
(43,64,51)
#233529
(35,53,41)
#1B2A1F
(27,42,31)
#131F15
(19,31,21)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #5B826F

#5B826F
(91,130,111)
#698D7C
(105,141,124)
#779889
(119,152,137)
#85A396
(133,163,150)
#93AEA3
(147,174,163)
#A1B9B0
(161,185,176)
#AFC4BD
(175,196,189)
#BDCFCA
(189,207,202)
#CBDAD7
(203,218,215)
#D9E5E4
(217,229,228)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B826F; }

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

This text font color is #5B826F.


Background Color

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

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

This div background color is #5B826F.


Border color

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

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

This div border color is #5B826F.


Opacity

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

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

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

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

This text has shadow with #5B826F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B826F on black background.


Color preview on white background

This text has color #5B826F on white background.



Black color preview on #5B826F background

This text has black color on #5B826F background.


White color preview on #5B826F background

This text has white color on #5B826F background.