COLOR #5D764E

HEX: #5D764E RGB: (93,118,78)

Color info

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

RGB color model

#5D764E color RGB value is (93,118,78).

RGB: (93,118,78) (36%, 46%, 31%)

RGB channels and saturation

R 93 of 255 = 36%
G 118 of 255 = 46%
B 78 of 255 = 31%

93
118
78

R + G + B ~ 38%. #5D764E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 118 + 78 = 289 (100%)
R 93 of 289 ~ 32.18%
G 118 of 289 ~ 40.83%
B 78 of 289 ~ 26.99'%

%32.18
%40.83
%26.99

CMYK color model

#5D764E color CMYK value is (21,0,34,54).

  • cyan value is 21.19%
  • magenta value is 0.00%
  • yellow value is 33.90%
  • key color value is 53.73%

CMYK: (21,0,34,54)
C21M0Y34K54 (21%, 0%, 34%, 54%)
(0.21 / 0.00 / 0.34 / 0.54)

CMYK percentages

%21.19
%0
%33.9
%53.73

Codes

Color #5D764E in popluar color models

5D 76 4E
RGB 93 118 78
HSL 98° 20.41% 38.43%
HSB/HSV 98° 33.90% 46.27%
CMYK 21.19% 0.00% 33.90%
53.73%

Color #5D764E in popluar number systems.

HEX 5D 76 4E
Decimal 93 118 78
Binary 1011101 1110110 1001110
Octal 135 166 116

Shades and tints

Shades of #5D764E

#5D764E
(93,118,78)
#556C47
(85,108,71)
#4D6240
(77,98,64)
#455839
(69,88,57)
#3D4E32
(61,78,50)
#35442B
(53,68,43)
#2D3A24
(45,58,36)
#25301D
(37,48,29)
#1D2616
(29,38,22)
#151C0F
(21,28,15)
#0D1208
(13,18,8)
#000000
(0,0,0)

Tints of #5D764E

#5D764E
(93,118,78)
#6B825E
(107,130,94)
#798E6E
(121,142,110)
#879A7E
(135,154,126)
#95A68E
(149,166,142)
#A3B29E
(163,178,158)
#B1BEAE
(177,190,174)
#BFCABE
(191,202,190)
#CDD6CE
(205,214,206)
#DBE2DE
(219,226,222)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D764E; }

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

This text font color is #5D764E.

Background Color

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

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

This div background color is #5D764E.

Border color

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

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

This div border color is #5D764E.

Opacity

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

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

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

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

This text has shadow with #5D764E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D764E.

Preview

Color preview on black background

This text has color #5D764E on black background.


Color preview on white background

This text has color #5D764E on white background.


Black color preview on #5D764E background

This text has black color on #5D764E background.


White color preview on #5D764E background

This text has white color on #5D764E background.


Related colors

Complementary color

Complementary color for #hex is #A289B1.


I love getcolorcode.com

Triadic colors

1 #4E5D76 and #764E5D with #5D764E are triadic colors.

2 #4E765D and #765D4E with #5D764E are triadic colors.