COLOR #635E43

HEX: #635E43 RGB: (99,94,67)

Color info

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

RGB color model

#635E43 color RGB value is (99,94,67).

RGB: (99,94,67) (39%, 37%, 26%)

RGB channels and saturation

R 99 of 255 = 39%
G 94 of 255 = 37%
B 67 of 255 = 26%

99
94
67

R + G + B ~ 34%. #635E43 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 94 + 67 = 260 (100%)
R 99 of 260 ~ 38.08%
G 94 of 260 ~ 36.15%
B 67 of 260 ~ 25.77'%

%38.08
%36.15
%25.77

CMYK color model

#635E43 color CMYK value is (0,5,32,61).

  • cyan value is 0.00%
  • magenta value is 5.05%
  • yellow value is 32.32%
  • key color value is 61.18%

CMYK: (0,5,32,61)
C0M5Y32K61 (0%, 5%, 32%, 61%)
(0.00 / 0.05 / 0.32 / 0.61)

CMYK percentages

%0
%5.05
%32.32
%61.18

Codes

Color #635E43 in popluar color models

63 5E 43
RGB 99 94 67
HSL 51° 19.28% 32.55%
HSB/HSV 51° 32.32% 38.82%
CMYK 0.00% 5.05% 32.32%
61.18%

Color #635E43 in popluar number systems.

HEX 63 5E 43
Decimal 99 94 67
Binary 1100011 1011110 1000011
Octal 143 136 103

Shades and tints

Shades of #635E43

#635E43
(99,94,67)
#5A563D
(90,86,61)
#514E37
(81,78,55)
#484631
(72,70,49)
#3F3E2B
(63,62,43)
#363625
(54,54,37)
#2D2E1F
(45,46,31)
#242619
(36,38,25)
#1B1E13
(27,30,19)
#12160D
(18,22,13)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #635E43

#635E43
(99,94,67)
#716C54
(113,108,84)
#7F7A65
(127,122,101)
#8D8876
(141,136,118)
#9B9687
(155,150,135)
#A9A498
(169,164,152)
#B7B2A9
(183,178,169)
#C5C0BA
(197,192,186)
#D3CECB
(211,206,203)
#E1DCDC
(225,220,220)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635E43; }

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

This text font color is #635E43.

Background Color

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

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

This div background color is #635E43.

Border color

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

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

This div border color is #635E43.

Opacity

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

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

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

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

This text has shadow with #635E43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #635E43.

Preview

Color preview on black background

This text has color #635E43 on black background.


Color preview on white background

This text has color #635E43 on white background.


Black color preview on #635E43 background

This text has black color on #635E43 background.


White color preview on #635E43 background

This text has white color on #635E43 background.


Related colors

Complementary color

Complementary color for #hex is #9CA1BC.


I love getcolorcode.com

Triadic colors

1 #43635E and #5E4363 with #635E43 are triadic colors.

2 #435E63 and #5E6343 with #635E43 are triadic colors.