COLOR #635B3B

HEX: #635B3B
RGB: (99,91,59)

Color info

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

RGB color model

#635B3B color RGB value is (99,91,59).

  • red value is 99;
  • green value is 91;
  • blue value is 59.
RGB:
(99,91,59)
(39%,36%,23%)

RGB channels and saturation

R 99 of 255 = 39%
G 91 of 255 = 36%
B 59 of 255 = 23%

99
91
59

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

Portions of RGB colors in percentages

R + G + B =
99 + 91 + 59 = 249 (100%)
R 99 of 249 ~ 39.76%
G 91 of 249 ~ 36.55%
B 59 of 249 ~ 23.69%

%39.76
%36.55
%23.69

CMYK color model

#635B3B color CMYK value is (0,8,40,61).

  • cyan value is 0.00%
  • magenta value is 8.08%
  • yellow value is 40.40%
  • key color value is 61.18%
CMYK:
(0,8,40,61)
C0M8Y40K61 
(0%,8%,40%,61%)
(0.00/0.08/0.40/0.61)	

CMYK percentages

%0
%8.08
%40.4
%61.18

Codes

Color #635B3B in popluar color models

635B3B
RGB999159
HSL48°25.32%30.98%
HSB/HSV48°40.40%38.82%
CMYK0.00%8.08%40.40%
61.18%

Color #635B3B in popluar number systems.

HEX635B3B
Decimal999159
Binary11000111011011111011
Octal14313373

Shades and tints

Shades of #635B3B

#635B3B
(99,91,59)
#5A5336
(90,83,54)
#514B31
(81,75,49)
#48432C
(72,67,44)
#3F3B27
(63,59,39)
#363322
(54,51,34)
#2D2B1D
(45,43,29)
#242318
(36,35,24)
#1B1B13
(27,27,19)
#12130E
(18,19,14)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #635B3B

#635B3B
(99,91,59)
#71694C
(113,105,76)
#7F775D
(127,119,93)
#8D856E
(141,133,110)
#9B937F
(155,147,127)
#A9A190
(169,161,144)
#B7AFA1
(183,175,161)
#C5BDB2
(197,189,178)
#D3CBC3
(211,203,195)
#E1D9D4
(225,217,212)
#EFE7E5
(239,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635B3B; }

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

This text font color is #635B3B.


Background Color

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

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

This div background color is #635B3B.


Border color

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

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

This div border color is #635B3B.


Opacity

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

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

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

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

This text has shadow with #635B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635B3B on black background.


Color preview on white background

This text has color #635B3B on white background.



Black color preview on #635B3B background

This text has black color on #635B3B background.


White color preview on #635B3B background

This text has white color on #635B3B background.