COLOR #5D8C4F

HEX: #5D8C4F RGB: (93,140,79)

Color info

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

RGB color model

#5D8C4F color RGB value is (93,140,79).

RGB: (93,140,79) (36%, 55%, 31%)

RGB channels and saturation

R 93 of 255 = 36%
G 140 of 255 = 55%
B 79 of 255 = 31%

93
140
79

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

Portions of RGB colors in percentages

R + G + B = 93 + 140 + 79 = 312 (100%)
R 93 of 312 ~ 29.81%
G 140 of 312 ~ 44.87%
B 79 of 312 ~ 25.32'%

%29.81
%44.87
%25.32

CMYK color model

#5D8C4F color CMYK value is (34,0,44,45).

  • cyan value is 33.57%
  • magenta value is 0.00%
  • yellow value is 43.57%
  • key color value is 45.10%

CMYK: (34,0,44,45)
C34M0Y44K45 (34%, 0%, 44%, 45%)
(0.34 / 0.00 / 0.44 / 0.45)

CMYK percentages

%33.57
%0
%43.57
%45.1

Codes

Color #5D8C4F in popluar color models

5D 8C 4F
RGB 93 140 79
HSL 106° 27.85% 42.94%
HSB/HSV 106° 43.57% 54.90%
CMYK 33.57% 0.00% 43.57%
45.10%

Color #5D8C4F in popluar number systems.

HEX 5D 8C 4F
Decimal 93 140 79
Binary 1011101 10001100 1001111
Octal 135 214 117

Shades and tints

Shades of #5D8C4F

#5D8C4F
(93,140,79)
#558048
(85,128,72)
#4D7441
(77,116,65)
#45683A
(69,104,58)
#3D5C33
(61,92,51)
#35502C
(53,80,44)
#2D4425
(45,68,37)
#25381E
(37,56,30)
#1D2C17
(29,44,23)
#152010
(21,32,16)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #5D8C4F

#5D8C4F
(93,140,79)
#6B965F
(107,150,95)
#79A06F
(121,160,111)
#87AA7F
(135,170,127)
#95B48F
(149,180,143)
#A3BE9F
(163,190,159)
#B1C8AF
(177,200,175)
#BFD2BF
(191,210,191)
#CDDCCF
(205,220,207)
#DBE6DF
(219,230,223)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8C4F color. Also use rgb(93,140,79) instead hex code.

Text Font Color

.myTextColor { color: #5D8C4F; }

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

This text font color is #5D8C4F.

Background Color

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

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

This div background color is #5D8C4F.

Border color

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

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

This div border color is #5D8C4F.

Opacity

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

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

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

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

This text has shadow with #5D8C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D8C4F.

Preview

Color preview on black background

This text has color #5D8C4F on black background.


Color preview on white background

This text has color #5D8C4F on white background.


Black color preview on #5D8C4F background

This text has black color on #5D8C4F background.


White color preview on #5D8C4F background

This text has white color on #5D8C4F background.


Related colors

Complementary color

Complementary color for #hex is #A273B0.


I love getcolorcode.com

Triadic colors

1 #4F5D8C and #8C4F5D with #5D8C4F are triadic colors.

2 #4F8C5D and #8C5D4F with #5D8C4F are triadic colors.