COLOR #635E4C

HEX: #635E4C
RGB: (99,94,76)

Color info

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

RGB color model

#635E4C color RGB value is (99,94,76).

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

RGB channels and saturation

R 99 of 255 = 39%
G 94 of 255 = 37%
B 76 of 255 = 30%

99
94
76

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

Portions of RGB colors in percentages

R + G + B =
99 + 94 + 76 = 269 (100%)
R 99 of 269 ~ 36.8%
G 94 of 269 ~ 34.94%
B 76 of 269 ~ 28.25%

%36.8
%34.94
%28.25

CMYK color model

#635E4C color CMYK value is (0,5,23,61).

  • cyan value is 0.00%
  • magenta value is 5.05%
  • yellow value is 23.23%
  • key color value is 61.18%
CMYK:
(0,5,23,61)
C0M5Y23K61 
(0%,5%,23%,61%)
(0.00/0.05/0.23/0.61)	

CMYK percentages

%0
%5.05
%23.23
%61.18

Codes

Color #635E4C in popluar color models

635E4C
RGB999476
HSL47°13.14%34.31%
HSB/HSV47°23.23%38.82%
CMYK0.00%5.05%23.23%
61.18%

Color #635E4C in popluar number systems.

HEX635E4C
Decimal999476
Binary110001110111101001100
Octal143136114

Shades and tints

Shades of #635E4C

#635E4C
(99,94,76)
#5A5646
(90,86,70)
#514E40
(81,78,64)
#48463A
(72,70,58)
#3F3E34
(63,62,52)
#36362E
(54,54,46)
#2D2E28
(45,46,40)
#242622
(36,38,34)
#1B1E1C
(27,30,28)
#121616
(18,22,22)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #635E4C

#635E4C
(99,94,76)
#716C5C
(113,108,92)
#7F7A6C
(127,122,108)
#8D887C
(141,136,124)
#9B968C
(155,150,140)
#A9A49C
(169,164,156)
#B7B2AC
(183,178,172)
#C5C0BC
(197,192,188)
#D3CECC
(211,206,204)
#E1DCDC
(225,220,220)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635E4C; }

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

This text font color is #635E4C.


Background Color

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

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

This div background color is #635E4C.


Border color

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

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

This div border color is #635E4C.


Opacity

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

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

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

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

This text has shadow with #635E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635E4C on black background.


Color preview on white background

This text has color #635E4C on white background.



Black color preview on #635E4C background

This text has black color on #635E4C background.


White color preview on #635E4C background

This text has white color on #635E4C background.