COLOR #5D674C

HEX: #5D674C RGB: (93,103,76)

Color info

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

RGB color model

#5D674C color RGB value is (93,103,76).

RGB: (93,103,76) (36%, 40%, 30%)

RGB channels and saturation

R 93 of 255 = 36%
G 103 of 255 = 40%
B 76 of 255 = 30%

93
103
76

R + G + B ~ 35%. #5D674C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 103 + 76 = 272 (100%)
R 93 of 272 ~ 34.19%
G 103 of 272 ~ 37.87%
B 76 of 272 ~ 27.94'%

%34.19
%37.87
%27.94

CMYK color model

#5D674C color CMYK value is (10,0,26,60).

  • cyan value is 9.71%
  • magenta value is 0.00%
  • yellow value is 26.21%
  • key color value is 59.61%

CMYK: (10,0,26,60)
C10M0Y26K60 (10%, 0%, 26%, 60%)
(0.10 / 0.00 / 0.26 / 0.60)

CMYK percentages

%9.71
%0
%26.21
%59.61

Codes

Color #5D674C in popluar color models

5D 67 4C
RGB 93 103 76
HSL 82° 15.08% 35.10%
HSB/HSV 82° 26.21% 40.39%
CMYK 9.71% 0.00% 26.21%
59.61%

Color #5D674C in popluar number systems.

HEX 5D 67 4C
Decimal 93 103 76
Binary 1011101 1100111 1001100
Octal 135 147 114

Shades and tints

Shades of #5D674C

#5D674C
(93,103,76)
#555E46
(85,94,70)
#4D5540
(77,85,64)
#454C3A
(69,76,58)
#3D4334
(61,67,52)
#353A2E
(53,58,46)
#2D3128
(45,49,40)
#252822
(37,40,34)
#1D1F1C
(29,31,28)
#151616
(21,22,22)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #5D674C

#5D674C
(93,103,76)
#6B745C
(107,116,92)
#79816C
(121,129,108)
#878E7C
(135,142,124)
#959B8C
(149,155,140)
#A3A89C
(163,168,156)
#B1B5AC
(177,181,172)
#BFC2BC
(191,194,188)
#CDCFCC
(205,207,204)
#DBDCDC
(219,220,220)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D674C; }

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

This text font color is #5D674C.

Background Color

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

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

This div background color is #5D674C.

Border color

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

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

This div border color is #5D674C.

Opacity

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

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

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

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

This text has shadow with #5D674C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D674C.

Preview

Color preview on black background

This text has color #5D674C on black background.


Color preview on white background

This text has color #5D674C on white background.


Black color preview on #5D674C background

This text has black color on #5D674C background.


White color preview on #5D674C background

This text has white color on #5D674C background.


Related colors

Complementary color

Complementary color for #hex is #A298B3.


I love getcolorcode.com

Triadic colors

1 #4C5D67 and #674C5D with #5D674C are triadic colors.

2 #4C675D and #675D4C with #5D674C are triadic colors.