COLOR #634447

HEX: #634447
RGB: (99,68,71)

Color info

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

RGB color model

#634447 color RGB value is (99,68,71).

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

RGB channels and saturation

R 99 of 255 = 39%
G 68 of 255 = 27%
B 71 of 255 = 28%

99
68
71

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

Portions of RGB colors in percentages

R + G + B =
99 + 68 + 71 = 238 (100%)
R 99 of 238 ~ 41.6%
G 68 of 238 ~ 28.57%
B 71 of 238 ~ 29.83%

%41.6
%28.57
%29.83

CMYK color model

#634447 color CMYK value is (0,31,28,61).

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 28.28%
  • key color value is 61.18%
CMYK:
(0,31,28,61)
C0M31Y28K61 
(0%,31%,28%,61%)
(0.00/0.31/0.28/0.61)	

CMYK percentages

%0
%31.31
%28.28
%61.18

Codes

Color #634447 in popluar color models

634447
RGB996871
HSL354°18.56%32.75%
HSB/HSV354°31.31%38.82%
CMYK0.00%31.31%28.28%
61.18%

Color #634447 in popluar number systems.

HEX634447
Decimal996871
Binary110001110001001000111
Octal143104107

Shades and tints

Shades of #634447

#634447
(99,68,71)
#5A3E41
(90,62,65)
#51383B
(81,56,59)
#483235
(72,50,53)
#3F2C2F
(63,44,47)
#362629
(54,38,41)
#2D2023
(45,32,35)
#241A1D
(36,26,29)
#1B1417
(27,20,23)
#120E11
(18,14,17)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #634447

#634447
(99,68,71)
#715557
(113,85,87)
#7F6667
(127,102,103)
#8D7777
(141,119,119)
#9B8887
(155,136,135)
#A99997
(169,153,151)
#B7AAA7
(183,170,167)
#C5BBB7
(197,187,183)
#D3CCC7
(211,204,199)
#E1DDD7
(225,221,215)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634447; }

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

This text font color is #634447.


Background Color

.myBgColor { background-color: #634447; }

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

This div background color is #634447.


Border color

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

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

This div border color is #634447.


Opacity

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

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

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

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

This text has shadow with #634447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634447 on black background.


Color preview on white background

This text has color #634447 on white background.



Black color preview on #634447 background

This text has black color on #634447 background.


White color preview on #634447 background

This text has white color on #634447 background.