COLOR #5D745B

HEX: #5D745B RGB: (93,116,91)

Color info

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

RGB color model

#5D745B color RGB value is (93,116,91).

RGB: (93,116,91) (36%, 45%, 36%)

RGB channels and saturation

R 93 of 255 = 36%
G 116 of 255 = 45%
B 91 of 255 = 36%

93
116
91

R + G + B ~ 39%. #5D745B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 116 + 91 = 300 (100%)
R 93 of 300 ~ 31%
G 116 of 300 ~ 38.67%
B 91 of 300 ~ 30.33'%

%31
%38.67
%30.33

CMYK color model

#5D745B color CMYK value is (20,0,22,55).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 21.55%
  • key color value is 54.51%

CMYK: (20,0,22,55)
C20M0Y22K55 (20%, 0%, 22%, 55%)
(0.20 / 0.00 / 0.22 / 0.55)

CMYK percentages

%19.83
%0
%21.55
%54.51

Codes

Color #5D745B in popluar color models

5D 74 5B
RGB 93 116 91
HSL 115° 12.08% 40.59%
HSB/HSV 115° 21.55% 45.49%
CMYK 19.83% 0.00% 21.55%
54.51%

Color #5D745B in popluar number systems.

HEX 5D 74 5B
Decimal 93 116 91
Binary 1011101 1110100 1011011
Octal 135 164 133

Shades and tints

Shades of #5D745B

#5D745B
(93,116,91)
#556A53
(85,106,83)
#4D604B
(77,96,75)
#455643
(69,86,67)
#3D4C3B
(61,76,59)
#354233
(53,66,51)
#2D382B
(45,56,43)
#252E23
(37,46,35)
#1D241B
(29,36,27)
#151A13
(21,26,19)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #5D745B

#5D745B
(93,116,91)
#6B8069
(107,128,105)
#798C77
(121,140,119)
#879885
(135,152,133)
#95A493
(149,164,147)
#A3B0A1
(163,176,161)
#B1BCAF
(177,188,175)
#BFC8BD
(191,200,189)
#CDD4CB
(205,212,203)
#DBE0D9
(219,224,217)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D745B color. Also use rgb(93,116,91) instead hex code.

Text Font Color

.myTextColor { color: #5D745B; }

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

This text font color is #5D745B.

Background Color

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

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

This div background color is #5D745B.

Border color

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

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

This div border color is #5D745B.

Opacity

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

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

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

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

This text has shadow with #5D745B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D745B.

Preview

Color preview on black background

This text has color #5D745B on black background.


Color preview on white background

This text has color #5D745B on white background.


Black color preview on #5D745B background

This text has black color on #5D745B background.


White color preview on #5D745B background

This text has white color on #5D745B background.


Related colors

Complementary color

Complementary color for #hex is #A28BA4.


I love getcolorcode.com

Triadic colors

1 #5B5D74 and #745B5D with #5D745B are triadic colors.

2 #5B745D and #745D5B with #5D745B are triadic colors.