COLOR #5D786B

HEX: #5D786B RGB: (93,120,107)

Color info

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

RGB color model

#5D786B color RGB value is (93,120,107).

RGB: (93,120,107) (36%, 47%, 42%)

RGB channels and saturation

R 93 of 255 = 36%
G 120 of 255 = 47%
B 107 of 255 = 42%

93
120
107

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

Portions of RGB colors in percentages

R + G + B = 93 + 120 + 107 = 320 (100%)
R 93 of 320 ~ 29.06%
G 120 of 320 ~ 37.5%
B 107 of 320 ~ 33.44'%

%29.06
%37.5
%33.44

CMYK color model

#5D786B color CMYK value is (23,0,11,53).

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

CMYK: (23,0,11,53)
C23M0Y11K53 (23%, 0%, 11%, 53%)
(0.23 / 0.00 / 0.11 / 0.53)

CMYK percentages

%22.5
%0
%10.83
%52.94

Codes

Color #5D786B in popluar color models

5D 78 6B
RGB 93 120 107
HSL 151° 12.68% 41.76%
HSB/HSV 151° 22.50% 47.06%
CMYK 22.50% 0.00% 10.83%
52.94%

Color #5D786B in popluar number systems.

HEX 5D 78 6B
Decimal 93 120 107
Binary 1011101 1111000 1101011
Octal 135 170 153

Shades and tints

Shades of #5D786B

#5D786B
(93,120,107)
#556E62
(85,110,98)
#4D6459
(77,100,89)
#455A50
(69,90,80)
#3D5047
(61,80,71)
#35463E
(53,70,62)
#2D3C35
(45,60,53)
#25322C
(37,50,44)
#1D2823
(29,40,35)
#151E1A
(21,30,26)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #5D786B

#5D786B
(93,120,107)
#6B8478
(107,132,120)
#799085
(121,144,133)
#879C92
(135,156,146)
#95A89F
(149,168,159)
#A3B4AC
(163,180,172)
#B1C0B9
(177,192,185)
#BFCCC6
(191,204,198)
#CDD8D3
(205,216,211)
#DBE4E0
(219,228,224)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D786B; }

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

This text font color is #5D786B.

Background Color

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

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

This div background color is #5D786B.

Border color

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

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

This div border color is #5D786B.

Opacity

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

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

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

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

This text has shadow with #5D786B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D786B.

Preview

Color preview on black background

This text has color #5D786B on black background.


Color preview on white background

This text has color #5D786B on white background.


Black color preview on #5D786B background

This text has black color on #5D786B background.


White color preview on #5D786B background

This text has white color on #5D786B background.


Related colors

Complementary color

Complementary color for #hex is #A28794.


I love getcolorcode.com

Triadic colors

1 #6B5D78 and #786B5D with #5D786B are triadic colors.

2 #6B785D and #785D6B with #5D786B are triadic colors.