COLOR #63661E

HEX: #63661E RGB: (99,102,30)

Color info

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

RGB color model

#63661E color RGB value is (99,102,30).

RGB: (99,102,30) (39%, 40%, 12%)

RGB channels and saturation

R 99 of 255 = 39%
G 102 of 255 = 40%
B 30 of 255 = 12%

99
102
30

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

Portions of RGB colors in percentages

R + G + B = 99 + 102 + 30 = 231 (100%)
R 99 of 231 ~ 42.86%
G 102 of 231 ~ 44.16%
B 30 of 231 ~ 12.99'%

%42.86
%44.16
%12.99

CMYK color model

#63661E color CMYK value is (3,0,71,60).

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

CMYK: (3,0,71,60)
C3M0Y71K60 (3%, 0%, 71%, 60%)
(0.03 / 0.00 / 0.71 / 0.60)

CMYK percentages

%2.94
%0
%70.59
%60

Codes

Color #63661E in popluar color models

63 66 1E
RGB 99 102 30
HSL 63° 54.55% 25.88%
HSB/HSV 63° 70.59% 40.00%
CMYK 2.94% 0.00% 70.59%
60.00%

Color #63661E in popluar number systems.

HEX 63 66 1E
Decimal 99 102 30
Binary 1100011 1100110 11110
Octal 143 146 36

Shades and tints

Shades of #63661E

#63661E
(99,102,30)
#5A5D1C
(90,93,28)
#51541A
(81,84,26)
#484B18
(72,75,24)
#3F4216
(63,66,22)
#363914
(54,57,20)
#2D3012
(45,48,18)
#242710
(36,39,16)
#1B1E0E
(27,30,14)
#12150C
(18,21,12)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #63661E

#63661E
(99,102,30)
#717332
(113,115,50)
#7F8046
(127,128,70)
#8D8D5A
(141,141,90)
#9B9A6E
(155,154,110)
#A9A782
(169,167,130)
#B7B496
(183,180,150)
#C5C1AA
(197,193,170)
#D3CEBE
(211,206,190)
#E1DBD2
(225,219,210)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63661E; }

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

This text font color is #63661E.

Background Color

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

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

This div background color is #63661E.

Border color

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

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

This div border color is #63661E.

Opacity

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

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

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

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

This text has shadow with #63661E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63661E.

Preview

Color preview on black background

This text has color #63661E on black background.


Color preview on white background

This text has color #63661E on white background.


Black color preview on #63661E background

This text has black color on #63661E background.


White color preview on #63661E background

This text has white color on #63661E background.


Related colors

Complementary color

Complementary color for #hex is #9C99E1.


I love getcolorcode.com

Triadic colors

1 #1E6366 and #661E63 with #63661E are triadic colors.

2 #1E6663 and #66631E with #63661E are triadic colors.