COLOR #5D755F

HEX: #5D755F RGB: (93,117,95)

Color info

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

RGB color model

#5D755F color RGB value is (93,117,95).

RGB: (93,117,95) (36%, 46%, 37%)

RGB channels and saturation

R 93 of 255 = 36%
G 117 of 255 = 46%
B 95 of 255 = 37%

93
117
95

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

Portions of RGB colors in percentages

R + G + B = 93 + 117 + 95 = 305 (100%)
R 93 of 305 ~ 30.49%
G 117 of 305 ~ 38.36%
B 95 of 305 ~ 31.15'%

%30.49
%38.36
%31.15

CMYK color model

#5D755F color CMYK value is (21,0,19,54).

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

CMYK: (21,0,19,54)
C21M0Y19K54 (21%, 0%, 19%, 54%)
(0.21 / 0.00 / 0.19 / 0.54)

CMYK percentages

%20.51
%0
%18.8
%54.12

Codes

Color #5D755F in popluar color models

5D 75 5F
RGB 93 117 95
HSL 125° 11.43% 41.18%
HSB/HSV 125° 20.51% 45.88%
CMYK 20.51% 0.00% 18.80%
54.12%

Color #5D755F in popluar number systems.

HEX 5D 75 5F
Decimal 93 117 95
Binary 1011101 1110101 1011111
Octal 135 165 137

Shades and tints

Shades of #5D755F

#5D755F
(93,117,95)
#556B57
(85,107,87)
#4D614F
(77,97,79)
#455747
(69,87,71)
#3D4D3F
(61,77,63)
#354337
(53,67,55)
#2D392F
(45,57,47)
#252F27
(37,47,39)
#1D251F
(29,37,31)
#151B17
(21,27,23)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #5D755F

#5D755F
(93,117,95)
#6B816D
(107,129,109)
#798D7B
(121,141,123)
#879989
(135,153,137)
#95A597
(149,165,151)
#A3B1A5
(163,177,165)
#B1BDB3
(177,189,179)
#BFC9C1
(191,201,193)
#CDD5CF
(205,213,207)
#DBE1DD
(219,225,221)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D755F; }

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

This text font color is #5D755F.

Background Color

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

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

This div background color is #5D755F.

Border color

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

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

This div border color is #5D755F.

Opacity

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

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

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

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

This text has shadow with #5D755F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D755F.

Preview

Color preview on black background

This text has color #5D755F on black background.


Color preview on white background

This text has color #5D755F on white background.


Black color preview on #5D755F background

This text has black color on #5D755F background.


White color preview on #5D755F background

This text has white color on #5D755F background.


Related colors

Complementary color

Complementary color for #hex is #A28AA0.


I love getcolorcode.com

Triadic colors

1 #5F5D75 and #755F5D with #5D755F are triadic colors.

2 #5F755D and #755D5F with #5D755F are triadic colors.