COLOR #63631C

HEX: #63631C RGB: (99,99,28)

Color info

#63631C contains mainly red and green colors. Web safe color of #63631C is #666633 (or #663).

RGB color model

#63631C color RGB value is (99,99,28).

RGB: (99,99,28) (39%, 39%, 11%)

RGB channels and saturation

R 99 of 255 = 39%
G 99 of 255 = 39%
B 28 of 255 = 11%

99
99
28

R + G + B ~ 30%. #63631C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 99 + 28 = 226 (100%)
R 99 of 226 ~ 43.81%
G 99 of 226 ~ 43.81%
B 28 of 226 ~ 12.39'%

%43.81
%43.81
%12.39

CMYK color model

#63631C color CMYK value is (0,0,72,61).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 71.72%
  • key color value is 61.18%

CMYK: (0,0,72,61)
C0M0Y72K61 (0%, 0%, 72%, 61%)
(0.00 / 0.00 / 0.72 / 0.61)

CMYK percentages

%0
%0
%71.72
%61.18

Codes

Color #63631C in popluar color models

63 63 1C
RGB 99 99 28
HSL 60° 55.91% 24.90%
HSB/HSV 60° 71.72% 38.82%
CMYK 0.00% 0.00% 71.72%
61.18%

Color #63631C in popluar number systems.

HEX 63 63 1C
Decimal 99 99 28
Binary 1100011 1100011 11100
Octal 143 143 34

Shades and tints

Shades of #63631C

#63631C
(99,99,28)
#5A5A1A
(90,90,26)
#515118
(81,81,24)
#484816
(72,72,22)
#3F3F14
(63,63,20)
#363612
(54,54,18)
#2D2D10
(45,45,16)
#24240E
(36,36,14)
#1B1B0C
(27,27,12)
#12120A
(18,18,10)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #63631C

#63631C
(99,99,28)
#717130
(113,113,48)
#7F7F44
(127,127,68)
#8D8D58
(141,141,88)
#9B9B6C
(155,155,108)
#A9A980
(169,169,128)
#B7B794
(183,183,148)
#C5C5A8
(197,197,168)
#D3D3BC
(211,211,188)
#E1E1D0
(225,225,208)
#EFEFE4
(239,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63631C; }

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

This text font color is #63631C.

Background Color

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

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

This div background color is #63631C.

Border color

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

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

This div border color is #63631C.

Opacity

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

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

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

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

This text has shadow with #63631C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63631C.

Preview

Color preview on black background

This text has color #63631C on black background.


Color preview on white background

This text has color #63631C on white background.


Black color preview on #63631C background

This text has black color on #63631C background.


White color preview on #63631C background

This text has white color on #63631C background.


Related colors

Complementary color

Complementary color for #hex is #9C9CE3.


I love getcolorcode.com