COLOR #5B9163

HEX: #5B9163
RGB: (91,145,99)

Color info

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

RGB color model

#5B9163 color RGB value is (91,145,99).

  • red value is 91;
  • green value is 145;
  • blue value is 99.
RGB:
(91,145,99)
(36%,57%,39%)

RGB channels and saturation

R 91 of 255 = 36%
G 145 of 255 = 57%
B 99 of 255 = 39%

91
145
99

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

Portions of RGB colors in percentages

R + G + B =
91 + 145 + 99 = 335 (100%)
R 91 of 335 ~ 27.16%
G 145 of 335 ~ 43.28%
B 99 of 335 ~ 29.55%

%27.16
%43.28
%29.55

CMYK color model

#5B9163 color CMYK value is (37,0,32,43).

  • cyan value is 37.24%
  • magenta value is 0.00%
  • yellow value is 31.72%
  • key color value is 43.14%
CMYK:
(37,0,32,43)
C37M0Y32K43 
(37%,0%,32%,43%)
(0.37/0.00/0.32/0.43)	

CMYK percentages

%37.24
%0
%31.72
%43.14

Codes

Color #5B9163 in popluar color models

5B9163
RGB9114599
HSL129°22.88%46.27%
HSB/HSV129°37.24%56.86%
CMYK37.24%0.00%31.72%
43.14%

Color #5B9163 in popluar number systems.

HEX5B9163
Decimal9114599
Binary1011011100100011100011
Octal133221143

Shades and tints

Shades of #5B9163

#5B9163
(91,145,99)
#53845A
(83,132,90)
#4B7751
(75,119,81)
#436A48
(67,106,72)
#3B5D3F
(59,93,63)
#335036
(51,80,54)
#2B432D
(43,67,45)
#233624
(35,54,36)
#1B291B
(27,41,27)
#131C12
(19,28,18)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #5B9163

#5B9163
(91,145,99)
#699B71
(105,155,113)
#77A57F
(119,165,127)
#85AF8D
(133,175,141)
#93B99B
(147,185,155)
#A1C3A9
(161,195,169)
#AFCDB7
(175,205,183)
#BDD7C5
(189,215,197)
#CBE1D3
(203,225,211)
#D9EBE1
(217,235,225)
#E7F5EF
(231,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B9163; }

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

This text font color is #5B9163.


Background Color

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

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

This div background color is #5B9163.


Border color

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

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

This div border color is #5B9163.


Opacity

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

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

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

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

This text has shadow with #5B9163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B9163 on black background.


Color preview on white background

This text has color #5B9163 on white background.



Black color preview on #5B9163 background

This text has black color on #5B9163 background.


White color preview on #5B9163 background

This text has white color on #5B9163 background.