COLOR #5D9B50

HEX: #5D9B50
RGB: (93,155,80)

Color info

#5D9B50 contains mainly green color. Web safe color of #5D9B50 is #669966 (or #696).

RGB color model

#5D9B50 color RGB value is (93,155,80).

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

RGB channels and saturation

R 93 of 255 = 36%
G 155 of 255 = 61%
B 80 of 255 = 31%

93
155
80

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

Portions of RGB colors in percentages

R + G + B =
93 + 155 + 80 = 328 (100%)
R 93 of 328 ~ 28.35%
G 155 of 328 ~ 47.26%
B 80 of 328 ~ 24.39%

%28.35
%47.26
%24.39

CMYK color model

#5D9B50 color CMYK value is (40,0,48,39).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 48.39%
  • key color value is 39.22%
CMYK:
(40,0,48,39)
C40M0Y48K39 
(40%,0%,48%,39%)
(0.40/0.00/0.48/0.39)	

CMYK percentages

%40
%0
%48.39
%39.22

Codes

Color #5D9B50 in popluar color models

5D9B50
RGB9315580
HSL110°31.91%46.08%
HSB/HSV110°48.39%60.78%
CMYK40.00%0.00%48.39%
39.22%

Color #5D9B50 in popluar number systems.

HEX5D9B50
Decimal9315580
Binary1011101100110111010000
Octal135233120

Shades and tints

Shades of #5D9B50

#5D9B50
(93,155,80)
#558D49
(85,141,73)
#4D7F42
(77,127,66)
#45713B
(69,113,59)
#3D6334
(61,99,52)
#35552D
(53,85,45)
#2D4726
(45,71,38)
#25391F
(37,57,31)
#1D2B18
(29,43,24)
#151D11
(21,29,17)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #5D9B50

#5D9B50
(93,155,80)
#6BA45F
(107,164,95)
#79AD6E
(121,173,110)
#87B67D
(135,182,125)
#95BF8C
(149,191,140)
#A3C89B
(163,200,155)
#B1D1AA
(177,209,170)
#BFDAB9
(191,218,185)
#CDE3C8
(205,227,200)
#DBECD7
(219,236,215)
#E9F5E6
(233,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D9B50; }

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

This text font color is #5D9B50.


Background Color

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

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

This div background color is #5D9B50.


Border color

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

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

This div border color is #5D9B50.


Opacity

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

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

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

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

This text has shadow with #5D9B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9B50 on black background.


Color preview on white background

This text has color #5D9B50 on white background.



Black color preview on #5D9B50 background

This text has black color on #5D9B50 background.


White color preview on #5D9B50 background

This text has white color on #5D9B50 background.