COLOR #635140

HEX: #635140
RGB: (99,81,64)

Color info

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

RGB color model

#635140 color RGB value is (99,81,64).

  • red value is 99;
  • green value is 81;
  • blue value is 64.
RGB:
(99,81,64)
(39%,32%,25%)

RGB channels and saturation

R 99 of 255 = 39%
G 81 of 255 = 32%
B 64 of 255 = 25%

99
81
64

R + G + B ~ 32%. #635140 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 81 + 64 = 244 (100%)
R 99 of 244 ~ 40.57%
G 81 of 244 ~ 33.2%
B 64 of 244 ~ 26.23%

%40.57
%33.2
%26.23

CMYK color model

#635140 color CMYK value is (0,18,35,61).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 35.35%
  • key color value is 61.18%
CMYK:
(0,18,35,61)
C0M18Y35K61 
(0%,18%,35%,61%)
(0.00/0.18/0.35/0.61)	

CMYK percentages

%0
%18.18
%35.35
%61.18

Codes

Color #635140 in popluar color models

635140
RGB998164
HSL29°21.47%31.96%
HSB/HSV29°35.35%38.82%
CMYK0.00%18.18%35.35%
61.18%

Color #635140 in popluar number systems.

HEX635140
Decimal998164
Binary110001110100011000000
Octal143121100

Shades and tints

Shades of #635140

#635140
(99,81,64)
#5A4A3B
(90,74,59)
#514336
(81,67,54)
#483C31
(72,60,49)
#3F352C
(63,53,44)
#362E27
(54,46,39)
#2D2722
(45,39,34)
#24201D
(36,32,29)
#1B1918
(27,25,24)
#121213
(18,18,19)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #635140

#635140
(99,81,64)
#716051
(113,96,81)
#7F6F62
(127,111,98)
#8D7E73
(141,126,115)
#9B8D84
(155,141,132)
#A99C95
(169,156,149)
#B7ABA6
(183,171,166)
#C5BAB7
(197,186,183)
#D3C9C8
(211,201,200)
#E1D8D9
(225,216,217)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635140 color. Also use rgb(99,81,64) instead hex code.

Text Font Color

.myTextColor { color: #635140; }

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

This text font color is #635140.


Background Color

.myBgColor { background-color: #635140; }

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

This div background color is #635140.


Border color

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

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

This div border color is #635140.


Opacity

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

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

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

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

This text has shadow with #635140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635140 on black background.


Color preview on white background

This text has color #635140 on white background.



Black color preview on #635140 background

This text has black color on #635140 background.


White color preview on #635140 background

This text has white color on #635140 background.