COLOR #5D9B44

HEX: #5D9B44
RGB: (93,155,68)

Color info

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

RGB color model

#5D9B44 color RGB value is (93,155,68).

  • red value is 93;
  • green value is 155;
  • blue value is 68.
RGB:
(93,155,68)
(36%,61%,27%)

RGB channels and saturation

R 93 of 255 = 36%
G 155 of 255 = 61%
B 68 of 255 = 27%

93
155
68

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

Portions of RGB colors in percentages

R + G + B =
93 + 155 + 68 = 316 (100%)
R 93 of 316 ~ 29.43%
G 155 of 316 ~ 49.05%
B 68 of 316 ~ 21.52%

%29.43
%49.05
%21.52

CMYK color model

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

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 56.13%
  • key color value is 39.22%
CMYK:
(40,0,56,39)
C40M0Y56K39 
(40%,0%,56%,39%)
(0.40/0.00/0.56/0.39)	

CMYK percentages

%40
%0
%56.13
%39.22

Codes

Color #5D9B44 in popluar color models

5D9B44
RGB9315568
HSL103°39.01%43.73%
HSB/HSV103°56.13%60.78%
CMYK40.00%0.00%56.13%
39.22%

Color #5D9B44 in popluar number systems.

HEX5D9B44
Decimal9315568
Binary1011101100110111000100
Octal135233104

Shades and tints

Shades of #5D9B44

#5D9B44
(93,155,68)
#558D3E
(85,141,62)
#4D7F38
(77,127,56)
#457132
(69,113,50)
#3D632C
(61,99,44)
#355526
(53,85,38)
#2D4720
(45,71,32)
#25391A
(37,57,26)
#1D2B14
(29,43,20)
#151D0E
(21,29,14)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #5D9B44

#5D9B44
(93,155,68)
#6BA455
(107,164,85)
#79AD66
(121,173,102)
#87B677
(135,182,119)
#95BF88
(149,191,136)
#A3C899
(163,200,153)
#B1D1AA
(177,209,170)
#BFDABB
(191,218,187)
#CDE3CC
(205,227,204)
#DBECDD
(219,236,221)
#E9F5EE
(233,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9B44 color. Also use rgb(93,155,68) instead hex code.

Text Font Color

.myTextColor { color: #5D9B44; }

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

This text font color is #5D9B44.


Background Color

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

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

This div background color is #5D9B44.


Border color

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

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

This div border color is #5D9B44.


Opacity

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

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

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

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

This text has shadow with #5D9B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9B44 on black background.


Color preview on white background

This text has color #5D9B44 on white background.



Black color preview on #5D9B44 background

This text has black color on #5D9B44 background.


White color preview on #5D9B44 background

This text has white color on #5D9B44 background.