COLOR #635C25

HEX: #635C25
RGB: (99,92,37)

Color info

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

RGB color model

#635C25 color RGB value is (99,92,37).

  • red value is 99;
  • green value is 92;
  • blue value is 37.
RGB:
(99,92,37)
(39%,36%,15%)

RGB channels and saturation

R 99 of 255 = 39%
G 92 of 255 = 36%
B 37 of 255 = 15%

99
92
37

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

Portions of RGB colors in percentages

R + G + B =
99 + 92 + 37 = 228 (100%)
R 99 of 228 ~ 43.42%
G 92 of 228 ~ 40.35%
B 37 of 228 ~ 16.23%

%43.42
%40.35
%16.23

CMYK color model

#635C25 color CMYK value is (0,7,63,61).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 62.63%
  • key color value is 61.18%
CMYK:
(0,7,63,61)
C0M7Y63K61 
(0%,7%,63%,61%)
(0.00/0.07/0.63/0.61)	

CMYK percentages

%0
%7.07
%62.63
%61.18

Codes

Color #635C25 in popluar color models

635C25
RGB999237
HSL53°45.59%26.67%
HSB/HSV53°62.63%38.82%
CMYK0.00%7.07%62.63%
61.18%

Color #635C25 in popluar number systems.

HEX635C25
Decimal999237
Binary11000111011100100101
Octal14313445

Shades and tints

Shades of #635C25

#635C25
(99,92,37)
#5A5422
(90,84,34)
#514C1F
(81,76,31)
#48441C
(72,68,28)
#3F3C19
(63,60,25)
#363416
(54,52,22)
#2D2C13
(45,44,19)
#242410
(36,36,16)
#1B1C0D
(27,28,13)
#12140A
(18,20,10)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #635C25

#635C25
(99,92,37)
#716A38
(113,106,56)
#7F784B
(127,120,75)
#8D865E
(141,134,94)
#9B9471
(155,148,113)
#A9A284
(169,162,132)
#B7B097
(183,176,151)
#C5BEAA
(197,190,170)
#D3CCBD
(211,204,189)
#E1DAD0
(225,218,208)
#EFE8E3
(239,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635C25 color. Also use rgb(99,92,37) instead hex code.

Text Font Color

.myTextColor { color: #635C25; }

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

This text font color is #635C25.


Background Color

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

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

This div background color is #635C25.


Border color

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

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

This div border color is #635C25.


Opacity

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

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

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

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

This text has shadow with #635C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635C25 on black background.


Color preview on white background

This text has color #635C25 on white background.



Black color preview on #635C25 background

This text has black color on #635C25 background.


White color preview on #635C25 background

This text has white color on #635C25 background.