COLOR #635628

HEX: #635628
RGB: (99,86,40)

Color info

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

RGB color model

#635628 color RGB value is (99,86,40).

  • red value is 99;
  • green value is 86;
  • blue value is 40.
RGB:
(99,86,40)
(39%,34%,16%)

RGB channels and saturation

R 99 of 255 = 39%
G 86 of 255 = 34%
B 40 of 255 = 16%

99
86
40

R + G + B ~ 30%. #635628 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 86 + 40 = 225 (100%)
R 99 of 225 ~ 44%
G 86 of 225 ~ 38.22%
B 40 of 225 ~ 17.78%

%44
%38.22
%17.78

CMYK color model

#635628 color CMYK value is (0,13,60,61).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 59.60%
  • key color value is 61.18%
CMYK:
(0,13,60,61)
C0M13Y60K61 
(0%,13%,60%,61%)
(0.00/0.13/0.60/0.61)	

CMYK percentages

%0
%13.13
%59.6
%61.18

Codes

Color #635628 in popluar color models

635628
RGB998640
HSL47°42.45%27.25%
HSB/HSV47°59.60%38.82%
CMYK0.00%13.13%59.60%
61.18%

Color #635628 in popluar number systems.

HEX635628
Decimal998640
Binary11000111010110101000
Octal14312650

Shades and tints

Shades of #635628

#635628
(99,86,40)
#5A4F25
(90,79,37)
#514822
(81,72,34)
#48411F
(72,65,31)
#3F3A1C
(63,58,28)
#363319
(54,51,25)
#2D2C16
(45,44,22)
#242513
(36,37,19)
#1B1E10
(27,30,16)
#12170D
(18,23,13)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #635628

#635628
(99,86,40)
#71653B
(113,101,59)
#7F744E
(127,116,78)
#8D8361
(141,131,97)
#9B9274
(155,146,116)
#A9A187
(169,161,135)
#B7B09A
(183,176,154)
#C5BFAD
(197,191,173)
#D3CEC0
(211,206,192)
#E1DDD3
(225,221,211)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635628 color. Also use rgb(99,86,40) instead hex code.

Text Font Color

.myTextColor { color: #635628; }

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

This text font color is #635628.


Background Color

.myBgColor { background-color: #635628; }

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

This div background color is #635628.


Border color

.myBorderColor { border: 1px solid #635628; }

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

This div border color is #635628.


Opacity

.myOpacity80 { color: #635628; opacity: 0.8; }

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

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

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

This text has shadow with #635628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635628 on black background.


Color preview on white background

This text has color #635628 on white background.



Black color preview on #635628 background

This text has black color on #635628 background.


White color preview on #635628 background

This text has white color on #635628 background.