COLOR #635C4C

HEX: #635C4C RGB: (99,92,76)

Color info

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

RGB color model

#635C4C color RGB value is (99,92,76).

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

RGB channels and saturation

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

99
92
76

R + G + B ~ 35%. #635C4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 92 + 76 = 267 (100%)
R 99 of 267 ~ 37.08%
G 92 of 267 ~ 34.46%
B 76 of 267 ~ 28.46'%

%37.08
%34.46
%28.46

CMYK color model

#635C4C color CMYK value is (0,7,23,61).

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

CMYK: (0,7,23,61)
C0M7Y23K61 (0%, 7%, 23%, 61%)
(0.00 / 0.07 / 0.23 / 0.61)

CMYK percentages

%0
%7.07
%23.23
%61.18

Codes

Color #635C4C in popluar color models

63 5C 4C
RGB 99 92 76
HSL 42° 13.14% 34.31%
HSB/HSV 42° 23.23% 38.82%
CMYK 0.00% 7.07% 23.23%
61.18%

Color #635C4C in popluar number systems.

HEX 63 5C 4C
Decimal 99 92 76
Binary 1100011 1011100 1001100
Octal 143 134 114

Shades and tints

Shades of #635C4C

#635C4C
(99,92,76)
#5A5446
(90,84,70)
#514C40
(81,76,64)
#48443A
(72,68,58)
#3F3C34
(63,60,52)
#36342E
(54,52,46)
#2D2C28
(45,44,40)
#242422
(36,36,34)
#1B1C1C
(27,28,28)
#121416
(18,20,22)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #635C4C

#635C4C
(99,92,76)
#716A5C
(113,106,92)
#7F786C
(127,120,108)
#8D867C
(141,134,124)
#9B948C
(155,148,140)
#A9A29C
(169,162,156)
#B7B0AC
(183,176,172)
#C5BEBC
(197,190,188)
#D3CCCC
(211,204,204)
#E1DADC
(225,218,220)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635C4C color. Also use rgb(99,92,76) instead hex code.

Text Font Color

.myTextColor { color: #635C4C; }

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

This text font color is #635C4C.

Background Color

.myBgColor { background-color: #635C4C; }

<div style="background-color:#635C4C">Inner text</div>

This div background color is #635C4C.

Border color

.myBorderColor { border: 1px solid #635C4C; }

<div style="border:3px solid #635C4C">Div</div>

This div border color is #635C4C.

Opacity

.myOpacity80 { color: #635C4C; opacity: 0.8; }

<p style="color:#635C4C;opacity:0.8;">80%</p>

Text with #635C4C 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 #635C4C;}

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

This text has shadow with #635C4C color.


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

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

This text has shadow with #635C4C primary color and red secondary color.


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

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

This text has shadow with #635C4C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #635C4C.

Preview

Color preview on black background

This text has color #635C4C on black background.


Color preview on white background

This text has color #635C4C on white background.


Black color preview on #635C4C background

This text has black color on #635C4C background.


White color preview on #635C4C background

This text has white color on #635C4C background.


Related colors

Complementary color

Complementary color for #hex is #9CA3B3.


I love getcolorcode.com

Triadic colors

1 #4C635C and #5C4C63 with #635C4C are triadic colors.

2 #4C5C63 and #5C634C with #635C4C are triadic colors.