COLOR #635A4E

HEX: #635A4E
RGB: (99,90,78)

Color info

#635A4E contains red, green and blue colors in about the same proportion. Web safe color of #635A4E is #666666 (or #666).

RGB color model

#635A4E color RGB value is (99,90,78).

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

RGB channels and saturation

R 99 of 255 = 39%
G 90 of 255 = 35%
B 78 of 255 = 31%

99
90
78

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

Portions of RGB colors in percentages

R + G + B =
99 + 90 + 78 = 267 (100%)
R 99 of 267 ~ 37.08%
G 90 of 267 ~ 33.71%
B 78 of 267 ~ 29.21%

%37.08
%33.71
%29.21

CMYK color model

#635A4E color CMYK value is (0,9,21,61).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 21.21%
  • key color value is 61.18%
CMYK:
(0,9,21,61)
C0M9Y21K61 
(0%,9%,21%,61%)
(0.00/0.09/0.21/0.61)	

CMYK percentages

%0
%9.09
%21.21
%61.18

Codes

Color #635A4E in popluar color models

635A4E
RGB999078
HSL34°11.86%34.71%
HSB/HSV34°21.21%38.82%
CMYK0.00%9.09%21.21%
61.18%

Color #635A4E in popluar number systems.

HEX635A4E
Decimal999078
Binary110001110110101001110
Octal143132116

Shades and tints

Shades of #635A4E

#635A4E
(99,90,78)
#5A5247
(90,82,71)
#514A40
(81,74,64)
#484239
(72,66,57)
#3F3A32
(63,58,50)
#36322B
(54,50,43)
#2D2A24
(45,42,36)
#24221D
(36,34,29)
#1B1A16
(27,26,22)
#12120F
(18,18,15)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #635A4E

#635A4E
(99,90,78)
#71695E
(113,105,94)
#7F786E
(127,120,110)
#8D877E
(141,135,126)
#9B968E
(155,150,142)
#A9A59E
(169,165,158)
#B7B4AE
(183,180,174)
#C5C3BE
(197,195,190)
#D3D2CE
(211,210,206)
#E1E1DE
(225,225,222)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635A4E; }

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

This text font color is #635A4E.


Background Color

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

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

This div background color is #635A4E.


Border color

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

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

This div border color is #635A4E.


Opacity

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

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

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

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

This text has shadow with #635A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635A4E on black background.


Color preview on white background

This text has color #635A4E on white background.



Black color preview on #635A4E background

This text has black color on #635A4E background.


White color preview on #635A4E background

This text has white color on #635A4E background.