COLOR #5D8F7C

HEX: #5D8F7C
RGB: (93,143,124)

Color info

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

RGB color model

#5D8F7C color RGB value is (93,143,124).

  • red value is 93;
  • green value is 143;
  • blue value is 124.
RGB:
(93,143,124)
(36%,56%,49%)

RGB channels and saturation

R 93 of 255 = 36%
G 143 of 255 = 56%
B 124 of 255 = 49%

93
143
124

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

Portions of RGB colors in percentages

R + G + B =
93 + 143 + 124 = 360 (100%)
R 93 of 360 ~ 25.83%
G 143 of 360 ~ 39.72%
B 124 of 360 ~ 34.44%

%25.83
%39.72
%34.44

CMYK color model

#5D8F7C color CMYK value is (35,0,13,44).

  • cyan value is 34.97%
  • magenta value is 0.00%
  • yellow value is 13.29%
  • key color value is 43.92%
CMYK:
(35,0,13,44)
C35M0Y13K44 
(35%,0%,13%,44%)
(0.35/0.00/0.13/0.44)	

CMYK percentages

%34.97
%0
%13.29
%43.92

Codes

Color #5D8F7C in popluar color models

5D8F7C
RGB93143124
HSL157°21.19%46.27%
HSB/HSV157°34.97%56.08%
CMYK34.97%0.00%13.29%
43.92%

Color #5D8F7C in popluar number systems.

HEX5D8F7C
Decimal93143124
Binary1011101100011111111100
Octal135217174

Shades and tints

Shades of #5D8F7C

#5D8F7C
(93,143,124)
#558271
(85,130,113)
#4D7566
(77,117,102)
#45685B
(69,104,91)
#3D5B50
(61,91,80)
#354E45
(53,78,69)
#2D413A
(45,65,58)
#25342F
(37,52,47)
#1D2724
(29,39,36)
#151A19
(21,26,25)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #5D8F7C

#5D8F7C
(93,143,124)
#6B9987
(107,153,135)
#79A392
(121,163,146)
#87AD9D
(135,173,157)
#95B7A8
(149,183,168)
#A3C1B3
(163,193,179)
#B1CBBE
(177,203,190)
#BFD5C9
(191,213,201)
#CDDFD4
(205,223,212)
#DBE9DF
(219,233,223)
#E9F3EA
(233,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8F7C color. Also use rgb(93,143,124) instead hex code.

Text Font Color

.myTextColor { color: #5D8F7C; }

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

This text font color is #5D8F7C.


Background Color

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

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

This div background color is #5D8F7C.


Border color

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

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

This div border color is #5D8F7C.


Opacity

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

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

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

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

This text has shadow with #5D8F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8F7C on black background.


Color preview on white background

This text has color #5D8F7C on white background.



Black color preview on #5D8F7C background

This text has black color on #5D8F7C background.


White color preview on #5D8F7C background

This text has white color on #5D8F7C background.