COLOR #5DB573

HEX: #5DB573
RGB: (93,181,115)

Color info

#5DB573 contains mainly green color. Web safe color of #5DB573 is #66CC66 (or #6C6).

RGB color model

#5DB573 color RGB value is (93,181,115).

  • red value is 93;
  • green value is 181;
  • blue value is 115.
RGB:
(93,181,115)
(36%,71%,45%)

RGB channels and saturation

R 93 of 255 = 36%
G 181 of 255 = 71%
B 115 of 255 = 45%

93
181
115

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

Portions of RGB colors in percentages

R + G + B =
93 + 181 + 115 = 389 (100%)
R 93 of 389 ~ 23.91%
G 181 of 389 ~ 46.53%
B 115 of 389 ~ 29.56%

%23.91
%46.53
%29.56

CMYK color model

#5DB573 color CMYK value is (49,0,36,29).

  • cyan value is 48.62%
  • magenta value is 0.00%
  • yellow value is 36.46%
  • key color value is 29.02%
CMYK:
(49,0,36,29)
C49M0Y36K29 
(49%,0%,36%,29%)
(0.49/0.00/0.36/0.29)	

CMYK percentages

%48.62
%0
%36.46
%29.02

Codes

Color #5DB573 in popluar color models

5DB573
RGB93181115
HSL135°37.29%53.73%
HSB/HSV135°48.62%70.98%
CMYK48.62%0.00%36.46%
29.02%

Color #5DB573 in popluar number systems.

HEX5DB573
Decimal93181115
Binary1011101101101011110011
Octal135265163

Shades and tints

Shades of #5DB573

#5DB573
(93,181,115)
#55A569
(85,165,105)
#4D955F
(77,149,95)
#458555
(69,133,85)
#3D754B
(61,117,75)
#356541
(53,101,65)
#2D5537
(45,85,55)
#25452D
(37,69,45)
#1D3523
(29,53,35)
#152519
(21,37,25)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #5DB573

#5DB573
(93,181,115)
#6BBB7F
(107,187,127)
#79C18B
(121,193,139)
#87C797
(135,199,151)
#95CDA3
(149,205,163)
#A3D3AF
(163,211,175)
#B1D9BB
(177,217,187)
#BFDFC7
(191,223,199)
#CDE5D3
(205,229,211)
#DBEBDF
(219,235,223)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB573 color. Also use rgb(93,181,115) instead hex code.

Text Font Color

.myTextColor { color: #5DB573; }

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

This text font color is #5DB573.


Background Color

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

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

This div background color is #5DB573.


Border color

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

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

This div border color is #5DB573.


Opacity

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

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

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

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

This text has shadow with #5DB573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB573 on black background.


Color preview on white background

This text has color #5DB573 on white background.



Black color preview on #5DB573 background

This text has black color on #5DB573 background.


White color preview on #5DB573 background

This text has white color on #5DB573 background.