COLOR #63634F

HEX: #63634F
RGB: (99,99,79)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
99
79

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

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 79 = 277 (100%)
R 99 of 277 ~ 35.74%
G 99 of 277 ~ 35.74%
B 79 of 277 ~ 28.52%

%35.74
%35.74
%28.52

CMYK color model

#63634F color CMYK value is (0,0,20,61).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.20%
  • key color value is 61.18%
CMYK:
(0,0,20,61)
C0M0Y20K61 
(0%,0%,20%,61%)
(0.00/0.00/0.20/0.61)	

CMYK percentages

%0
%0
%20.2
%61.18

Codes

Color #63634F in popluar color models

63634F
RGB999979
HSL60°11.24%34.90%
HSB/HSV60°20.20%38.82%
CMYK0.00%0.00%20.20%
61.18%

Color #63634F in popluar number systems.

HEX63634F
Decimal999979
Binary110001111000111001111
Octal143143117

Shades and tints

Shades of #63634F

#63634F
(99,99,79)
#5A5A48
(90,90,72)
#515141
(81,81,65)
#48483A
(72,72,58)
#3F3F33
(63,63,51)
#36362C
(54,54,44)
#2D2D25
(45,45,37)
#24241E
(36,36,30)
#1B1B17
(27,27,23)
#121210
(18,18,16)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #63634F

#63634F
(99,99,79)
#71715F
(113,113,95)
#7F7F6F
(127,127,111)
#8D8D7F
(141,141,127)
#9B9B8F
(155,155,143)
#A9A99F
(169,169,159)
#B7B7AF
(183,183,175)
#C5C5BF
(197,197,191)
#D3D3CF
(211,211,207)
#E1E1DF
(225,225,223)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63634F; }

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

This text font color is #63634F.


Background Color

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

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

This div background color is #63634F.


Border color

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

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

This div border color is #63634F.


Opacity

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

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

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

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

This text has shadow with #63634F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63634F on black background.


Color preview on white background

This text has color #63634F on white background.



Black color preview on #63634F background

This text has black color on #63634F background.


White color preview on #63634F background

This text has white color on #63634F background.