COLOR #5D8576

HEX: #5D8576
RGB: (93,133,118)

Color info

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

RGB color model

#5D8576 color RGB value is (93,133,118).

  • red value is 93;
  • green value is 133;
  • blue value is 118.
RGB:
(93,133,118)
(36%,52%,46%)

RGB channels and saturation

R 93 of 255 = 36%
G 133 of 255 = 52%
B 118 of 255 = 46%

93
133
118

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

Portions of RGB colors in percentages

R + G + B =
93 + 133 + 118 = 344 (100%)
R 93 of 344 ~ 27.03%
G 133 of 344 ~ 38.66%
B 118 of 344 ~ 34.3%

%27.03
%38.66
%34.3

CMYK color model

#5D8576 color CMYK value is (30,0,11,48).

  • cyan value is 30.08%
  • magenta value is 0.00%
  • yellow value is 11.28%
  • key color value is 47.84%
CMYK:
(30,0,11,48)
C30M0Y11K48 
(30%,0%,11%,48%)
(0.30/0.00/0.11/0.48)	

CMYK percentages

%30.08
%0
%11.28
%47.84

Codes

Color #5D8576 in popluar color models

5D8576
RGB93133118
HSL158°17.70%44.31%
HSB/HSV158°30.08%52.16%
CMYK30.08%0.00%11.28%
47.84%

Color #5D8576 in popluar number systems.

HEX5D8576
Decimal93133118
Binary1011101100001011110110
Octal135205166

Shades and tints

Shades of #5D8576

#5D8576
(93,133,118)
#55796C
(85,121,108)
#4D6D62
(77,109,98)
#456158
(69,97,88)
#3D554E
(61,85,78)
#354944
(53,73,68)
#2D3D3A
(45,61,58)
#253130
(37,49,48)
#1D2526
(29,37,38)
#15191C
(21,25,28)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #5D8576

#5D8576
(93,133,118)
#6B9082
(107,144,130)
#799B8E
(121,155,142)
#87A69A
(135,166,154)
#95B1A6
(149,177,166)
#A3BCB2
(163,188,178)
#B1C7BE
(177,199,190)
#BFD2CA
(191,210,202)
#CDDDD6
(205,221,214)
#DBE8E2
(219,232,226)
#E9F3EE
(233,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8576 color. Also use rgb(93,133,118) instead hex code.

Text Font Color

.myTextColor { color: #5D8576; }

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

This text font color is #5D8576.


Background Color

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

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

This div background color is #5D8576.


Border color

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

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

This div border color is #5D8576.


Opacity

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

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

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

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

This text has shadow with #5D8576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8576 on black background.


Color preview on white background

This text has color #5D8576 on white background.



Black color preview on #5D8576 background

This text has black color on #5D8576 background.


White color preview on #5D8576 background

This text has white color on #5D8576 background.