COLOR #5DA396

HEX: #5DA396
RGB: (93,163,150)

Color info

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

RGB color model

#5DA396 color RGB value is (93,163,150).

  • red value is 93;
  • green value is 163;
  • blue value is 150.
RGB:
(93,163,150)
(36%,64%,59%)

RGB channels and saturation

R 93 of 255 = 36%
G 163 of 255 = 64%
B 150 of 255 = 59%

93
163
150

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

Portions of RGB colors in percentages

R + G + B =
93 + 163 + 150 = 406 (100%)
R 93 of 406 ~ 22.91%
G 163 of 406 ~ 40.15%
B 150 of 406 ~ 36.95%

%22.91
%40.15
%36.95

CMYK color model

#5DA396 color CMYK value is (43,0,8,36).

  • cyan value is 42.94%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 36.08%
CMYK:
(43,0,8,36)
C43M0Y8K36 
(43%,0%,8%,36%)
(0.43/0.00/0.08/0.36)	

CMYK percentages

%42.94
%0
%7.98
%36.08

Codes

Color #5DA396 in popluar color models

5DA396
RGB93163150
HSL169°27.56%50.20%
HSB/HSV169°42.94%63.92%
CMYK42.94%0.00%7.98%
36.08%

Color #5DA396 in popluar number systems.

HEX5DA396
Decimal93163150
Binary10111011010001110010110
Octal135243226

Shades and tints

Shades of #5DA396

#5DA396
(93,163,150)
#559589
(85,149,137)
#4D877C
(77,135,124)
#45796F
(69,121,111)
#3D6B62
(61,107,98)
#355D55
(53,93,85)
#2D4F48
(45,79,72)
#25413B
(37,65,59)
#1D332E
(29,51,46)
#152521
(21,37,33)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #5DA396

#5DA396
(93,163,150)
#6BAB9F
(107,171,159)
#79B3A8
(121,179,168)
#87BBB1
(135,187,177)
#95C3BA
(149,195,186)
#A3CBC3
(163,203,195)
#B1D3CC
(177,211,204)
#BFDBD5
(191,219,213)
#CDE3DE
(205,227,222)
#DBEBE7
(219,235,231)
#E9F3F0
(233,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA396 color. Also use rgb(93,163,150) instead hex code.

Text Font Color

.myTextColor { color: #5DA396; }

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

This text font color is #5DA396.


Background Color

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

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

This div background color is #5DA396.


Border color

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

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

This div border color is #5DA396.


Opacity

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

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

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

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

This text has shadow with #5DA396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA396 on black background.


Color preview on white background

This text has color #5DA396 on white background.



Black color preview on #5DA396 background

This text has black color on #5DA396 background.


White color preview on #5DA396 background

This text has white color on #5DA396 background.