COLOR #5DAB67

HEX: #5DAB67 RGB: (93,171,103)

Color info

#5DAB67 contains mainly green color. Web safe color of #5DAB67 is #669966 (or #696).

RGB color model

#5DAB67 color RGB value is (93,171,103).

RGB: (93,171,103) (36%, 67%, 40%)

RGB channels and saturation

R 93 of 255 = 36%
G 171 of 255 = 67%
B 103 of 255 = 40%

93
171
103

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

Portions of RGB colors in percentages

R + G + B = 93 + 171 + 103 = 367 (100%)
R 93 of 367 ~ 25.34%
G 171 of 367 ~ 46.59%
B 103 of 367 ~ 28.07'%

%25.34
%46.59
%28.07

CMYK color model

#5DAB67 color CMYK value is (46,0,40,33).

  • cyan value is 45.61%
  • magenta value is 0.00%
  • yellow value is 39.77%
  • key color value is 32.94%

CMYK: (46,0,40,33)
C46M0Y40K33 (46%, 0%, 40%, 33%)
(0.46 / 0.00 / 0.40 / 0.33)

CMYK percentages

%45.61
%0
%39.77
%32.94

Codes

Color #5DAB67 in popluar color models

5D AB 67
RGB 93 171 103
HSL 128° 31.71% 51.76%
HSB/HSV 128° 45.61% 67.06%
CMYK 45.61% 0.00% 39.77%
32.94%

Color #5DAB67 in popluar number systems.

HEX 5D AB 67
Decimal 93 171 103
Binary 1011101 10101011 1100111
Octal 135 253 147

Shades and tints

Shades of #5DAB67

#5DAB67
(93,171,103)
#559C5E
(85,156,94)
#4D8D55
(77,141,85)
#457E4C
(69,126,76)
#3D6F43
(61,111,67)
#35603A
(53,96,58)
#2D5131
(45,81,49)
#254228
(37,66,40)
#1D331F
(29,51,31)
#152416
(21,36,22)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #5DAB67

#5DAB67
(93,171,103)
#6BB274
(107,178,116)
#79B981
(121,185,129)
#87C08E
(135,192,142)
#95C79B
(149,199,155)
#A3CEA8
(163,206,168)
#B1D5B5
(177,213,181)
#BFDCC2
(191,220,194)
#CDE3CF
(205,227,207)
#DBEADC
(219,234,220)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DAB67; }

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

This text font color is #5DAB67.

Background Color

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

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

This div background color is #5DAB67.

Border color

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

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

This div border color is #5DAB67.

Opacity

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

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

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

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

This text has shadow with #5DAB67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DAB67.

Preview

Color preview on black background

This text has color #5DAB67 on black background.


Color preview on white background

This text has color #5DAB67 on white background.


Black color preview on #5DAB67 background

This text has black color on #5DAB67 background.


White color preview on #5DAB67 background

This text has white color on #5DAB67 background.


Related colors

Complementary color

Complementary color for #hex is #A25498.


I love getcolorcode.com

Triadic colors

1 #675DAB and #AB675D with #5DAB67 are triadic colors.

2 #67AB5D and #AB5D67 with #5DAB67 are triadic colors.