COLOR #5D7964

HEX: #5D7964 RGB: (93,121,100)

Color info

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

RGB color model

#5D7964 color RGB value is (93,121,100).

RGB: (93,121,100) (36%, 47%, 39%)

RGB channels and saturation

R 93 of 255 = 36%
G 121 of 255 = 47%
B 100 of 255 = 39%

93
121
100

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

Portions of RGB colors in percentages

R + G + B = 93 + 121 + 100 = 314 (100%)
R 93 of 314 ~ 29.62%
G 121 of 314 ~ 38.54%
B 100 of 314 ~ 31.85'%

%29.62
%38.54
%31.85

CMYK color model

#5D7964 color CMYK value is (23,0,17,53).

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 17.36%
  • key color value is 52.55%

CMYK: (23,0,17,53)
C23M0Y17K53 (23%, 0%, 17%, 53%)
(0.23 / 0.00 / 0.17 / 0.53)

CMYK percentages

%23.14
%0
%17.36
%52.55

Codes

Color #5D7964 in popluar color models

5D 79 64
RGB 93 121 100
HSL 135° 13.08% 41.96%
HSB/HSV 135° 23.14% 47.45%
CMYK 23.14% 0.00% 17.36%
52.55%

Color #5D7964 in popluar number systems.

HEX 5D 79 64
Decimal 93 121 100
Binary 1011101 1111001 1100100
Octal 135 171 144

Shades and tints

Shades of #5D7964

#5D7964
(93,121,100)
#556E5B
(85,110,91)
#4D6352
(77,99,82)
#455849
(69,88,73)
#3D4D40
(61,77,64)
#354237
(53,66,55)
#2D372E
(45,55,46)
#252C25
(37,44,37)
#1D211C
(29,33,28)
#151613
(21,22,19)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #5D7964

#5D7964
(93,121,100)
#6B8572
(107,133,114)
#799180
(121,145,128)
#879D8E
(135,157,142)
#95A99C
(149,169,156)
#A3B5AA
(163,181,170)
#B1C1B8
(177,193,184)
#BFCDC6
(191,205,198)
#CDD9D4
(205,217,212)
#DBE5E2
(219,229,226)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7964 color. Also use rgb(93,121,100) instead hex code.

Text Font Color

.myTextColor { color: #5D7964; }

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

This text font color is #5D7964.

Background Color

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

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

This div background color is #5D7964.

Border color

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

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

This div border color is #5D7964.

Opacity

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

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

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

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

This text has shadow with #5D7964 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D7964.

Preview

Color preview on black background

This text has color #5D7964 on black background.


Color preview on white background

This text has color #5D7964 on white background.


Black color preview on #5D7964 background

This text has black color on #5D7964 background.


White color preview on #5D7964 background

This text has white color on #5D7964 background.


Related colors

Complementary color

Complementary color for #hex is #A2869B.


I love getcolorcode.com

Triadic colors

1 #645D79 and #79645D with #5D7964 are triadic colors.

2 #64795D and #795D64 with #5D7964 are triadic colors.