COLOR #5D8381

HEX: #5D8381
RGB: (93,131,129)

Color info

#5D8381 contains red, green and blue colors in about the same proportion. Web safe color of #5D8381 is #669999 (or #699).

RGB color model

#5D8381 color RGB value is (93,131,129).

  • red value is 93;
  • green value is 131;
  • blue value is 129.
RGB:
(93,131,129)
(36%,51%,51%)

RGB channels and saturation

R 93 of 255 = 36%
G 131 of 255 = 51%
B 129 of 255 = 51%

93
131
129

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

Portions of RGB colors in percentages

R + G + B =
93 + 131 + 129 = 353 (100%)
R 93 of 353 ~ 26.35%
G 131 of 353 ~ 37.11%
B 129 of 353 ~ 36.54%

%26.35
%37.11
%36.54

CMYK color model

#5D8381 color CMYK value is (29,0,2,49).

  • cyan value is 29.01%
  • magenta value is 0.00%
  • yellow value is 1.53%
  • key color value is 48.63%
CMYK:
(29,0,2,49)
C29M0Y2K49 
(29%,0%,2%,49%)
(0.29/0.00/0.02/0.49)	

CMYK percentages

%29.01
%0
%1.53
%48.63

Codes

Color #5D8381 in popluar color models

5D8381
RGB93131129
HSL177°16.96%43.92%
HSB/HSV177°29.01%51.37%
CMYK29.01%0.00%1.53%
48.63%

Color #5D8381 in popluar number systems.

HEX5D8381
Decimal93131129
Binary10111011000001110000001
Octal135203201

Shades and tints

Shades of #5D8381

#5D8381
(93,131,129)
#557876
(85,120,118)
#4D6D6B
(77,109,107)
#456260
(69,98,96)
#3D5755
(61,87,85)
#354C4A
(53,76,74)
#2D413F
(45,65,63)
#253634
(37,54,52)
#1D2B29
(29,43,41)
#15201E
(21,32,30)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #5D8381

#5D8381
(93,131,129)
#6B8E8C
(107,142,140)
#799997
(121,153,151)
#87A4A2
(135,164,162)
#95AFAD
(149,175,173)
#A3BAB8
(163,186,184)
#B1C5C3
(177,197,195)
#BFD0CE
(191,208,206)
#CDDBD9
(205,219,217)
#DBE6E4
(219,230,228)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8381; }

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

This text font color is #5D8381.


Background Color

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

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

This div background color is #5D8381.


Border color

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

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

This div border color is #5D8381.


Opacity

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

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

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

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

This text has shadow with #5D8381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8381 on black background.


Color preview on white background

This text has color #5D8381 on white background.



Black color preview on #5D8381 background

This text has black color on #5D8381 background.


White color preview on #5D8381 background

This text has white color on #5D8381 background.