COLOR #5D754C

HEX: #5D754C RGB: (93,117,76)

Color info

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

RGB color model

#5D754C color RGB value is (93,117,76).

RGB: (93,117,76) (36%, 46%, 30%)

RGB channels and saturation

R 93 of 255 = 36%
G 117 of 255 = 46%
B 76 of 255 = 30%

93
117
76

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

Portions of RGB colors in percentages

R + G + B = 93 + 117 + 76 = 286 (100%)
R 93 of 286 ~ 32.52%
G 117 of 286 ~ 40.91%
B 76 of 286 ~ 26.57'%

%32.52
%40.91
%26.57

CMYK color model

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

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 35.04%
  • key color value is 54.12%

CMYK: (21,0,35,54)
C21M0Y35K54 (21%, 0%, 35%, 54%)
(0.21 / 0.00 / 0.35 / 0.54)

CMYK percentages

%20.51
%0
%35.04
%54.12

Codes

Color #5D754C in popluar color models

5D 75 4C
RGB 93 117 76
HSL 95° 21.24% 37.84%
HSB/HSV 95° 35.04% 45.88%
CMYK 20.51% 0.00% 35.04%
54.12%

Color #5D754C in popluar number systems.

HEX 5D 75 4C
Decimal 93 117 76
Binary 1011101 1110101 1001100
Octal 135 165 114

Shades and tints

Shades of #5D754C

#5D754C
(93,117,76)
#556B46
(85,107,70)
#4D6140
(77,97,64)
#45573A
(69,87,58)
#3D4D34
(61,77,52)
#35432E
(53,67,46)
#2D3928
(45,57,40)
#252F22
(37,47,34)
#1D251C
(29,37,28)
#151B16
(21,27,22)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #5D754C

#5D754C
(93,117,76)
#6B815C
(107,129,92)
#798D6C
(121,141,108)
#87997C
(135,153,124)
#95A58C
(149,165,140)
#A3B19C
(163,177,156)
#B1BDAC
(177,189,172)
#BFC9BC
(191,201,188)
#CDD5CC
(205,213,204)
#DBE1DC
(219,225,220)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D754C color. Also use rgb(93,117,76) instead hex code.

Text Font Color

.myTextColor { color: #5D754C; }

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

This text font color is #5D754C.

Background Color

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

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

This div background color is #5D754C.

Border color

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

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

This div border color is #5D754C.

Opacity

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

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

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

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

This text has shadow with #5D754C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D754C.

Preview

Color preview on black background

This text has color #5D754C on black background.


Color preview on white background

This text has color #5D754C on white background.


Black color preview on #5D754C background

This text has black color on #5D754C background.


White color preview on #5D754C background

This text has white color on #5D754C background.


Related colors

Complementary color

Complementary color for #hex is #A28AB3.


I love getcolorcode.com

Triadic colors

1 #4C5D75 and #754C5D with #5D754C are triadic colors.

2 #4C755D and #755D4C with #5D754C are triadic colors.