COLOR #5DB28C

HEX: #5DB28C
RGB: (93,178,140)

Color info

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

RGB color model

#5DB28C color RGB value is (93,178,140).

  • red value is 93;
  • green value is 178;
  • blue value is 140.
RGB:
(93,178,140)
(36%,70%,55%)

RGB channels and saturation

R 93 of 255 = 36%
G 178 of 255 = 70%
B 140 of 255 = 55%

93
178
140

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

Portions of RGB colors in percentages

R + G + B =
93 + 178 + 140 = 411 (100%)
R 93 of 411 ~ 22.63%
G 178 of 411 ~ 43.31%
B 140 of 411 ~ 34.06%

%22.63
%43.31
%34.06

CMYK color model

#5DB28C color CMYK value is (48,0,21,30).

  • cyan value is 47.75%
  • magenta value is 0.00%
  • yellow value is 21.35%
  • key color value is 30.20%
CMYK:
(48,0,21,30)
C48M0Y21K30 
(48%,0%,21%,30%)
(0.48/0.00/0.21/0.30)	

CMYK percentages

%47.75
%0
%21.35
%30.2

Codes

Color #5DB28C in popluar color models

5DB28C
RGB93178140
HSL153°35.56%53.14%
HSB/HSV153°47.75%69.80%
CMYK47.75%0.00%21.35%
30.20%

Color #5DB28C in popluar number systems.

HEX5DB28C
Decimal93178140
Binary10111011011001010001100
Octal135262214

Shades and tints

Shades of #5DB28C

#5DB28C
(93,178,140)
#55A280
(85,162,128)
#4D9274
(77,146,116)
#458268
(69,130,104)
#3D725C
(61,114,92)
#356250
(53,98,80)
#2D5244
(45,82,68)
#254238
(37,66,56)
#1D322C
(29,50,44)
#152220
(21,34,32)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #5DB28C

#5DB28C
(93,178,140)
#6BB996
(107,185,150)
#79C0A0
(121,192,160)
#87C7AA
(135,199,170)
#95CEB4
(149,206,180)
#A3D5BE
(163,213,190)
#B1DCC8
(177,220,200)
#BFE3D2
(191,227,210)
#CDEADC
(205,234,220)
#DBF1E6
(219,241,230)
#E9F8F0
(233,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB28C color. Also use rgb(93,178,140) instead hex code.

Text Font Color

.myTextColor { color: #5DB28C; }

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

This text font color is #5DB28C.


Background Color

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

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

This div background color is #5DB28C.


Border color

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

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

This div border color is #5DB28C.


Opacity

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

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

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

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

This text has shadow with #5DB28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB28C on black background.


Color preview on white background

This text has color #5DB28C on white background.



Black color preview on #5DB28C background

This text has black color on #5DB28C background.


White color preview on #5DB28C background

This text has white color on #5DB28C background.