COLOR #635D2D

HEX: #635D2D
RGB: (99,93,45)

Color info

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

RGB color model

#635D2D color RGB value is (99,93,45).

  • red value is 99;
  • green value is 93;
  • blue value is 45.
RGB: (99,93,45) (39%,36%,18%)

RGB channels and saturation

R 99 of 255 = 39%
G 93 of 255 = 36%
B 45 of 255 = 18%

99
93
45

R + G + B ~ 31%. #635D2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 93 + 45 = 237 (100%)
R 99 of 237 ~ 41.77%
G 93 of 237 ~ 39.24%
B 45 of 237 ~ 18.99%

%41.77
%39.24
%18.99

CMYK color model

#635D2D color CMYK value is (0,6,55,61).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 54.55%
  • key color value is 61.18%
CMYK: (0,6,55,61) C0M6Y55K61 (0%,6%,55%,61%) (0.00/0.06/0.55/0.61)

CMYK percentages

%0
%6.06
%54.55
%61.18

Codes

Color #635D2D in popluar color models

635D2D
RGB999345
HSL53°37.50%28.24%
HSB/HSV53°54.55%38.82%
CMYK0.00%6.06%54.55%
61.18%

Color #635D2D in popluar number systems.

HEX635D2D
Decimal999345
Binary11000111011101101101
Octal14313555

Shades and tints

Shades of #635D2D

#635D2D
(99,93,45)
#5A5529
(90,85,41)
#514D25
(81,77,37)
#484521
(72,69,33)
#3F3D1D
(63,61,29)
#363519
(54,53,25)
#2D2D15
(45,45,21)
#242511
(36,37,17)
#1B1D0D
(27,29,13)
#121509
(18,21,9)
#090D05
(9,13,5)
#000000
(0,0,0)

Tints of #635D2D

#635D2D
(99,93,45)
#716B40
(113,107,64)
#7F7953
(127,121,83)
#8D8766
(141,135,102)
#9B9579
(155,149,121)
#A9A38C
(169,163,140)
#B7B19F
(183,177,159)
#C5BFB2
(197,191,178)
#D3CDC5
(211,205,197)
#E1DBD8
(225,219,216)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635D2D; }

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

This text font color is #635D2D.


Background Color

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

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

This div background color is #635D2D.


Border color

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

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

This div border color is #635D2D.


Opacity

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

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

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

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

This text has shadow with #635D2D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #635D2D on black background.


Color preview on white background

This text has color #635D2D on white background.



Black color preview on #635D2D background

This text has black color on #635D2D background.


White color preview on #635D2D background

This text has white color on #635D2D background.