COLOR #635D3A

HEX: #635D3A RGB: (99,93,58)

Color info

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

RGB color model

#635D3A color RGB value is (99,93,58).

RGB: (99,93,58) (39%, 36%, 23%)

RGB channels and saturation

R 99 of 255 = 39%
G 93 of 255 = 36%
B 58 of 255 = 23%

99
93
58

R + G + B ~ 33%. #635D3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 93 + 58 = 250 (100%)
R 99 of 250 ~ 39.6%
G 93 of 250 ~ 37.2%
B 58 of 250 ~ 23.2'%

%39.6
%37.2
%23.2

CMYK color model

#635D3A color CMYK value is (0,6,41,61).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 41.41%
  • key color value is 61.18%

CMYK: (0,6,41,61)
C0M6Y41K61 (0%, 6%, 41%, 61%)
(0.00 / 0.06 / 0.41 / 0.61)

CMYK percentages

%0
%6.06
%41.41
%61.18

Codes

Color #635D3A in popluar color models

63 5D 3A
RGB 99 93 58
HSL 51° 26.11% 30.78%
HSB/HSV 51° 41.41% 38.82%
CMYK 0.00% 6.06% 41.41%
61.18%

Color #635D3A in popluar number systems.

HEX 63 5D 3A
Decimal 99 93 58
Binary 1100011 1011101 111010
Octal 143 135 72

Shades and tints

Shades of #635D3A

#635D3A
(99,93,58)
#5A5535
(90,85,53)
#514D30
(81,77,48)
#48452B
(72,69,43)
#3F3D26
(63,61,38)
#363521
(54,53,33)
#2D2D1C
(45,45,28)
#242517
(36,37,23)
#1B1D12
(27,29,18)
#12150D
(18,21,13)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #635D3A

#635D3A
(99,93,58)
#716B4B
(113,107,75)
#7F795C
(127,121,92)
#8D876D
(141,135,109)
#9B957E
(155,149,126)
#A9A38F
(169,163,143)
#B7B1A0
(183,177,160)
#C5BFB1
(197,191,177)
#D3CDC2
(211,205,194)
#E1DBD3
(225,219,211)
#EFE9E4
(239,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635D3A color. Also use rgb(99,93,58) instead hex code.

Text Font Color

.myTextColor { color: #635D3A; }

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

This text font color is #635D3A.

Background Color

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

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

This div background color is #635D3A.

Border color

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

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

This div border color is #635D3A.

Opacity

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

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

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

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

This text has shadow with #635D3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #635D3A.

Preview

Color preview on black background

This text has color #635D3A on black background.


Color preview on white background

This text has color #635D3A on white background.


Black color preview on #635D3A background

This text has black color on #635D3A background.


White color preview on #635D3A background

This text has white color on #635D3A background.


Related colors

Complementary color

Complementary color for #hex is #9CA2C5.


I love getcolorcode.com

Triadic colors

1 #3A635D and #5D3A63 with #635D3A are triadic colors.

2 #3A5D63 and #5D633A with #635D3A are triadic colors.