COLOR #635A4C

HEX: #635A4C
RGB: (99,90,76)

Color info

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

RGB color model

#635A4C color RGB value is (99,90,76).

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

RGB channels and saturation

R 99 of 255 = 39%
G 90 of 255 = 35%
B 76 of 255 = 30%

99
90
76

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

Portions of RGB colors in percentages

R + G + B =
99 + 90 + 76 = 265 (100%)
R 99 of 265 ~ 37.36%
G 90 of 265 ~ 33.96%
B 76 of 265 ~ 28.68%

%37.36
%33.96
%28.68

CMYK color model

#635A4C color CMYK value is (0,9,23,61).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 23.23%
  • key color value is 61.18%
CMYK:
(0,9,23,61)
C0M9Y23K61 
(0%,9%,23%,61%)
(0.00/0.09/0.23/0.61)	

CMYK percentages

%0
%9.09
%23.23
%61.18

Codes

Color #635A4C in popluar color models

635A4C
RGB999076
HSL37°13.14%34.31%
HSB/HSV37°23.23%38.82%
CMYK0.00%9.09%23.23%
61.18%

Color #635A4C in popluar number systems.

HEX635A4C
Decimal999076
Binary110001110110101001100
Octal143132114

Shades and tints

Shades of #635A4C

#635A4C
(99,90,76)
#5A5246
(90,82,70)
#514A40
(81,74,64)
#48423A
(72,66,58)
#3F3A34
(63,58,52)
#36322E
(54,50,46)
#2D2A28
(45,42,40)
#242222
(36,34,34)
#1B1A1C
(27,26,28)
#121216
(18,18,22)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #635A4C

#635A4C
(99,90,76)
#71695C
(113,105,92)
#7F786C
(127,120,108)
#8D877C
(141,135,124)
#9B968C
(155,150,140)
#A9A59C
(169,165,156)
#B7B4AC
(183,180,172)
#C5C3BC
(197,195,188)
#D3D2CC
(211,210,204)
#E1E1DC
(225,225,220)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635A4C; }

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

This text font color is #635A4C.


Background Color

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

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

This div background color is #635A4C.


Border color

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

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

This div border color is #635A4C.


Opacity

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

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

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

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

This text has shadow with #635A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635A4C on black background.


Color preview on white background

This text has color #635A4C on white background.



Black color preview on #635A4C background

This text has black color on #635A4C background.


White color preview on #635A4C background

This text has white color on #635A4C background.