COLOR #634140

HEX: #634140
RGB: (99,65,64)

Color info

#634140 contains red, green and blue colors in about the same proportion. Web safe color of #634140 is #663333 (or #633).

RGB color model

#634140 color RGB value is (99,65,64).

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

RGB channels and saturation

R 99 of 255 = 39%
G 65 of 255 = 25%
B 64 of 255 = 25%

99
65
64

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

Portions of RGB colors in percentages

R + G + B =
99 + 65 + 64 = 228 (100%)
R 99 of 228 ~ 43.42%
G 65 of 228 ~ 28.51%
B 64 of 228 ~ 28.07%

%43.42
%28.51
%28.07

CMYK color model

#634140 color CMYK value is (0,34,35,61).

  • cyan value is 0.00%
  • magenta value is 34.34%
  • yellow value is 35.35%
  • key color value is 61.18%
CMYK:
(0,34,35,61)
C0M34Y35K61 
(0%,34%,35%,61%)
(0.00/0.34/0.35/0.61)	

CMYK percentages

%0
%34.34
%35.35
%61.18

Codes

Color #634140 in popluar color models

634140
RGB996564
HSL21.47%31.96%
HSB/HSV35.35%38.82%
CMYK0.00%34.34%35.35%
61.18%

Color #634140 in popluar number systems.

HEX634140
Decimal996564
Binary110001110000011000000
Octal143101100

Shades and tints

Shades of #634140

#634140
(99,65,64)
#5A3C3B
(90,60,59)
#513736
(81,55,54)
#483231
(72,50,49)
#3F2D2C
(63,45,44)
#362827
(54,40,39)
#2D2322
(45,35,34)
#241E1D
(36,30,29)
#1B1918
(27,25,24)
#121413
(18,20,19)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #634140

#634140
(99,65,64)
#715251
(113,82,81)
#7F6362
(127,99,98)
#8D7473
(141,116,115)
#9B8584
(155,133,132)
#A99695
(169,150,149)
#B7A7A6
(183,167,166)
#C5B8B7
(197,184,183)
#D3C9C8
(211,201,200)
#E1DAD9
(225,218,217)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634140; }

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

This text font color is #634140.


Background Color

.myBgColor { background-color: #634140; }

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

This div background color is #634140.


Border color

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

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

This div border color is #634140.


Opacity

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

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

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

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

This text has shadow with #634140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634140 on black background.


Color preview on white background

This text has color #634140 on white background.



Black color preview on #634140 background

This text has black color on #634140 background.


White color preview on #634140 background

This text has white color on #634140 background.