COLOR #5B856B

HEX: #5B856B RGB: (91,133,107)

Color info

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

RGB color model

#5B856B color RGB value is (91,133,107).

RGB: (91,133,107) (36%, 52%, 42%)

RGB channels and saturation

R 91 of 255 = 36%
G 133 of 255 = 52%
B 107 of 255 = 42%

91
133
107

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

Portions of RGB colors in percentages

R + G + B = 91 + 133 + 107 = 331 (100%)
R 91 of 331 ~ 27.49%
G 133 of 331 ~ 40.18%
B 107 of 331 ~ 32.33'%

%27.49
%40.18
%32.33

CMYK color model

#5B856B color CMYK value is (32,0,20,48).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 19.55%
  • key color value is 47.84%

CMYK: (32,0,20,48)
C32M0Y20K48 (32%, 0%, 20%, 48%)
(0.32 / 0.00 / 0.20 / 0.48)

CMYK percentages

%31.58
%0
%19.55
%47.84

Codes

Color #5B856B in popluar color models

5B 85 6B
RGB 91 133 107
HSL 143° 18.75% 43.92%
HSB/HSV 143° 31.58% 52.16%
CMYK 31.58% 0.00% 19.55%
47.84%

Color #5B856B in popluar number systems.

HEX 5B 85 6B
Decimal 91 133 107
Binary 1011011 10000101 1101011
Octal 133 205 153

Shades and tints

Shades of #5B856B

#5B856B
(91,133,107)
#537962
(83,121,98)
#4B6D59
(75,109,89)
#436150
(67,97,80)
#3B5547
(59,85,71)
#33493E
(51,73,62)
#2B3D35
(43,61,53)
#23312C
(35,49,44)
#1B2523
(27,37,35)
#13191A
(19,25,26)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #5B856B

#5B856B
(91,133,107)
#699078
(105,144,120)
#779B85
(119,155,133)
#85A692
(133,166,146)
#93B19F
(147,177,159)
#A1BCAC
(161,188,172)
#AFC7B9
(175,199,185)
#BDD2C6
(189,210,198)
#CBDDD3
(203,221,211)
#D9E8E0
(217,232,224)
#E7F3ED
(231,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B856B; }

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

This text font color is #5B856B.

Background Color

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

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

This div background color is #5B856B.

Border color

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

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

This div border color is #5B856B.

Opacity

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

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

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

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

This text has shadow with #5B856B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B856B.

Preview

Color preview on black background

This text has color #5B856B on black background.


Color preview on white background

This text has color #5B856B on white background.


Black color preview on #5B856B background

This text has black color on #5B856B background.


White color preview on #5B856B background

This text has white color on #5B856B background.


Related colors

Complementary color

Complementary color for #hex is #A47A94.


I love getcolorcode.com

Triadic colors

1 #6B5B85 and #856B5B with #5B856B are triadic colors.

2 #6B855B and #855B6B with #5B856B are triadic colors.