COLOR #5D9C4A

HEX: #5D9C4A RGB: (93,156,74)

Color info

#5D9C4A contains mainly green color. Web safe color of #5D9C4A is #669933 (or #693).

RGB color model

#5D9C4A color RGB value is (93,156,74).

RGB: (93,156,74) (36%, 61%, 29%)

RGB channels and saturation

R 93 of 255 = 36%
G 156 of 255 = 61%
B 74 of 255 = 29%

93
156
74

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

Portions of RGB colors in percentages

R + G + B = 93 + 156 + 74 = 323 (100%)
R 93 of 323 ~ 28.79%
G 156 of 323 ~ 48.3%
B 74 of 323 ~ 22.91'%

%28.79
%48.3
%22.91

CMYK color model

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

  • cyan value is 40.38%
  • magenta value is 0.00%
  • yellow value is 52.56%
  • key color value is 38.82%

CMYK: (40,0,53,39)
C40M0Y53K39 (40%, 0%, 53%, 39%)
(0.40 / 0.00 / 0.53 / 0.39)

CMYK percentages

%40.38
%0
%52.56
%38.82

Codes

Color #5D9C4A in popluar color models

5D 9C 4A
RGB 93 156 74
HSL 106° 35.65% 45.10%
HSB/HSV 106° 52.56% 61.18%
CMYK 40.38% 0.00% 52.56%
38.82%

Color #5D9C4A in popluar number systems.

HEX 5D 9C 4A
Decimal 93 156 74
Binary 1011101 10011100 1001010
Octal 135 234 112

Shades and tints

Shades of #5D9C4A

#5D9C4A
(93,156,74)
#558E44
(85,142,68)
#4D803E
(77,128,62)
#457238
(69,114,56)
#3D6432
(61,100,50)
#35562C
(53,86,44)
#2D4826
(45,72,38)
#253A20
(37,58,32)
#1D2C1A
(29,44,26)
#151E14
(21,30,20)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #5D9C4A

#5D9C4A
(93,156,74)
#6BA55A
(107,165,90)
#79AE6A
(121,174,106)
#87B77A
(135,183,122)
#95C08A
(149,192,138)
#A3C99A
(163,201,154)
#B1D2AA
(177,210,170)
#BFDBBA
(191,219,186)
#CDE4CA
(205,228,202)
#DBEDDA
(219,237,218)
#E9F6EA
(233,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D9C4A; }

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

This text font color is #5D9C4A.

Background Color

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

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

This div background color is #5D9C4A.

Border color

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

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

This div border color is #5D9C4A.

Opacity

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

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

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

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

This text has shadow with #5D9C4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D9C4A.

Preview

Color preview on black background

This text has color #5D9C4A on black background.


Color preview on white background

This text has color #5D9C4A on white background.


Black color preview on #5D9C4A background

This text has black color on #5D9C4A background.


White color preview on #5D9C4A background

This text has white color on #5D9C4A background.


Related colors

Complementary color

Complementary color for #hex is #A263B5.


I love getcolorcode.com

Triadic colors

1 #4A5D9C and #9C4A5D with #5D9C4A are triadic colors.

2 #4A9C5D and #9C5D4A with #5D9C4A are triadic colors.