COLOR #5D634C

HEX: #5D634C
RGB: (93,99,76)

Color info

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

RGB color model

#5D634C color RGB value is (93,99,76).

  • red value is 93;
  • green value is 99;
  • blue value is 76.
RGB:
(93,99,76)
(36%,39%,30%)

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 76 of 255 = 30%

93
99
76

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

Portions of RGB colors in percentages

R + G + B =
93 + 99 + 76 = 268 (100%)
R 93 of 268 ~ 34.7%
G 99 of 268 ~ 36.94%
B 76 of 268 ~ 28.36%

%34.7
%36.94
%28.36

CMYK color model

#5D634C color CMYK value is (6,0,23,61).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 23.23%
  • key color value is 61.18%
CMYK:
(6,0,23,61)
C6M0Y23K61 
(6%,0%,23%,61%)
(0.06/0.00/0.23/0.61)	

CMYK percentages

%6.06
%0
%23.23
%61.18

Codes

Color #5D634C in popluar color models

5D634C
RGB939976
HSL76°13.14%34.31%
HSB/HSV76°23.23%38.82%
CMYK6.06%0.00%23.23%
61.18%

Color #5D634C in popluar number systems.

HEX5D634C
Decimal939976
Binary101110111000111001100
Octal135143114

Shades and tints

Shades of #5D634C

#5D634C
(93,99,76)
#555A46
(85,90,70)
#4D5140
(77,81,64)
#45483A
(69,72,58)
#3D3F34
(61,63,52)
#35362E
(53,54,46)
#2D2D28
(45,45,40)
#252422
(37,36,34)
#1D1B1C
(29,27,28)
#151216
(21,18,22)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #5D634C

#5D634C
(93,99,76)
#6B715C
(107,113,92)
#797F6C
(121,127,108)
#878D7C
(135,141,124)
#959B8C
(149,155,140)
#A3A99C
(163,169,156)
#B1B7AC
(177,183,172)
#BFC5BC
(191,197,188)
#CDD3CC
(205,211,204)
#DBE1DC
(219,225,220)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D634C; }

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

This text font color is #5D634C.


Background Color

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

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

This div background color is #5D634C.


Border color

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

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

This div border color is #5D634C.


Opacity

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

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

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

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

This text has shadow with #5D634C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D634C on black background.


Color preview on white background

This text has color #5D634C on white background.



Black color preview on #5D634C background

This text has black color on #5D634C background.


White color preview on #5D634C background

This text has white color on #5D634C background.