COLOR #5B8163

HEX: #5B8163
RGB: (91,129,99)

Color info

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

RGB color model

#5B8163 color RGB value is (91,129,99).

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

RGB channels and saturation

R 91 of 255 = 36%
G 129 of 255 = 51%
B 99 of 255 = 39%

91
129
99

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

Portions of RGB colors in percentages

R + G + B =
91 + 129 + 99 = 319 (100%)
R 91 of 319 ~ 28.53%
G 129 of 319 ~ 40.44%
B 99 of 319 ~ 31.03%

%28.53
%40.44
%31.03

CMYK color model

#5B8163 color CMYK value is (29,0,23,49).

  • cyan value is 29.46%
  • magenta value is 0.00%
  • yellow value is 23.26%
  • key color value is 49.41%
CMYK:
(29,0,23,49)
C29M0Y23K49 
(29%,0%,23%,49%)
(0.29/0.00/0.23/0.49)	

CMYK percentages

%29.46
%0
%23.26
%49.41

Codes

Color #5B8163 in popluar color models

5B8163
RGB9112999
HSL133°17.27%43.14%
HSB/HSV133°29.46%50.59%
CMYK29.46%0.00%23.26%
49.41%

Color #5B8163 in popluar number systems.

HEX5B8163
Decimal9112999
Binary1011011100000011100011
Octal133201143

Shades and tints

Shades of #5B8163

#5B8163
(91,129,99)
#53765A
(83,118,90)
#4B6B51
(75,107,81)
#436048
(67,96,72)
#3B553F
(59,85,63)
#334A36
(51,74,54)
#2B3F2D
(43,63,45)
#233424
(35,52,36)
#1B291B
(27,41,27)
#131E12
(19,30,18)
#0B1309
(11,19,9)
#000000
(0,0,0)

Tints of #5B8163

#5B8163
(91,129,99)
#698C71
(105,140,113)
#77977F
(119,151,127)
#85A28D
(133,162,141)
#93AD9B
(147,173,155)
#A1B8A9
(161,184,169)
#AFC3B7
(175,195,183)
#BDCEC5
(189,206,197)
#CBD9D3
(203,217,211)
#D9E4E1
(217,228,225)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B8163; }

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

This text font color is #5B8163.


Background Color

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

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

This div background color is #5B8163.


Border color

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

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

This div border color is #5B8163.


Opacity

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

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

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

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

This text has shadow with #5B8163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8163 on black background.


Color preview on white background

This text has color #5B8163 on white background.



Black color preview on #5B8163 background

This text has black color on #5B8163 background.


White color preview on #5B8163 background

This text has white color on #5B8163 background.