COLOR #634448

HEX: #634448
RGB: (99,68,72)

Color info

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

RGB color model

#634448 color RGB value is (99,68,72).

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

RGB channels and saturation

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

99
68
72

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

Portions of RGB colors in percentages

R + G + B =
99 + 68 + 72 = 239 (100%)
R 99 of 239 ~ 41.42%
G 68 of 239 ~ 28.45%
B 72 of 239 ~ 30.13%

%41.42
%28.45
%30.13

CMYK color model

#634448 color CMYK value is (0,31,27,61).

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 27.27%
  • key color value is 61.18%
CMYK:
(0,31,27,61)
C0M31Y27K61 
(0%,31%,27%,61%)
(0.00/0.31/0.27/0.61)	

CMYK percentages

%0
%31.31
%27.27
%61.18

Codes

Color #634448 in popluar color models

634448
RGB996872
HSL352°18.56%32.75%
HSB/HSV352°31.31%38.82%
CMYK0.00%31.31%27.27%
61.18%

Color #634448 in popluar number systems.

HEX634448
Decimal996872
Binary110001110001001001000
Octal143104110

Shades and tints

Shades of #634448

#634448
(99,68,72)
#5A3E42
(90,62,66)
#51383C
(81,56,60)
#483236
(72,50,54)
#3F2C30
(63,44,48)
#36262A
(54,38,42)
#2D2024
(45,32,36)
#241A1E
(36,26,30)
#1B1418
(27,20,24)
#120E12
(18,14,18)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #634448

#634448
(99,68,72)
#715558
(113,85,88)
#7F6668
(127,102,104)
#8D7778
(141,119,120)
#9B8888
(155,136,136)
#A99998
(169,153,152)
#B7AAA8
(183,170,168)
#C5BBB8
(197,187,184)
#D3CCC8
(211,204,200)
#E1DDD8
(225,221,216)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634448; }

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

This text font color is #634448.


Background Color

.myBgColor { background-color: #634448; }

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

This div background color is #634448.


Border color

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

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

This div border color is #634448.


Opacity

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

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

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

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

This text has shadow with #634448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634448 on black background.


Color preview on white background

This text has color #634448 on white background.



Black color preview on #634448 background

This text has black color on #634448 background.


White color preview on #634448 background

This text has white color on #634448 background.