COLOR #5D9863

HEX: #5D9863 RGB: (93,152,99)

Color info

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

RGB color model

#5D9863 color RGB value is (93,152,99).

RGB: (93,152,99) (36%, 60%, 39%)

RGB channels and saturation

R 93 of 255 = 36%
G 152 of 255 = 60%
B 99 of 255 = 39%

93
152
99

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

Portions of RGB colors in percentages

R + G + B = 93 + 152 + 99 = 344 (100%)
R 93 of 344 ~ 27.03%
G 152 of 344 ~ 44.19%
B 99 of 344 ~ 28.78'%

%27.03
%44.19
%28.78

CMYK color model

#5D9863 color CMYK value is (39,0,35,40).

  • cyan value is 38.82%
  • magenta value is 0.00%
  • yellow value is 34.87%
  • key color value is 40.39%

CMYK: (39,0,35,40)
C39M0Y35K40 (39%, 0%, 35%, 40%)
(0.39 / 0.00 / 0.35 / 0.40)

CMYK percentages

%38.82
%0
%34.87
%40.39

Codes

Color #5D9863 in popluar color models

5D 98 63
RGB 93 152 99
HSL 126° 24.08% 48.04%
HSB/HSV 126° 38.82% 59.61%
CMYK 38.82% 0.00% 34.87%
40.39%

Color #5D9863 in popluar number systems.

HEX 5D 98 63
Decimal 93 152 99
Binary 1011101 10011000 1100011
Octal 135 230 143

Shades and tints

Shades of #5D9863

#5D9863
(93,152,99)
#558B5A
(85,139,90)
#4D7E51
(77,126,81)
#457148
(69,113,72)
#3D643F
(61,100,63)
#355736
(53,87,54)
#2D4A2D
(45,74,45)
#253D24
(37,61,36)
#1D301B
(29,48,27)
#152312
(21,35,18)
#0D1609
(13,22,9)
#000000
(0,0,0)

Tints of #5D9863

#5D9863
(93,152,99)
#6BA171
(107,161,113)
#79AA7F
(121,170,127)
#87B38D
(135,179,141)
#95BC9B
(149,188,155)
#A3C5A9
(163,197,169)
#B1CEB7
(177,206,183)
#BFD7C5
(191,215,197)
#CDE0D3
(205,224,211)
#DBE9E1
(219,233,225)
#E9F2EF
(233,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D9863; }

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

This text font color is #5D9863.

Background Color

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

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

This div background color is #5D9863.

Border color

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

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

This div border color is #5D9863.

Opacity

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

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

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

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

This text has shadow with #5D9863 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D9863.

Preview

Color preview on black background

This text has color #5D9863 on black background.


Color preview on white background

This text has color #5D9863 on white background.


Black color preview on #5D9863 background

This text has black color on #5D9863 background.


White color preview on #5D9863 background

This text has white color on #5D9863 background.


Related colors

Complementary color

Complementary color for #hex is #A2679C.


I love getcolorcode.com

Triadic colors

1 #635D98 and #98635D with #5D9863 are triadic colors.

2 #63985D and #985D63 with #5D9863 are triadic colors.