COLOR #5C634D

HEX: #5C634D RGB: (92,99,77)

Color info

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

RGB color model

#5C634D color RGB value is (92,99,77).

RGB: (92,99,77) (36%, 39%, 30%)

RGB channels and saturation

R 92 of 255 = 36%
G 99 of 255 = 39%
B 77 of 255 = 30%

92
99
77

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

Portions of RGB colors in percentages

R + G + B = 92 + 99 + 77 = 268 (100%)
R 92 of 268 ~ 34.33%
G 99 of 268 ~ 36.94%
B 77 of 268 ~ 28.73'%

%34.33
%36.94
%28.73

CMYK color model

#5C634D color CMYK value is (7,0,22,61).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 61.18%

CMYK: (7,0,22,61)
C7M0Y22K61 (7%, 0%, 22%, 61%)
(0.07 / 0.00 / 0.22 / 0.61)

CMYK percentages

%7.07
%0
%22.22
%61.18

Codes

Color #5C634D in popluar color models

5C 63 4D
RGB 92 99 77
HSL 79° 12.50% 34.51%
HSB/HSV 79° 22.22% 38.82%
CMYK 7.07% 0.00% 22.22%
61.18%

Color #5C634D in popluar number systems.

HEX 5C 63 4D
Decimal 92 99 77
Binary 1011100 1100011 1001101
Octal 134 143 115

Shades and tints

Shades of #5C634D

#5C634D
(92,99,77)
#545A46
(84,90,70)
#4C513F
(76,81,63)
#444838
(68,72,56)
#3C3F31
(60,63,49)
#34362A
(52,54,42)
#2C2D23
(44,45,35)
#24241C
(36,36,28)
#1C1B15
(28,27,21)
#14120E
(20,18,14)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #5C634D

#5C634D
(92,99,77)
#6A715D
(106,113,93)
#787F6D
(120,127,109)
#868D7D
(134,141,125)
#949B8D
(148,155,141)
#A2A99D
(162,169,157)
#B0B7AD
(176,183,173)
#BEC5BD
(190,197,189)
#CCD3CD
(204,211,205)
#DAE1DD
(218,225,221)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C634D color. Also use rgb(92,99,77) instead hex code.

Text Font Color

.myTextColor { color: #5C634D; }

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

This text font color is #5C634D.

Background Color

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

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

This div background color is #5C634D.

Border color

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

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

This div border color is #5C634D.

Opacity

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

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

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

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

This text has shadow with #5C634D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C634D.

Preview

Color preview on black background

This text has color #5C634D on black background.


Color preview on white background

This text has color #5C634D on white background.


Black color preview on #5C634D background

This text has black color on #5C634D background.


White color preview on #5C634D background

This text has white color on #5C634D background.


Related colors

Complementary color

Complementary color for #hex is #A39CB2.


I love getcolorcode.com

Triadic colors

1 #4D5C63 and #634D5C with #5C634D are triadic colors.

2 #4D635C and #635C4D with #5C634D are triadic colors.