COLOR #5B9161

HEX: #5B9161 RGB: (91,145,97)

Color info

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

RGB color model

#5B9161 color RGB value is (91,145,97).

RGB: (91,145,97) (36%, 57%, 38%)

RGB channels and saturation

R 91 of 255 = 36%
G 145 of 255 = 57%
B 97 of 255 = 38%

91
145
97

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

Portions of RGB colors in percentages

R + G + B = 91 + 145 + 97 = 333 (100%)
R 91 of 333 ~ 27.33%
G 145 of 333 ~ 43.54%
B 97 of 333 ~ 29.13'%

%27.33
%43.54
%29.13

CMYK color model

#5B9161 color CMYK value is (37,0,33,43).

  • cyan value is 37.24%
  • magenta value is 0.00%
  • yellow value is 33.10%
  • key color value is 43.14%

CMYK: (37,0,33,43)
C37M0Y33K43 (37%, 0%, 33%, 43%)
(0.37 / 0.00 / 0.33 / 0.43)

CMYK percentages

%37.24
%0
%33.1
%43.14

Codes

Color #5B9161 in popluar color models

5B 91 61
RGB 91 145 97
HSL 127° 22.88% 46.27%
HSB/HSV 127° 37.24% 56.86%
CMYK 37.24% 0.00% 33.10%
43.14%

Color #5B9161 in popluar number systems.

HEX 5B 91 61
Decimal 91 145 97
Binary 1011011 10010001 1100001
Octal 133 221 141

Shades and tints

Shades of #5B9161

#5B9161
(91,145,97)
#538459
(83,132,89)
#4B7751
(75,119,81)
#436A49
(67,106,73)
#3B5D41
(59,93,65)
#335039
(51,80,57)
#2B4331
(43,67,49)
#233629
(35,54,41)
#1B2921
(27,41,33)
#131C19
(19,28,25)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #5B9161

#5B9161
(91,145,97)
#699B6F
(105,155,111)
#77A57D
(119,165,125)
#85AF8B
(133,175,139)
#93B999
(147,185,153)
#A1C3A7
(161,195,167)
#AFCDB5
(175,205,181)
#BDD7C3
(189,215,195)
#CBE1D1
(203,225,209)
#D9EBDF
(217,235,223)
#E7F5ED
(231,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B9161; }

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

This text font color is #5B9161.

Background Color

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

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

This div background color is #5B9161.

Border color

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

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

This div border color is #5B9161.

Opacity

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

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

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

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

This text has shadow with #5B9161 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B9161.

Preview

Color preview on black background

This text has color #5B9161 on black background.


Color preview on white background

This text has color #5B9161 on white background.


Black color preview on #5B9161 background

This text has black color on #5B9161 background.


White color preview on #5B9161 background

This text has white color on #5B9161 background.


Related colors

Complementary color

Complementary color for #hex is #A46E9E.


I love getcolorcode.com

Triadic colors

1 #615B91 and #91615B with #5B9161 are triadic colors.

2 #61915B and #915B61 with #5B9161 are triadic colors.