COLOR #663129

HEX: #663129 RGB: (102,49,41)

Color info

#663129 contains mainly red and green colors. Web safe color of #663129 is #663333 (or #633).

RGB color model

#663129 color RGB value is (102,49,41).

RGB: (102,49,41) (40%, 19%, 16%)

RGB channels and saturation

R 102 of 255 = 40%
G 49 of 255 = 19%
B 41 of 255 = 16%

102
49
41

R + G + B ~ 25%. #663129 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 49 + 41 = 192 (100%)
R 102 of 192 ~ 53.13%
G 49 of 192 ~ 25.52%
B 41 of 192 ~ 21.35'%

%53.13
%25.52
%21.35

CMYK color model

#663129 color CMYK value is (0,52,60,60).

  • cyan value is 0.00%
  • magenta value is 51.96%
  • yellow value is 59.80%
  • key color value is 60.00%

CMYK: (0,52,60,60)
C0M52Y60K60 (0%, 52%, 60%, 60%)
(0.00 / 0.52 / 0.60 / 0.60)

CMYK percentages

%0
%51.96
%59.8
%60

Codes

Color #663129 in popluar color models

66 31 29
RGB 102 49 41
HSL 42.66% 28.04%
HSB/HSV 59.80% 40.00%
CMYK 0.00% 51.96% 59.80%
60.00%

Color #663129 in popluar number systems.

HEX 66 31 29
Decimal 102 49 41
Binary 1100110 110001 101001
Octal 146 61 51

Shades and tints

Shades of #663129

#663129
(102,49,41)
#5D2D26
(93,45,38)
#542923
(84,41,35)
#4B2520
(75,37,32)
#42211D
(66,33,29)
#391D1A
(57,29,26)
#301917
(48,25,23)
#271514
(39,21,20)
#1E1111
(30,17,17)
#150D0E
(21,13,14)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #663129

#663129
(102,49,41)
#73433C
(115,67,60)
#80554F
(128,85,79)
#8D6762
(141,103,98)
#9A7975
(154,121,117)
#A78B88
(167,139,136)
#B49D9B
(180,157,155)
#C1AFAE
(193,175,174)
#CEC1C1
(206,193,193)
#DBD3D4
(219,211,212)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663129 color. Also use rgb(102,49,41) instead hex code.

Text Font Color

.myTextColor { color: #663129; }

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

This text font color is #663129.

Background Color

.myBgColor { background-color: #663129; }

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

This div background color is #663129.

Border color

.myBorderColor { border: 1px solid #663129; }

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

This div border color is #663129.

Opacity

.myOpacity80 { color: #663129; opacity: 0.8; }

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

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

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

This text has shadow with #663129 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #663129.

Preview

Color preview on black background

This text has color #663129 on black background.


Color preview on white background

This text has color #663129 on white background.


Black color preview on #663129 background

This text has black color on #663129 background.


White color preview on #663129 background

This text has white color on #663129 background.


Related colors

Complementary color

Complementary color for #hex is #99CED6.


I love getcolorcode.com

Triadic colors

1 #296631 and #312966 with #663129 are triadic colors.

2 #293166 and #316629 with #663129 are triadic colors.