COLOR #5D8379

HEX: #5D8379 RGB: (93,131,121)

Color info

#5D8379 contains red, green and blue colors in about the same proportion. Web safe color of #5D8379 is #669966 (or #696).

RGB color model

#5D8379 color RGB value is (93,131,121).

RGB: (93,131,121) (36%, 51%, 47%)

RGB channels and saturation

R 93 of 255 = 36%
G 131 of 255 = 51%
B 121 of 255 = 47%

93
131
121

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

Portions of RGB colors in percentages

R + G + B = 93 + 131 + 121 = 345 (100%)
R 93 of 345 ~ 26.96%
G 131 of 345 ~ 37.97%
B 121 of 345 ~ 35.07'%

%26.96
%37.97
%35.07

CMYK color model

#5D8379 color CMYK value is (29,0,8,49).

  • cyan value is 29.01%
  • magenta value is 0.00%
  • yellow value is 7.63%
  • key color value is 48.63%

CMYK: (29,0,8,49)
C29M0Y8K49 (29%, 0%, 8%, 49%)
(0.29 / 0.00 / 0.08 / 0.49)

CMYK percentages

%29.01
%0
%7.63
%48.63

Codes

Color #5D8379 in popluar color models

5D 83 79
RGB 93 131 121
HSL 164° 16.96% 43.92%
HSB/HSV 164° 29.01% 51.37%
CMYK 29.01% 0.00% 7.63%
48.63%

Color #5D8379 in popluar number systems.

HEX 5D 83 79
Decimal 93 131 121
Binary 1011101 10000011 1111001
Octal 135 203 171

Shades and tints

Shades of #5D8379

#5D8379
(93,131,121)
#55786E
(85,120,110)
#4D6D63
(77,109,99)
#456258
(69,98,88)
#3D574D
(61,87,77)
#354C42
(53,76,66)
#2D4137
(45,65,55)
#25362C
(37,54,44)
#1D2B21
(29,43,33)
#152016
(21,32,22)
#0D150B
(13,21,11)
#000000
(0,0,0)

Tints of #5D8379

#5D8379
(93,131,121)
#6B8E85
(107,142,133)
#799991
(121,153,145)
#87A49D
(135,164,157)
#95AFA9
(149,175,169)
#A3BAB5
(163,186,181)
#B1C5C1
(177,197,193)
#BFD0CD
(191,208,205)
#CDDBD9
(205,219,217)
#DBE6E5
(219,230,229)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8379 color. Also use rgb(93,131,121) instead hex code.

Text Font Color

.myTextColor { color: #5D8379; }

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

This text font color is #5D8379.

Background Color

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

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

This div background color is #5D8379.

Border color

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

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

This div border color is #5D8379.

Opacity

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

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

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

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

This text has shadow with #5D8379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D8379.

Preview

Color preview on black background

This text has color #5D8379 on black background.


Color preview on white background

This text has color #5D8379 on white background.


Black color preview on #5D8379 background

This text has black color on #5D8379 background.


White color preview on #5D8379 background

This text has white color on #5D8379 background.


Related colors

Complementary color

Complementary color for #hex is #A27C86.


I love getcolorcode.com

Triadic colors

1 #795D83 and #83795D with #5D8379 are triadic colors.

2 #79835D and #835D79 with #5D8379 are triadic colors.