COLOR #663626

HEX: #663626
RGB: (102,54,38)

Color info

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

RGB color model

#663626 color RGB value is (102,54,38).

  • red value is 102;
  • green value is 54;
  • blue value is 38.
RGB:
(102,54,38)
(40%,21%,15%)

RGB channels and saturation

R 102 of 255 = 40%
G 54 of 255 = 21%
B 38 of 255 = 15%

102
54
38

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

Portions of RGB colors in percentages

R + G + B =
102 + 54 + 38 = 194 (100%)
R 102 of 194 ~ 52.58%
G 54 of 194 ~ 27.84%
B 38 of 194 ~ 19.59%

%52.58
%27.84
%19.59

CMYK color model

#663626 color CMYK value is (0,47,63,60).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 62.75%
  • key color value is 60.00%
CMYK:
(0,47,63,60)
C0M47Y63K60 
(0%,47%,63%,60%)
(0.00/0.47/0.63/0.60)	

CMYK percentages

%0
%47.06
%62.75
%60

Codes

Color #663626 in popluar color models

663626
RGB1025438
HSL15°45.71%27.45%
HSB/HSV15°62.75%40.00%
CMYK0.00%47.06%62.75%
60.00%

Color #663626 in popluar number systems.

HEX663626
Decimal1025438
Binary1100110110110100110
Octal1466646

Shades and tints

Shades of #663626

#663626
(102,54,38)
#5D3223
(93,50,35)
#542E20
(84,46,32)
#4B2A1D
(75,42,29)
#42261A
(66,38,26)
#392217
(57,34,23)
#301E14
(48,30,20)
#271A11
(39,26,17)
#1E160E
(30,22,14)
#15120B
(21,18,11)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #663626

#663626
(102,54,38)
#734839
(115,72,57)
#805A4C
(128,90,76)
#8D6C5F
(141,108,95)
#9A7E72
(154,126,114)
#A79085
(167,144,133)
#B4A298
(180,162,152)
#C1B4AB
(193,180,171)
#CEC6BE
(206,198,190)
#DBD8D1
(219,216,209)
#E8EAE4
(232,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663626 color. Also use rgb(102,54,38) instead hex code.

Text Font Color

.myTextColor { color: #663626; }

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

This text font color is #663626.


Background Color

.myBgColor { background-color: #663626; }

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

This div background color is #663626.


Border color

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

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

This div border color is #663626.


Opacity

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

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

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

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

This text has shadow with #663626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663626 on black background.


Color preview on white background

This text has color #663626 on white background.



Black color preview on #663626 background

This text has black color on #663626 background.


White color preview on #663626 background

This text has white color on #663626 background.