COLOR #5D985C

HEX: #5D985C RGB: (93,152,92)

Color info

#5D985C contains mainly red and green colors. Web safe color of #5D985C is #669966 (or #696).

RGB color model

#5D985C color RGB value is (93,152,92).

RGB: (93,152,92) (36%, 60%, 36%)

RGB channels and saturation

R 93 of 255 = 36%
G 152 of 255 = 60%
B 92 of 255 = 36%

93
152
92

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

Portions of RGB colors in percentages

R + G + B = 93 + 152 + 92 = 337 (100%)
R 93 of 337 ~ 27.6%
G 152 of 337 ~ 45.1%
B 92 of 337 ~ 27.3'%

%27.6
%45.1
%27.3

CMYK color model

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

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

CMYK: (39,0,39,40)
C39M0Y39K40 (39%, 0%, 39%, 40%)
(0.39 / 0.00 / 0.39 / 0.40)

CMYK percentages

%38.82
%0
%39.47
%40.39

Codes

Color #5D985C in popluar color models

5D 98 5C
RGB 93 152 92
HSL 119° 24.59% 47.84%
HSB/HSV 119° 39.47% 59.61%
CMYK 38.82% 0.00% 39.47%
40.39%

Color #5D985C in popluar number systems.

HEX 5D 98 5C
Decimal 93 152 92
Binary 1011101 10011000 1011100
Octal 135 230 134

Shades and tints

Shades of #5D985C

#5D985C
(93,152,92)
#558B54
(85,139,84)
#4D7E4C
(77,126,76)
#457144
(69,113,68)
#3D643C
(61,100,60)
#355734
(53,87,52)
#2D4A2C
(45,74,44)
#253D24
(37,61,36)
#1D301C
(29,48,28)
#152314
(21,35,20)
#0D160C
(13,22,12)
#000000
(0,0,0)

Tints of #5D985C

#5D985C
(93,152,92)
#6BA16A
(107,161,106)
#79AA78
(121,170,120)
#87B386
(135,179,134)
#95BC94
(149,188,148)
#A3C5A2
(163,197,162)
#B1CEB0
(177,206,176)
#BFD7BE
(191,215,190)
#CDE0CC
(205,224,204)
#DBE9DA
(219,233,218)
#E9F2E8
(233,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D985C; }

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

This text font color is #5D985C.

Background Color

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

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

This div background color is #5D985C.

Border color

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

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

This div border color is #5D985C.

Opacity

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

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

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

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

This text has shadow with #5D985C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D985C.

Preview

Color preview on black background

This text has color #5D985C on black background.


Color preview on white background

This text has color #5D985C on white background.


Black color preview on #5D985C background

This text has black color on #5D985C background.


White color preview on #5D985C background

This text has white color on #5D985C background.


Related colors

Complementary color

Complementary color for #hex is #A267A3.


I love getcolorcode.com

Triadic colors

1 #5C5D98 and #985C5D with #5D985C are triadic colors.

2 #5C985D and #985D5C with #5D985C are triadic colors.