COLOR #63684C

HEX: #63684C
RGB: (99,104,76)

Color info

#63684C contains red, green and blue colors in about the same proportion. Web safe color of #63684C is #666633 (or #663).

RGB color model

#63684C color RGB value is (99,104,76).

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

RGB channels and saturation

R 99 of 255 = 39%
G 104 of 255 = 41%
B 76 of 255 = 30%

99
104
76

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

Portions of RGB colors in percentages

R + G + B =
99 + 104 + 76 = 279 (100%)
R 99 of 279 ~ 35.48%
G 104 of 279 ~ 37.28%
B 76 of 279 ~ 27.24%

%35.48
%37.28
%27.24

CMYK color model

#63684C color CMYK value is (5,0,27,59).

  • cyan value is 4.81%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 59.22%
CMYK:
(5,0,27,59)
C5M0Y27K59 
(5%,0%,27%,59%)
(0.05/0.00/0.27/0.59)	

CMYK percentages

%4.81
%0
%26.92
%59.22

Codes

Color #63684C in popluar color models

63684C
RGB9910476
HSL71°15.56%35.29%
HSB/HSV71°26.92%40.78%
CMYK4.81%0.00%26.92%
59.22%

Color #63684C in popluar number systems.

HEX63684C
Decimal9910476
Binary110001111010001001100
Octal143150114

Shades and tints

Shades of #63684C

#63684C
(99,104,76)
#5A5F46
(90,95,70)
#515640
(81,86,64)
#484D3A
(72,77,58)
#3F4434
(63,68,52)
#363B2E
(54,59,46)
#2D3228
(45,50,40)
#242922
(36,41,34)
#1B201C
(27,32,28)
#121716
(18,23,22)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #63684C

#63684C
(99,104,76)
#71755C
(113,117,92)
#7F826C
(127,130,108)
#8D8F7C
(141,143,124)
#9B9C8C
(155,156,140)
#A9A99C
(169,169,156)
#B7B6AC
(183,182,172)
#C5C3BC
(197,195,188)
#D3D0CC
(211,208,204)
#E1DDDC
(225,221,220)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63684C; }

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

This text font color is #63684C.


Background Color

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

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

This div background color is #63684C.


Border color

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

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

This div border color is #63684C.


Opacity

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

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

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

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

This text has shadow with #63684C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63684C on black background.


Color preview on white background

This text has color #63684C on white background.



Black color preview on #63684C background

This text has black color on #63684C background.


White color preview on #63684C background

This text has white color on #63684C background.