COLOR #5D786F

HEX: #5D786F RGB: (93,120,111)

Color info

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

RGB color model

#5D786F color RGB value is (93,120,111).

RGB: (93,120,111) (36%, 47%, 44%)

RGB channels and saturation

R 93 of 255 = 36%
G 120 of 255 = 47%
B 111 of 255 = 44%

93
120
111

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

Portions of RGB colors in percentages

R + G + B = 93 + 120 + 111 = 324 (100%)
R 93 of 324 ~ 28.7%
G 120 of 324 ~ 37.04%
B 111 of 324 ~ 34.26'%

%28.7
%37.04
%34.26

CMYK color model

#5D786F color CMYK value is (23,0,8,53).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 52.94%

CMYK: (23,0,8,53)
C23M0Y8K53 (23%, 0%, 8%, 53%)
(0.23 / 0.00 / 0.08 / 0.53)

CMYK percentages

%22.5
%0
%7.5
%52.94

Codes

Color #5D786F in popluar color models

5D 78 6F
RGB 93 120 111
HSL 160° 12.68% 41.76%
HSB/HSV 160° 22.50% 47.06%
CMYK 22.50% 0.00% 7.50%
52.94%

Color #5D786F in popluar number systems.

HEX 5D 78 6F
Decimal 93 120 111
Binary 1011101 1111000 1101111
Octal 135 170 157

Shades and tints

Shades of #5D786F

#5D786F
(93,120,111)
#556E65
(85,110,101)
#4D645B
(77,100,91)
#455A51
(69,90,81)
#3D5047
(61,80,71)
#35463D
(53,70,61)
#2D3C33
(45,60,51)
#253229
(37,50,41)
#1D281F
(29,40,31)
#151E15
(21,30,21)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #5D786F

#5D786F
(93,120,111)
#6B847C
(107,132,124)
#799089
(121,144,137)
#879C96
(135,156,150)
#95A8A3
(149,168,163)
#A3B4B0
(163,180,176)
#B1C0BD
(177,192,189)
#BFCCCA
(191,204,202)
#CDD8D7
(205,216,215)
#DBE4E4
(219,228,228)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D786F color. Also use rgb(93,120,111) instead hex code.

Text Font Color

.myTextColor { color: #5D786F; }

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

This text font color is #5D786F.

Background Color

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

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

This div background color is #5D786F.

Border color

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

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

This div border color is #5D786F.

Opacity

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

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

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

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

This text has shadow with #5D786F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D786F.

Preview

Color preview on black background

This text has color #5D786F on black background.


Color preview on white background

This text has color #5D786F on white background.


Black color preview on #5D786F background

This text has black color on #5D786F background.


White color preview on #5D786F background

This text has white color on #5D786F background.


Related colors

Complementary color

Complementary color for #hex is #A28790.


I love getcolorcode.com

Triadic colors

1 #6F5D78 and #786F5D with #5D786F are triadic colors.

2 #6F785D and #785D6F with #5D786F are triadic colors.