COLOR #5DA06B

HEX: #5DA06B
RGB: (93,160,107)

Color info

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

RGB color model

#5DA06B color RGB value is (93,160,107).

  • red value is 93;
  • green value is 160;
  • blue value is 107.
RGB:
(93,160,107)
(36%,63%,42%)

RGB channels and saturation

R 93 of 255 = 36%
G 160 of 255 = 63%
B 107 of 255 = 42%

93
160
107

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

Portions of RGB colors in percentages

R + G + B =
93 + 160 + 107 = 360 (100%)
R 93 of 360 ~ 25.83%
G 160 of 360 ~ 44.44%
B 107 of 360 ~ 29.72%

%25.83
%44.44
%29.72

CMYK color model

#5DA06B color CMYK value is (42,0,33,37).

  • cyan value is 41.88%
  • magenta value is 0.00%
  • yellow value is 33.13%
  • key color value is 37.25%
CMYK:
(42,0,33,37)
C42M0Y33K37 
(42%,0%,33%,37%)
(0.42/0.00/0.33/0.37)	

CMYK percentages

%41.88
%0
%33.13
%37.25

Codes

Color #5DA06B in popluar color models

5DA06B
RGB93160107
HSL133°26.48%49.61%
HSB/HSV133°41.88%62.75%
CMYK41.88%0.00%33.13%
37.25%

Color #5DA06B in popluar number systems.

HEX5DA06B
Decimal93160107
Binary1011101101000001101011
Octal135240153

Shades and tints

Shades of #5DA06B

#5DA06B
(93,160,107)
#559262
(85,146,98)
#4D8459
(77,132,89)
#457650
(69,118,80)
#3D6847
(61,104,71)
#355A3E
(53,90,62)
#2D4C35
(45,76,53)
#253E2C
(37,62,44)
#1D3023
(29,48,35)
#15221A
(21,34,26)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #5DA06B

#5DA06B
(93,160,107)
#6BA878
(107,168,120)
#79B085
(121,176,133)
#87B892
(135,184,146)
#95C09F
(149,192,159)
#A3C8AC
(163,200,172)
#B1D0B9
(177,208,185)
#BFD8C6
(191,216,198)
#CDE0D3
(205,224,211)
#DBE8E0
(219,232,224)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA06B color. Also use rgb(93,160,107) instead hex code.

Text Font Color

.myTextColor { color: #5DA06B; }

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

This text font color is #5DA06B.


Background Color

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

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

This div background color is #5DA06B.


Border color

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

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

This div border color is #5DA06B.


Opacity

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

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

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

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

This text has shadow with #5DA06B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA06B on black background.


Color preview on white background

This text has color #5DA06B on white background.



Black color preview on #5DA06B background

This text has black color on #5DA06B background.


White color preview on #5DA06B background

This text has white color on #5DA06B background.