COLOR #635F20

HEX: #635F20
RGB: (99,95,32)

Color info

#635F20 contains mainly red and green colors. Web safe color of #635F20 is #666633 (or #663).

RGB color model

#635F20 color RGB value is (99,95,32).

  • red value is 99;
  • green value is 95;
  • blue value is 32.
RGB:
(99,95,32)
(39%,37%,13%)

RGB channels and saturation

R 99 of 255 = 39%
G 95 of 255 = 37%
B 32 of 255 = 13%

99
95
32

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

Portions of RGB colors in percentages

R + G + B =
99 + 95 + 32 = 226 (100%)
R 99 of 226 ~ 43.81%
G 95 of 226 ~ 42.04%
B 32 of 226 ~ 14.16%

%43.81
%42.04
%14.16

CMYK color model

#635F20 color CMYK value is (0,4,68,61).

  • cyan value is 0.00%
  • magenta value is 4.04%
  • yellow value is 67.68%
  • key color value is 61.18%
CMYK:
(0,4,68,61)
C0M4Y68K61 
(0%,4%,68%,61%)
(0.00/0.04/0.68/0.61)	

CMYK percentages

%0
%4.04
%67.68
%61.18

Codes

Color #635F20 in popluar color models

635F20
RGB999532
HSL56°51.15%25.69%
HSB/HSV56°67.68%38.82%
CMYK0.00%4.04%67.68%
61.18%

Color #635F20 in popluar number systems.

HEX635F20
Decimal999532
Binary11000111011111100000
Octal14313740

Shades and tints

Shades of #635F20

#635F20
(99,95,32)
#5A571E
(90,87,30)
#514F1C
(81,79,28)
#48471A
(72,71,26)
#3F3F18
(63,63,24)
#363716
(54,55,22)
#2D2F14
(45,47,20)
#242712
(36,39,18)
#1B1F10
(27,31,16)
#12170E
(18,23,14)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #635F20

#635F20
(99,95,32)
#716D34
(113,109,52)
#7F7B48
(127,123,72)
#8D895C
(141,137,92)
#9B9770
(155,151,112)
#A9A584
(169,165,132)
#B7B398
(183,179,152)
#C5C1AC
(197,193,172)
#D3CFC0
(211,207,192)
#E1DDD4
(225,221,212)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635F20 color. Also use rgb(99,95,32) instead hex code.

Text Font Color

.myTextColor { color: #635F20; }

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

This text font color is #635F20.


Background Color

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

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

This div background color is #635F20.


Border color

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

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

This div border color is #635F20.


Opacity

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

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

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

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

This text has shadow with #635F20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635F20 on black background.


Color preview on white background

This text has color #635F20 on white background.



Black color preview on #635F20 background

This text has black color on #635F20 background.


White color preview on #635F20 background

This text has white color on #635F20 background.