COLOR #5D634E

HEX: #5D634E RGB: (93,99,78)

Color info

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

RGB color model

#5D634E color RGB value is (93,99,78).

RGB: (93,99,78) (36%, 39%, 31%)

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 78 of 255 = 31%

93
99
78

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

Portions of RGB colors in percentages

R + G + B = 93 + 99 + 78 = 270 (100%)
R 93 of 270 ~ 34.44%
G 99 of 270 ~ 36.67%
B 78 of 270 ~ 28.89'%

%34.44
%36.67
%28.89

CMYK color model

#5D634E color CMYK value is (6,0,21,61).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 61.18%

CMYK: (6,0,21,61)
C6M0Y21K61 (6%, 0%, 21%, 61%)
(0.06 / 0.00 / 0.21 / 0.61)

CMYK percentages

%6.06
%0
%21.21
%61.18

Codes

Color #5D634E in popluar color models

5D 63 4E
RGB 93 99 78
HSL 77° 11.86% 34.71%
HSB/HSV 77° 21.21% 38.82%
CMYK 6.06% 0.00% 21.21%
61.18%

Color #5D634E in popluar number systems.

HEX 5D 63 4E
Decimal 93 99 78
Binary 1011101 1100011 1001110
Octal 135 143 116

Shades and tints

Shades of #5D634E

#5D634E
(93,99,78)
#555A47
(85,90,71)
#4D5140
(77,81,64)
#454839
(69,72,57)
#3D3F32
(61,63,50)
#35362B
(53,54,43)
#2D2D24
(45,45,36)
#25241D
(37,36,29)
#1D1B16
(29,27,22)
#15120F
(21,18,15)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #5D634E

#5D634E
(93,99,78)
#6B715E
(107,113,94)
#797F6E
(121,127,110)
#878D7E
(135,141,126)
#959B8E
(149,155,142)
#A3A99E
(163,169,158)
#B1B7AE
(177,183,174)
#BFC5BE
(191,197,190)
#CDD3CE
(205,211,206)
#DBE1DE
(219,225,222)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D634E color. Also use rgb(93,99,78) instead hex code.

Text Font Color

.myTextColor { color: #5D634E; }

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

This text font color is #5D634E.

Background Color

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

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

This div background color is #5D634E.

Border color

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

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

This div border color is #5D634E.

Opacity

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

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

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

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

This text has shadow with #5D634E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D634E.

Preview

Color preview on black background

This text has color #5D634E on black background.


Color preview on white background

This text has color #5D634E on white background.


Black color preview on #5D634E background

This text has black color on #5D634E background.


White color preview on #5D634E background

This text has white color on #5D634E background.


Related colors

Complementary color

Complementary color for #hex is #A29CB1.


I love getcolorcode.com

Triadic colors

1 #4E5D63 and #634E5D with #5D634E are triadic colors.

2 #4E635D and #635D4E with #5D634E are triadic colors.