COLOR #635B4A

HEX: #635B4A RGB: (99,91,74)

Color info

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

RGB color model

#635B4A color RGB value is (99,91,74).

RGB: (99,91,74) (39%, 36%, 29%)

RGB channels and saturation

R 99 of 255 = 39%
G 91 of 255 = 36%
B 74 of 255 = 29%

99
91
74

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

Portions of RGB colors in percentages

R + G + B = 99 + 91 + 74 = 264 (100%)
R 99 of 264 ~ 37.5%
G 91 of 264 ~ 34.47%
B 74 of 264 ~ 28.03'%

%37.5
%34.47
%28.03

CMYK color model

#635B4A color CMYK value is (0,8,25,61).

  • cyan value is 0.00%
  • magenta value is 8.08%
  • yellow value is 25.25%
  • key color value is 61.18%

CMYK: (0,8,25,61)
C0M8Y25K61 (0%, 8%, 25%, 61%)
(0.00 / 0.08 / 0.25 / 0.61)

CMYK percentages

%0
%8.08
%25.25
%61.18

Codes

Color #635B4A in popluar color models

63 5B 4A
RGB 99 91 74
HSL 41° 14.45% 33.92%
HSB/HSV 41° 25.25% 38.82%
CMYK 0.00% 8.08% 25.25%
61.18%

Color #635B4A in popluar number systems.

HEX 63 5B 4A
Decimal 99 91 74
Binary 1100011 1011011 1001010
Octal 143 133 112

Shades and tints

Shades of #635B4A

#635B4A
(99,91,74)
#5A5344
(90,83,68)
#514B3E
(81,75,62)
#484338
(72,67,56)
#3F3B32
(63,59,50)
#36332C
(54,51,44)
#2D2B26
(45,43,38)
#242320
(36,35,32)
#1B1B1A
(27,27,26)
#121314
(18,19,20)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #635B4A

#635B4A
(99,91,74)
#71695A
(113,105,90)
#7F776A
(127,119,106)
#8D857A
(141,133,122)
#9B938A
(155,147,138)
#A9A19A
(169,161,154)
#B7AFAA
(183,175,170)
#C5BDBA
(197,189,186)
#D3CBCA
(211,203,202)
#E1D9DA
(225,217,218)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635B4A color. Also use rgb(99,91,74) instead hex code.

Text Font Color

.myTextColor { color: #635B4A; }

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

This text font color is #635B4A.

Background Color

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

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

This div background color is #635B4A.

Border color

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

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

This div border color is #635B4A.

Opacity

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

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

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

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

This text has shadow with #635B4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #635B4A.

Preview

Color preview on black background

This text has color #635B4A on black background.


Color preview on white background

This text has color #635B4A on white background.


Black color preview on #635B4A background

This text has black color on #635B4A background.


White color preview on #635B4A background

This text has white color on #635B4A background.


Related colors

Complementary color

Complementary color for #hex is #9CA4B5.


I love getcolorcode.com

Triadic colors

1 #4A635B and #5B4A63 with #635B4A are triadic colors.

2 #4A5B63 and #5B634A with #635B4A are triadic colors.