COLOR #63661C

HEX: #63661C RGB: (99,102,28)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
102
28

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

Portions of RGB colors in percentages

R + G + B = 99 + 102 + 28 = 229 (100%)
R 99 of 229 ~ 43.23%
G 102 of 229 ~ 44.54%
B 28 of 229 ~ 12.23'%

%43.23
%44.54
%12.23

CMYK color model

#63661C color CMYK value is (3,0,73,60).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 72.55%
  • key color value is 60.00%

CMYK: (3,0,73,60)
C3M0Y73K60 (3%, 0%, 73%, 60%)
(0.03 / 0.00 / 0.73 / 0.60)

CMYK percentages

%2.94
%0
%72.55
%60

Codes

Color #63661C in popluar color models

63 66 1C
RGB 99 102 28
HSL 62° 56.92% 25.49%
HSB/HSV 62° 72.55% 40.00%
CMYK 2.94% 0.00% 72.55%
60.00%

Color #63661C in popluar number systems.

HEX 63 66 1C
Decimal 99 102 28
Binary 1100011 1100110 11100
Octal 143 146 34

Shades and tints

Shades of #63661C

#63661C
(99,102,28)
#5A5D1A
(90,93,26)
#515418
(81,84,24)
#484B16
(72,75,22)
#3F4214
(63,66,20)
#363912
(54,57,18)
#2D3010
(45,48,16)
#24270E
(36,39,14)
#1B1E0C
(27,30,12)
#12150A
(18,21,10)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #63661C

#63661C
(99,102,28)
#717330
(113,115,48)
#7F8044
(127,128,68)
#8D8D58
(141,141,88)
#9B9A6C
(155,154,108)
#A9A780
(169,167,128)
#B7B494
(183,180,148)
#C5C1A8
(197,193,168)
#D3CEBC
(211,206,188)
#E1DBD0
(225,219,208)
#EFE8E4
(239,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63661C; }

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

This text font color is #63661C.

Background Color

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

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

This div background color is #63661C.

Border color

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

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

This div border color is #63661C.

Opacity

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

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

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

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

This text has shadow with #63661C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63661C.

Preview

Color preview on black background

This text has color #63661C on black background.


Color preview on white background

This text has color #63661C on white background.


Black color preview on #63661C background

This text has black color on #63661C background.


White color preview on #63661C background

This text has white color on #63661C background.


Related colors

Complementary color

Complementary color for #hex is #9C99E3.


I love getcolorcode.com

Triadic colors

1 #1C6366 and #661C63 with #63661C are triadic colors.

2 #1C6663 and #66631C with #63661C are triadic colors.