COLOR #5D764D

HEX: #5D764D
RGB: (93,118,77)

Color info

#5D764D contains red, green and blue colors in about the same proportion. Web safe color of #5D764D is #666633 (or #663).

RGB color model

#5D764D color RGB value is (93,118,77).

  • red value is 93;
  • green value is 118;
  • blue value is 77.
RGB:
(93,118,77)
(36%,46%,30%)

RGB channels and saturation

R 93 of 255 = 36%
G 118 of 255 = 46%
B 77 of 255 = 30%

93
118
77

R + G + B ~ 37%. #5D764D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 118 + 77 = 288 (100%)
R 93 of 288 ~ 32.29%
G 118 of 288 ~ 40.97%
B 77 of 288 ~ 26.74%

%32.29
%40.97
%26.74

CMYK color model

#5D764D color CMYK value is (21,0,35,54).

  • cyan value is 21.19%
  • magenta value is 0.00%
  • yellow value is 34.75%
  • key color value is 53.73%
CMYK:
(21,0,35,54)
C21M0Y35K54 
(21%,0%,35%,54%)
(0.21/0.00/0.35/0.54)	

CMYK percentages

%21.19
%0
%34.75
%53.73

Codes

Color #5D764D in popluar color models

5D764D
RGB9311877
HSL97°21.03%38.24%
HSB/HSV97°34.75%46.27%
CMYK21.19%0.00%34.75%
53.73%

Color #5D764D in popluar number systems.

HEX5D764D
Decimal9311877
Binary101110111101101001101
Octal135166115

Shades and tints

Shades of #5D764D

#5D764D
(93,118,77)
#556C46
(85,108,70)
#4D623F
(77,98,63)
#455838
(69,88,56)
#3D4E31
(61,78,49)
#35442A
(53,68,42)
#2D3A23
(45,58,35)
#25301C
(37,48,28)
#1D2615
(29,38,21)
#151C0E
(21,28,14)
#0D1207
(13,18,7)
#000000
(0,0,0)

Tints of #5D764D

#5D764D
(93,118,77)
#6B825D
(107,130,93)
#798E6D
(121,142,109)
#879A7D
(135,154,125)
#95A68D
(149,166,141)
#A3B29D
(163,178,157)
#B1BEAD
(177,190,173)
#BFCABD
(191,202,189)
#CDD6CD
(205,214,205)
#DBE2DD
(219,226,221)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D764D; }

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

This text font color is #5D764D.


Background Color

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

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

This div background color is #5D764D.


Border color

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

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

This div border color is #5D764D.


Opacity

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

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

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

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

This text has shadow with #5D764D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D764D on black background.


Color preview on white background

This text has color #5D764D on white background.



Black color preview on #5D764D background

This text has black color on #5D764D background.


White color preview on #5D764D background

This text has white color on #5D764D background.