COLOR #5B836B

HEX: #5B836B
RGB: (91,131,107)

Color info

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

RGB color model

#5B836B color RGB value is (91,131,107).

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

RGB channels and saturation

R 91 of 255 = 36%
G 131 of 255 = 51%
B 107 of 255 = 42%

91
131
107

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

Portions of RGB colors in percentages

R + G + B =
91 + 131 + 107 = 329 (100%)
R 91 of 329 ~ 27.66%
G 131 of 329 ~ 39.82%
B 107 of 329 ~ 32.52%

%27.66
%39.82
%32.52

CMYK color model

#5B836B color CMYK value is (31,0,18,49).

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 18.32%
  • key color value is 48.63%
CMYK:
(31,0,18,49)
C31M0Y18K49 
(31%,0%,18%,49%)
(0.31/0.00/0.18/0.49)	

CMYK percentages

%30.53
%0
%18.32
%48.63

Codes

Color #5B836B in popluar color models

5B836B
RGB91131107
HSL144°18.02%43.53%
HSB/HSV144°30.53%51.37%
CMYK30.53%0.00%18.32%
48.63%

Color #5B836B in popluar number systems.

HEX5B836B
Decimal91131107
Binary1011011100000111101011
Octal133203153

Shades and tints

Shades of #5B836B

#5B836B
(91,131,107)
#537862
(83,120,98)
#4B6D59
(75,109,89)
#436250
(67,98,80)
#3B5747
(59,87,71)
#334C3E
(51,76,62)
#2B4135
(43,65,53)
#23362C
(35,54,44)
#1B2B23
(27,43,35)
#13201A
(19,32,26)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #5B836B

#5B836B
(91,131,107)
#698E78
(105,142,120)
#779985
(119,153,133)
#85A492
(133,164,146)
#93AF9F
(147,175,159)
#A1BAAC
(161,186,172)
#AFC5B9
(175,197,185)
#BDD0C6
(189,208,198)
#CBDBD3
(203,219,211)
#D9E6E0
(217,230,224)
#E7F1ED
(231,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B836B; }

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

This text font color is #5B836B.


Background Color

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

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

This div background color is #5B836B.


Border color

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

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

This div border color is #5B836B.


Opacity

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

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

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

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

This text has shadow with #5B836B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B836B on black background.


Color preview on white background

This text has color #5B836B on white background.



Black color preview on #5B836B background

This text has black color on #5B836B background.


White color preview on #5B836B background

This text has white color on #5B836B background.