COLOR #63633F

HEX: #63633F RGB: (99,99,63)

Color info

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

RGB color model

#63633F color RGB value is (99,99,63).

RGB: (99,99,63) (39%, 39%, 25%)

RGB channels and saturation

R 99 of 255 = 39%
G 99 of 255 = 39%
B 63 of 255 = 25%

99
99
63

R + G + B ~ 34%. #63633F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 99 + 63 = 261 (100%)
R 99 of 261 ~ 37.93%
G 99 of 261 ~ 37.93%
B 63 of 261 ~ 24.14'%

%37.93
%37.93
%24.14

CMYK color model

#63633F color CMYK value is (0,0,36,61).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 61.18%
CMYK: (0,0,36,61) C0M0Y36K61 (0%,0%,36%,61%) (0.00/0.00/0.36/0.61) 

CMYK percentages

%0
%0
%36.36
%61.18

Codes

Color #63633F in popluar color models

63 63 3F
RGB 99 99 63
HSL 60° 22.22% 31.76%
HSB/HSV 60° 36.36% 38.82%
CMYK 0.00% 0.00% 36.36%
61.18%

Color #63633F in popluar number systems.

HEX 63 63 3F
Decimal 99 99 63
Binary 1100011 1100011 111111
Octal 143 143 77

Shades and tints

Shades of #63633F

#63633F
(99,99,63)
#5A5A3A
(90,90,58)
#515135
(81,81,53)
#484830
(72,72,48)
#3F3F2B
(63,63,43)
#363626
(54,54,38)
#2D2D21
(45,45,33)
#24241C
(36,36,28)
#1B1B17
(27,27,23)
#121212
(18,18,18)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #63633F

#63633F
(99,99,63)
#717150
(113,113,80)
#7F7F61
(127,127,97)
#8D8D72
(141,141,114)
#9B9B83
(155,155,131)
#A9A994
(169,169,148)
#B7B7A5
(183,183,165)
#C5C5B6
(197,197,182)
#D3D3C7
(211,211,199)
#E1E1D8
(225,225,216)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63633F; }

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

This text font color is #63633F.

Background Color

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

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

This div background color is #63633F.

Border color

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

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

This div border color is #63633F.

Opacity

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

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

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

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

This text has shadow with #63633F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63633F.

Preview

Color preview on black background

This text has color #63633F on black background.


Color preview on white background

This text has color #63633F on white background.


Black color preview on #63633F background

This text has black color on #63633F background.


White color preview on #63633F background

This text has white color on #63633F background.


Related colors

Complementary color

Complementary color for #hex is #9C9CC0.


I love getcolorcode.com