COLOR #5DAB77

HEX: #5DAB77
RGB: (93,171,119)

Color info

#5DAB77 contains mainly green and blue colors. Web safe color of #5DAB77 is #669966 (or #696).

RGB color model

#5DAB77 color RGB value is (93,171,119).

  • red value is 93;
  • green value is 171;
  • blue value is 119.
RGB:
(93,171,119)
(36%,67%,47%)

RGB channels and saturation

R 93 of 255 = 36%
G 171 of 255 = 67%
B 119 of 255 = 47%

93
171
119

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

Portions of RGB colors in percentages

R + G + B =
93 + 171 + 119 = 383 (100%)
R 93 of 383 ~ 24.28%
G 171 of 383 ~ 44.65%
B 119 of 383 ~ 31.07%

%24.28
%44.65
%31.07

CMYK color model

#5DAB77 color CMYK value is (46,0,30,33).

  • cyan value is 45.61%
  • magenta value is 0.00%
  • yellow value is 30.41%
  • key color value is 32.94%
CMYK:
(46,0,30,33)
C46M0Y30K33 
(46%,0%,30%,33%)
(0.46/0.00/0.30/0.33)	

CMYK percentages

%45.61
%0
%30.41
%32.94

Codes

Color #5DAB77 in popluar color models

5DAB77
RGB93171119
HSL140°31.71%51.76%
HSB/HSV140°45.61%67.06%
CMYK45.61%0.00%30.41%
32.94%

Color #5DAB77 in popluar number systems.

HEX5DAB77
Decimal93171119
Binary1011101101010111110111
Octal135253167

Shades and tints

Shades of #5DAB77

#5DAB77
(93,171,119)
#559C6D
(85,156,109)
#4D8D63
(77,141,99)
#457E59
(69,126,89)
#3D6F4F
(61,111,79)
#356045
(53,96,69)
#2D513B
(45,81,59)
#254231
(37,66,49)
#1D3327
(29,51,39)
#15241D
(21,36,29)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #5DAB77

#5DAB77
(93,171,119)
#6BB283
(107,178,131)
#79B98F
(121,185,143)
#87C09B
(135,192,155)
#95C7A7
(149,199,167)
#A3CEB3
(163,206,179)
#B1D5BF
(177,213,191)
#BFDCCB
(191,220,203)
#CDE3D7
(205,227,215)
#DBEAE3
(219,234,227)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DAB77 color. Also use rgb(93,171,119) instead hex code.

Text Font Color

.myTextColor { color: #5DAB77; }

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

This text font color is #5DAB77.


Background Color

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

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

This div background color is #5DAB77.


Border color

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

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

This div border color is #5DAB77.


Opacity

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

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

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

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

This text has shadow with #5DAB77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DAB77 on black background.


Color preview on white background

This text has color #5DAB77 on white background.



Black color preview on #5DAB77 background

This text has black color on #5DAB77 background.


White color preview on #5DAB77 background

This text has white color on #5DAB77 background.