COLOR #5DAA83

HEX: #5DAA83
RGB: (93,170,131)

Color info

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

RGB color model

#5DAA83 color RGB value is (93,170,131).

  • red value is 93;
  • green value is 170;
  • blue value is 131.
RGB:
(93,170,131)
(36%,67%,51%)

RGB channels and saturation

R 93 of 255 = 36%
G 170 of 255 = 67%
B 131 of 255 = 51%

93
170
131

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

Portions of RGB colors in percentages

R + G + B =
93 + 170 + 131 = 394 (100%)
R 93 of 394 ~ 23.6%
G 170 of 394 ~ 43.15%
B 131 of 394 ~ 33.25%

%23.6
%43.15
%33.25

CMYK color model

#5DAA83 color CMYK value is (45,0,23,33).

  • cyan value is 45.29%
  • magenta value is 0.00%
  • yellow value is 22.94%
  • key color value is 33.33%
CMYK:
(45,0,23,33)
C45M0Y23K33 
(45%,0%,23%,33%)
(0.45/0.00/0.23/0.33)	

CMYK percentages

%45.29
%0
%22.94
%33.33

Codes

Color #5DAA83 in popluar color models

5DAA83
RGB93170131
HSL150°31.17%51.57%
HSB/HSV150°45.29%66.67%
CMYK45.29%0.00%22.94%
33.33%

Color #5DAA83 in popluar number systems.

HEX5DAA83
Decimal93170131
Binary10111011010101010000011
Octal135252203

Shades and tints

Shades of #5DAA83

#5DAA83
(93,170,131)
#559B78
(85,155,120)
#4D8C6D
(77,140,109)
#457D62
(69,125,98)
#3D6E57
(61,110,87)
#355F4C
(53,95,76)
#2D5041
(45,80,65)
#254136
(37,65,54)
#1D322B
(29,50,43)
#152320
(21,35,32)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #5DAA83

#5DAA83
(93,170,131)
#6BB18E
(107,177,142)
#79B899
(121,184,153)
#87BFA4
(135,191,164)
#95C6AF
(149,198,175)
#A3CDBA
(163,205,186)
#B1D4C5
(177,212,197)
#BFDBD0
(191,219,208)
#CDE2DB
(205,226,219)
#DBE9E6
(219,233,230)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DAA83 color. Also use rgb(93,170,131) instead hex code.

Text Font Color

.myTextColor { color: #5DAA83; }

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

This text font color is #5DAA83.


Background Color

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

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

This div background color is #5DAA83.


Border color

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

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

This div border color is #5DAA83.


Opacity

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

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

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

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

This text has shadow with #5DAA83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DAA83 on black background.


Color preview on white background

This text has color #5DAA83 on white background.



Black color preview on #5DAA83 background

This text has black color on #5DAA83 background.


White color preview on #5DAA83 background

This text has white color on #5DAA83 background.