COLOR #5D8163

HEX: #5D8163
RGB: (93,129,99)

Color info

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

RGB color model

#5D8163 color RGB value is (93,129,99).

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

RGB channels and saturation

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

93
129
99

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

Portions of RGB colors in percentages

R + G + B =
93 + 129 + 99 = 321 (100%)
R 93 of 321 ~ 28.97%
G 129 of 321 ~ 40.19%
B 99 of 321 ~ 30.84%

%28.97
%40.19
%30.84

CMYK color model

#5D8163 color CMYK value is (28,0,23,49).

  • cyan value is 27.91%
  • magenta value is 0.00%
  • yellow value is 23.26%
  • key color value is 49.41%
CMYK:
(28,0,23,49)
C28M0Y23K49 
(28%,0%,23%,49%)
(0.28/0.00/0.23/0.49)	

CMYK percentages

%27.91
%0
%23.26
%49.41

Codes

Color #5D8163 in popluar color models

5D8163
RGB9312999
HSL130°16.22%43.53%
HSB/HSV130°27.91%50.59%
CMYK27.91%0.00%23.26%
49.41%

Color #5D8163 in popluar number systems.

HEX5D8163
Decimal9312999
Binary1011101100000011100011
Octal135201143

Shades and tints

Shades of #5D8163

#5D8163
(93,129,99)
#55765A
(85,118,90)
#4D6B51
(77,107,81)
#456048
(69,96,72)
#3D553F
(61,85,63)
#354A36
(53,74,54)
#2D3F2D
(45,63,45)
#253424
(37,52,36)
#1D291B
(29,41,27)
#151E12
(21,30,18)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #5D8163

#5D8163
(93,129,99)
#6B8C71
(107,140,113)
#79977F
(121,151,127)
#87A28D
(135,162,141)
#95AD9B
(149,173,155)
#A3B8A9
(163,184,169)
#B1C3B7
(177,195,183)
#BFCEC5
(191,206,197)
#CDD9D3
(205,217,211)
#DBE4E1
(219,228,225)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8163; }

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

This text font color is #5D8163.


Background Color

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

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

This div background color is #5D8163.


Border color

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

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

This div border color is #5D8163.


Opacity

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

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

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

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

This text has shadow with #5D8163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8163 on black background.


Color preview on white background

This text has color #5D8163 on white background.



Black color preview on #5D8163 background

This text has black color on #5D8163 background.


White color preview on #5D8163 background

This text has white color on #5D8163 background.