COLOR #5D9C8D

HEX: #5D9C8D
RGB: (93,156,141)

Color info

#5D9C8D contains mainly green and blue colors. Web safe color of #5D9C8D is #669999 (or #699).

RGB color model

#5D9C8D color RGB value is (93,156,141).

  • red value is 93;
  • green value is 156;
  • blue value is 141.
RGB:
(93,156,141)
(36%,61%,55%)

RGB channels and saturation

R 93 of 255 = 36%
G 156 of 255 = 61%
B 141 of 255 = 55%

93
156
141

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

Portions of RGB colors in percentages

R + G + B =
93 + 156 + 141 = 390 (100%)
R 93 of 390 ~ 23.85%
G 156 of 390 ~ 40%
B 141 of 390 ~ 36.15%

%23.85
%40
%36.15

CMYK color model

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

  • cyan value is 40.38%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 38.82%
CMYK:
(40,0,10,39)
C40M0Y10K39 
(40%,0%,10%,39%)
(0.40/0.00/0.10/0.39)	

CMYK percentages

%40.38
%0
%9.62
%38.82

Codes

Color #5D9C8D in popluar color models

5D9C8D
RGB93156141
HSL166°25.30%48.82%
HSB/HSV166°40.38%61.18%
CMYK40.38%0.00%9.62%
38.82%

Color #5D9C8D in popluar number systems.

HEX5D9C8D
Decimal93156141
Binary10111011001110010001101
Octal135234215

Shades and tints

Shades of #5D9C8D

#5D9C8D
(93,156,141)
#558E81
(85,142,129)
#4D8075
(77,128,117)
#457269
(69,114,105)
#3D645D
(61,100,93)
#355651
(53,86,81)
#2D4845
(45,72,69)
#253A39
(37,58,57)
#1D2C2D
(29,44,45)
#151E21
(21,30,33)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #5D9C8D

#5D9C8D
(93,156,141)
#6BA597
(107,165,151)
#79AEA1
(121,174,161)
#87B7AB
(135,183,171)
#95C0B5
(149,192,181)
#A3C9BF
(163,201,191)
#B1D2C9
(177,210,201)
#BFDBD3
(191,219,211)
#CDE4DD
(205,228,221)
#DBEDE7
(219,237,231)
#E9F6F1
(233,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9C8D color. Also use rgb(93,156,141) instead hex code.

Text Font Color

.myTextColor { color: #5D9C8D; }

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

This text font color is #5D9C8D.


Background Color

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

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

This div background color is #5D9C8D.


Border color

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

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

This div border color is #5D9C8D.


Opacity

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

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

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

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

This text has shadow with #5D9C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9C8D on black background.


Color preview on white background

This text has color #5D9C8D on white background.



Black color preview on #5D9C8D background

This text has black color on #5D9C8D background.


White color preview on #5D9C8D background

This text has white color on #5D9C8D background.