COLOR #63634E

HEX: #63634E RGB: (99,99,78)

Color info

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

RGB color model

#63634E color RGB value is (99,99,78).

RGB: (99,99,78) (39%, 39%, 31%)

RGB channels and saturation

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

99
99
78

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

Portions of RGB colors in percentages

R + G + B = 99 + 99 + 78 = 276 (100%)
R 99 of 276 ~ 35.87%
G 99 of 276 ~ 35.87%
B 78 of 276 ~ 28.26'%

%35.87
%35.87
%28.26

CMYK color model

#63634E color CMYK value is (0,0,21,61).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 61.18%
CMYK: (0,0,21,61) C0M0Y21K61 (0%,0%,21%,61%) (0.00/0.00/0.21/0.61) 

CMYK percentages

%0
%0
%21.21
%61.18

Codes

Color #63634E in popluar color models

63 63 4E
RGB 99 99 78
HSL 60° 11.86% 34.71%
HSB/HSV 60° 21.21% 38.82%
CMYK 0.00% 0.00% 21.21%
61.18%

Color #63634E in popluar number systems.

HEX 63 63 4E
Decimal 99 99 78
Binary 1100011 1100011 1001110
Octal 143 143 116

Shades and tints

Shades of #63634E

#63634E
(99,99,78)
#5A5A47
(90,90,71)
#515140
(81,81,64)
#484839
(72,72,57)
#3F3F32
(63,63,50)
#36362B
(54,54,43)
#2D2D24
(45,45,36)
#24241D
(36,36,29)
#1B1B16
(27,27,22)
#12120F
(18,18,15)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #63634E

#63634E
(99,99,78)
#71715E
(113,113,94)
#7F7F6E
(127,127,110)
#8D8D7E
(141,141,126)
#9B9B8E
(155,155,142)
#A9A99E
(169,169,158)
#B7B7AE
(183,183,174)
#C5C5BE
(197,197,190)
#D3D3CE
(211,211,206)
#E1E1DE
(225,225,222)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63634E; }

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

This text font color is #63634E.

Background Color

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

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

This div background color is #63634E.

Border color

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

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

This div border color is #63634E.

Opacity

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

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

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

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

This text has shadow with #63634E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63634E.

Preview

Color preview on black background

This text has color #63634E on black background.


Color preview on white background

This text has color #63634E on white background.


Black color preview on #63634E background

This text has black color on #63634E background.


White color preview on #63634E background

This text has white color on #63634E background.


Related colors

Complementary color

Complementary color for #hex is #9C9CB1.


I love getcolorcode.com