COLOR #63684F

HEX: #63684F
RGB: (99,104,79)

Color info

#63684F contains red, green and blue colors in about the same proportion. Web safe color of #63684F is #666666 (or #666).

RGB color model

#63684F color RGB value is (99,104,79).

  • red value is 99;
  • green value is 104;
  • blue value is 79.
RGB:
(99,104,79)
(39%,41%,31%)

RGB channels and saturation

R 99 of 255 = 39%
G 104 of 255 = 41%
B 79 of 255 = 31%

99
104
79

R + G + B ~ 37%. #63684F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 104 + 79 = 282 (100%)
R 99 of 282 ~ 35.11%
G 104 of 282 ~ 36.88%
B 79 of 282 ~ 28.01%

%35.11
%36.88
%28.01

CMYK color model

#63684F color CMYK value is (5,0,24,59).

  • cyan value is 4.81%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 59.22%
CMYK:
(5,0,24,59)
C5M0Y24K59 
(5%,0%,24%,59%)
(0.05/0.00/0.24/0.59)	

CMYK percentages

%4.81
%0
%24.04
%59.22

Codes

Color #63684F in popluar color models

63684F
RGB9910479
HSL72°13.66%35.88%
HSB/HSV72°24.04%40.78%
CMYK4.81%0.00%24.04%
59.22%

Color #63684F in popluar number systems.

HEX63684F
Decimal9910479
Binary110001111010001001111
Octal143150117

Shades and tints

Shades of #63684F

#63684F
(99,104,79)
#5A5F48
(90,95,72)
#515641
(81,86,65)
#484D3A
(72,77,58)
#3F4433
(63,68,51)
#363B2C
(54,59,44)
#2D3225
(45,50,37)
#24291E
(36,41,30)
#1B2017
(27,32,23)
#121710
(18,23,16)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #63684F

#63684F
(99,104,79)
#71755F
(113,117,95)
#7F826F
(127,130,111)
#8D8F7F
(141,143,127)
#9B9C8F
(155,156,143)
#A9A99F
(169,169,159)
#B7B6AF
(183,182,175)
#C5C3BF
(197,195,191)
#D3D0CF
(211,208,207)
#E1DDDF
(225,221,223)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63684F color. Also use rgb(99,104,79) instead hex code.

Text Font Color

.myTextColor { color: #63684F; }

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

This text font color is #63684F.


Background Color

.myBgColor { background-color: #63684F; }

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

This div background color is #63684F.


Border color

.myBorderColor { border: 1px solid #63684F; }

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

This div border color is #63684F.


Opacity

.myOpacity80 { color: #63684F; opacity: 0.8; }

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

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

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

This text has shadow with #63684F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63684F on black background.


Color preview on white background

This text has color #63684F on white background.



Black color preview on #63684F background

This text has black color on #63684F background.


White color preview on #63684F background

This text has white color on #63684F background.