COLOR #5D7647

HEX: #5D7647 RGB: (93,118,71)

Color info

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

RGB color model

#5D7647 color RGB value is (93,118,71).

RGB: (93,118,71) (36%, 46%, 28%)

RGB channels and saturation

R 93 of 255 = 36%
G 118 of 255 = 46%
B 71 of 255 = 28%

93
118
71

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

Portions of RGB colors in percentages

R + G + B = 93 + 118 + 71 = 282 (100%)
R 93 of 282 ~ 32.98%
G 118 of 282 ~ 41.84%
B 71 of 282 ~ 25.18'%

%32.98
%41.84
%25.18

CMYK color model

#5D7647 color CMYK value is (21,0,40,54).

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

CMYK: (21,0,40,54)
C21M0Y40K54 (21%, 0%, 40%, 54%)
(0.21 / 0.00 / 0.40 / 0.54)

CMYK percentages

%21.19
%0
%39.83
%53.73

Codes

Color #5D7647 in popluar color models

5D 76 47
RGB 93 118 71
HSL 92° 24.87% 37.06%
HSB/HSV 92° 39.83% 46.27%
CMYK 21.19% 0.00% 39.83%
53.73%

Color #5D7647 in popluar number systems.

HEX 5D 76 47
Decimal 93 118 71
Binary 1011101 1110110 1000111
Octal 135 166 107

Shades and tints

Shades of #5D7647

#5D7647
(93,118,71)
#556C41
(85,108,65)
#4D623B
(77,98,59)
#455835
(69,88,53)
#3D4E2F
(61,78,47)
#354429
(53,68,41)
#2D3A23
(45,58,35)
#25301D
(37,48,29)
#1D2617
(29,38,23)
#151C11
(21,28,17)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #5D7647

#5D7647
(93,118,71)
#6B8257
(107,130,87)
#798E67
(121,142,103)
#879A77
(135,154,119)
#95A687
(149,166,135)
#A3B297
(163,178,151)
#B1BEA7
(177,190,167)
#BFCAB7
(191,202,183)
#CDD6C7
(205,214,199)
#DBE2D7
(219,226,215)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7647; }

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

This text font color is #5D7647.

Background Color

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

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

This div background color is #5D7647.

Border color

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

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

This div border color is #5D7647.

Opacity

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

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

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

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

This text has shadow with #5D7647 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D7647.

Preview

Color preview on black background

This text has color #5D7647 on black background.


Color preview on white background

This text has color #5D7647 on white background.


Black color preview on #5D7647 background

This text has black color on #5D7647 background.


White color preview on #5D7647 background

This text has white color on #5D7647 background.


Related colors

Complementary color

Complementary color for #hex is #A289B8.


I love getcolorcode.com

Triadic colors

1 #475D76 and #76475D with #5D7647 are triadic colors.

2 #47765D and #765D47 with #5D7647 are triadic colors.