COLOR #5D7E6C

HEX: #5D7E6C RGB: (93,126,108)

Color info

#5D7E6C contains red, green and blue colors in about the same proportion. Web safe color of #5D7E6C is #666666 (or #666).

RGB color model

#5D7E6C color RGB value is (93,126,108).

RGB: (93,126,108) (36%, 49%, 42%)

RGB channels and saturation

R 93 of 255 = 36%
G 126 of 255 = 49%
B 108 of 255 = 42%

93
126
108

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

Portions of RGB colors in percentages

R + G + B = 93 + 126 + 108 = 327 (100%)
R 93 of 327 ~ 28.44%
G 126 of 327 ~ 38.53%
B 108 of 327 ~ 33.03'%

%28.44
%38.53
%33.03

CMYK color model

#5D7E6C color CMYK value is (26,0,14,51).

  • cyan value is 26.19%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 50.59%

CMYK: (26,0,14,51)
C26M0Y14K51 (26%, 0%, 14%, 51%)
(0.26 / 0.00 / 0.14 / 0.51)

CMYK percentages

%26.19
%0
%14.29
%50.59

Codes

Color #5D7E6C in popluar color models

5D 7E 6C
RGB 93 126 108
HSL 147° 15.07% 42.94%
HSB/HSV 147° 26.19% 49.41%
CMYK 26.19% 0.00% 14.29%
50.59%

Color #5D7E6C in popluar number systems.

HEX 5D 7E 6C
Decimal 93 126 108
Binary 1011101 1111110 1101100
Octal 135 176 154

Shades and tints

Shades of #5D7E6C

#5D7E6C
(93,126,108)
#557363
(85,115,99)
#4D685A
(77,104,90)
#455D51
(69,93,81)
#3D5248
(61,82,72)
#35473F
(53,71,63)
#2D3C36
(45,60,54)
#25312D
(37,49,45)
#1D2624
(29,38,36)
#151B1B
(21,27,27)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #5D7E6C

#5D7E6C
(93,126,108)
#6B8979
(107,137,121)
#799486
(121,148,134)
#879F93
(135,159,147)
#95AAA0
(149,170,160)
#A3B5AD
(163,181,173)
#B1C0BA
(177,192,186)
#BFCBC7
(191,203,199)
#CDD6D4
(205,214,212)
#DBE1E1
(219,225,225)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7E6C color. Also use rgb(93,126,108) instead hex code.

Text Font Color

.myTextColor { color: #5D7E6C; }

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

This text font color is #5D7E6C.

Background Color

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

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

This div background color is #5D7E6C.

Border color

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

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

This div border color is #5D7E6C.

Opacity

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

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

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

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

This text has shadow with #5D7E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D7E6C.

Preview

Color preview on black background

This text has color #5D7E6C on black background.


Color preview on white background

This text has color #5D7E6C on white background.


Black color preview on #5D7E6C background

This text has black color on #5D7E6C background.


White color preview on #5D7E6C background

This text has white color on #5D7E6C background.


Related colors

Complementary color

Complementary color for #hex is #A28193.


I love getcolorcode.com

Triadic colors

1 #6C5D7E and #7E6C5D with #5D7E6C are triadic colors.

2 #6C7E5D and #7E5D6C with #5D7E6C are triadic colors.