COLOR #634646

HEX: #634646
RGB: (99,70,70)

Color info

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

RGB color model

#634646 color RGB value is (99,70,70).

  • red value is 99;
  • green value is 70;
  • blue value is 70.
RGB:
(99,70,70)
(39%,27%,27%)

RGB channels and saturation

R 99 of 255 = 39%
G 70 of 255 = 27%
B 70 of 255 = 27%

99
70
70

R + G + B ~ 31%. #634646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 70 + 70 = 239 (100%)
R 99 of 239 ~ 41.42%
G 70 of 239 ~ 29.29%
B 70 of 239 ~ 29.29%

%41.42
%29.29
%29.29

CMYK color model

#634646 color CMYK value is (0,29,29,61).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 29.29%
  • key color value is 61.18%
CMYK:
(0,29,29,61)
C0M29Y29K61 
(0%,29%,29%,61%)
(0.00/0.29/0.29/0.61)	

CMYK percentages

%0
%29.29
%29.29
%61.18

Codes

Color #634646 in popluar color models

634646
RGB997070
HSL17.16%33.14%
HSB/HSV29.29%38.82%
CMYK0.00%29.29%29.29%
61.18%

Color #634646 in popluar number systems.

HEX634646
Decimal997070
Binary110001110001101000110
Octal143106106

Shades and tints

Shades of #634646

#634646
(99,70,70)
#5A4040
(90,64,64)
#513A3A
(81,58,58)
#483434
(72,52,52)
#3F2E2E
(63,46,46)
#362828
(54,40,40)
#2D2222
(45,34,34)
#241C1C
(36,28,28)
#1B1616
(27,22,22)
#121010
(18,16,16)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #634646

#634646
(99,70,70)
#715656
(113,86,86)
#7F6666
(127,102,102)
#8D7676
(141,118,118)
#9B8686
(155,134,134)
#A99696
(169,150,150)
#B7A6A6
(183,166,166)
#C5B6B6
(197,182,182)
#D3C6C6
(211,198,198)
#E1D6D6
(225,214,214)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634646; }

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

This text font color is #634646.


Background Color

.myBgColor { background-color: #634646; }

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

This div background color is #634646.


Border color

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

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

This div border color is #634646.


Opacity

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

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

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

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

This text has shadow with #634646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634646 on black background.


Color preview on white background

This text has color #634646 on white background.



Black color preview on #634646 background

This text has black color on #634646 background.


White color preview on #634646 background

This text has white color on #634646 background.