COLOR #63634C

HEX: #63634C
RGB: (99,99,76)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
99
76

R + G + B ~ 36%. #63634C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 76 = 274 (100%)
R 99 of 274 ~ 36.13%
G 99 of 274 ~ 36.13%
B 76 of 274 ~ 27.74%

%36.13
%36.13
%27.74

CMYK color model

#63634C color CMYK value is (0,0,23,61).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.23%
  • key color value is 61.18%
CMYK:
(0,0,23,61)
C0M0Y23K61 
(0%,0%,23%,61%)
(0.00/0.00/0.23/0.61)	

CMYK percentages

%0
%0
%23.23
%61.18

Codes

Color #63634C in popluar color models

63634C
RGB999976
HSL60°13.14%34.31%
HSB/HSV60°23.23%38.82%
CMYK0.00%0.00%23.23%
61.18%

Color #63634C in popluar number systems.

HEX63634C
Decimal999976
Binary110001111000111001100
Octal143143114

Shades and tints

Shades of #63634C

#63634C
(99,99,76)
#5A5A46
(90,90,70)
#515140
(81,81,64)
#48483A
(72,72,58)
#3F3F34
(63,63,52)
#36362E
(54,54,46)
#2D2D28
(45,45,40)
#242422
(36,36,34)
#1B1B1C
(27,27,28)
#121216
(18,18,22)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #63634C

#63634C
(99,99,76)
#71715C
(113,113,92)
#7F7F6C
(127,127,108)
#8D8D7C
(141,141,124)
#9B9B8C
(155,155,140)
#A9A99C
(169,169,156)
#B7B7AC
(183,183,172)
#C5C5BC
(197,197,188)
#D3D3CC
(211,211,204)
#E1E1DC
(225,225,220)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63634C; }

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

This text font color is #63634C.


Background Color

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

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

This div background color is #63634C.


Border color

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

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

This div border color is #63634C.


Opacity

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

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

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

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

This text has shadow with #63634C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63634C on black background.


Color preview on white background

This text has color #63634C on white background.



Black color preview on #63634C background

This text has black color on #63634C background.


White color preview on #63634C background

This text has white color on #63634C background.