COLOR #5DAF8F

HEX: #5DAF8F
RGB: (93,175,143)

Color info

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

RGB color model

#5DAF8F color RGB value is (93,175,143).

  • red value is 93;
  • green value is 175;
  • blue value is 143.
RGB:
(93,175,143)
(36%,69%,56%)

RGB channels and saturation

R 93 of 255 = 36%
G 175 of 255 = 69%
B 143 of 255 = 56%

93
175
143

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

Portions of RGB colors in percentages

R + G + B =
93 + 175 + 143 = 411 (100%)
R 93 of 411 ~ 22.63%
G 175 of 411 ~ 42.58%
B 143 of 411 ~ 34.79%

%22.63
%42.58
%34.79

CMYK color model

#5DAF8F color CMYK value is (47,0,18,31).

  • cyan value is 46.86%
  • magenta value is 0.00%
  • yellow value is 18.29%
  • key color value is 31.37%
CMYK:
(47,0,18,31)
C47M0Y18K31 
(47%,0%,18%,31%)
(0.47/0.00/0.18/0.31)	

CMYK percentages

%46.86
%0
%18.29
%31.37

Codes

Color #5DAF8F in popluar color models

5DAF8F
RGB93175143
HSL157°33.88%52.55%
HSB/HSV157°46.86%68.63%
CMYK46.86%0.00%18.29%
31.37%

Color #5DAF8F in popluar number systems.

HEX5DAF8F
Decimal93175143
Binary10111011010111110001111
Octal135257217

Shades and tints

Shades of #5DAF8F

#5DAF8F
(93,175,143)
#55A082
(85,160,130)
#4D9175
(77,145,117)
#458268
(69,130,104)
#3D735B
(61,115,91)
#35644E
(53,100,78)
#2D5541
(45,85,65)
#254634
(37,70,52)
#1D3727
(29,55,39)
#15281A
(21,40,26)
#0D190D
(13,25,13)
#000000
(0,0,0)

Tints of #5DAF8F

#5DAF8F
(93,175,143)
#6BB699
(107,182,153)
#79BDA3
(121,189,163)
#87C4AD
(135,196,173)
#95CBB7
(149,203,183)
#A3D2C1
(163,210,193)
#B1D9CB
(177,217,203)
#BFE0D5
(191,224,213)
#CDE7DF
(205,231,223)
#DBEEE9
(219,238,233)
#E9F5F3
(233,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DAF8F color. Also use rgb(93,175,143) instead hex code.

Text Font Color

.myTextColor { color: #5DAF8F; }

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

This text font color is #5DAF8F.


Background Color

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

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

This div background color is #5DAF8F.


Border color

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

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

This div border color is #5DAF8F.


Opacity

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

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

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

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

This text has shadow with #5DAF8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DAF8F on black background.


Color preview on white background

This text has color #5DAF8F on white background.



Black color preview on #5DAF8F background

This text has black color on #5DAF8F background.


White color preview on #5DAF8F background

This text has white color on #5DAF8F background.