COLOR #5D8C6D

HEX: #5D8C6D RGB: (93,140,109)

Color info

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

RGB color model

#5D8C6D color RGB value is (93,140,109).

RGB: (93,140,109) (36%, 55%, 43%)

RGB channels and saturation

R 93 of 255 = 36%
G 140 of 255 = 55%
B 109 of 255 = 43%

93
140
109

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

Portions of RGB colors in percentages

R + G + B = 93 + 140 + 109 = 342 (100%)
R 93 of 342 ~ 27.19%
G 140 of 342 ~ 40.94%
B 109 of 342 ~ 31.87'%

%27.19
%40.94
%31.87

CMYK color model

#5D8C6D color CMYK value is (34,0,22,45).

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

CMYK: (34,0,22,45)
C34M0Y22K45 (34%, 0%, 22%, 45%)
(0.34 / 0.00 / 0.22 / 0.45)

CMYK percentages

%33.57
%0
%22.14
%45.1

Codes

Color #5D8C6D in popluar color models

5D 8C 6D
RGB 93 140 109
HSL 140° 20.17% 45.69%
HSB/HSV 140° 33.57% 54.90%
CMYK 33.57% 0.00% 22.14%
45.10%

Color #5D8C6D in popluar number systems.

HEX 5D 8C 6D
Decimal 93 140 109
Binary 1011101 10001100 1101101
Octal 135 214 155

Shades and tints

Shades of #5D8C6D

#5D8C6D
(93,140,109)
#558064
(85,128,100)
#4D745B
(77,116,91)
#456852
(69,104,82)
#3D5C49
(61,92,73)
#355040
(53,80,64)
#2D4437
(45,68,55)
#25382E
(37,56,46)
#1D2C25
(29,44,37)
#15201C
(21,32,28)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #5D8C6D

#5D8C6D
(93,140,109)
#6B967A
(107,150,122)
#79A087
(121,160,135)
#87AA94
(135,170,148)
#95B4A1
(149,180,161)
#A3BEAE
(163,190,174)
#B1C8BB
(177,200,187)
#BFD2C8
(191,210,200)
#CDDCD5
(205,220,213)
#DBE6E2
(219,230,226)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8C6D; }

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

This text font color is #5D8C6D.

Background Color

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

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

This div background color is #5D8C6D.

Border color

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

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

This div border color is #5D8C6D.

Opacity

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

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

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

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

This text has shadow with #5D8C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D8C6D.

Preview

Color preview on black background

This text has color #5D8C6D on black background.


Color preview on white background

This text has color #5D8C6D on white background.


Black color preview on #5D8C6D background

This text has black color on #5D8C6D background.


White color preview on #5D8C6D background

This text has white color on #5D8C6D background.


Related colors

Complementary color

Complementary color for #hex is #A27392.


I love getcolorcode.com

Triadic colors

1 #6D5D8C and #8C6D5D with #5D8C6D are triadic colors.

2 #6D8C5D and #8C5D6D with #5D8C6D are triadic colors.