COLOR #5DAF93

HEX: #5DAF93
RGB: (93,175,147)

Color info

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

RGB color model

#5DAF93 color RGB value is (93,175,147).

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

RGB channels and saturation

R 93 of 255 = 36%
G 175 of 255 = 69%
B 147 of 255 = 58%

93
175
147

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

Portions of RGB colors in percentages

R + G + B =
93 + 175 + 147 = 415 (100%)
R 93 of 415 ~ 22.41%
G 175 of 415 ~ 42.17%
B 147 of 415 ~ 35.42%

%22.41
%42.17
%35.42

CMYK color model

#5DAF93 color CMYK value is (47,0,16,31).

  • cyan value is 46.86%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 31.37%
CMYK:
(47,0,16,31)
C47M0Y16K31 
(47%,0%,16%,31%)
(0.47/0.00/0.16/0.31)	

CMYK percentages

%46.86
%0
%16
%31.37

Codes

Color #5DAF93 in popluar color models

5DAF93
RGB93175147
HSL160°33.88%52.55%
HSB/HSV160°46.86%68.63%
CMYK46.86%0.00%16.00%
31.37%

Color #5DAF93 in popluar number systems.

HEX5DAF93
Decimal93175147
Binary10111011010111110010011
Octal135257223

Shades and tints

Shades of #5DAF93

#5DAF93
(93,175,147)
#55A086
(85,160,134)
#4D9179
(77,145,121)
#45826C
(69,130,108)
#3D735F
(61,115,95)
#356452
(53,100,82)
#2D5545
(45,85,69)
#254638
(37,70,56)
#1D372B
(29,55,43)
#15281E
(21,40,30)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #5DAF93

#5DAF93
(93,175,147)
#6BB69C
(107,182,156)
#79BDA5
(121,189,165)
#87C4AE
(135,196,174)
#95CBB7
(149,203,183)
#A3D2C0
(163,210,192)
#B1D9C9
(177,217,201)
#BFE0D2
(191,224,210)
#CDE7DB
(205,231,219)
#DBEEE4
(219,238,228)
#E9F5ED
(233,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DAF93; }

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

This text font color is #5DAF93.


Background Color

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

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

This div background color is #5DAF93.


Border color

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

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

This div border color is #5DAF93.


Opacity

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

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

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

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

This text has shadow with #5DAF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DAF93 on black background.


Color preview on white background

This text has color #5DAF93 on white background.



Black color preview on #5DAF93 background

This text has black color on #5DAF93 background.


White color preview on #5DAF93 background

This text has white color on #5DAF93 background.