COLOR #663A16

HEX: #663A16
RGB: (102,58,22)

Color info

#663A16 contains mainly red and green colors. Web safe color of #663A16 is #663300 (or #630).

RGB color model

#663A16 color RGB value is (102,58,22).

  • red value is 102;
  • green value is 58;
  • blue value is 22.
RGB:
(102,58,22)
(40%,23%,9%)

RGB channels and saturation

R 102 of 255 = 40%
G 58 of 255 = 23%
B 22 of 255 = 9%

102
58
22

R + G + B ~ 24%. #663A16 is dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 58 + 22 = 182 (100%)
R 102 of 182 ~ 56.04%
G 58 of 182 ~ 31.87%
B 22 of 182 ~ 12.09%

%56.04
%31.87
%12.09

CMYK color model

#663A16 color CMYK value is (0,43,78,60).

  • cyan value is 0.00%
  • magenta value is 43.14%
  • yellow value is 78.43%
  • key color value is 60.00%
CMYK:
(0,43,78,60)
C0M43Y78K60 
(0%,43%,78%,60%)
(0.00/0.43/0.78/0.60)	

CMYK percentages

%0
%43.14
%78.43
%60

Codes

Color #663A16 in popluar color models

663A16
RGB1025822
HSL27°64.52%24.31%
HSB/HSV27°78.43%40.00%
CMYK0.00%43.14%78.43%
60.00%

Color #663A16 in popluar number systems.

HEX663A16
Decimal1025822
Binary110011011101010110
Octal1467226

Shades and tints

Shades of #663A16

#663A16
(102,58,22)
#5D3514
(93,53,20)
#543012
(84,48,18)
#4B2B10
(75,43,16)
#42260E
(66,38,14)
#39210C
(57,33,12)
#301C0A
(48,28,10)
#271708
(39,23,8)
#1E1206
(30,18,6)
#150D04
(21,13,4)
#0C0802
(12,8,2)
#000000
(0,0,0)

Tints of #663A16

#663A16
(102,58,22)
#734B2B
(115,75,43)
#805C40
(128,92,64)
#8D6D55
(141,109,85)
#9A7E6A
(154,126,106)
#A78F7F
(167,143,127)
#B4A094
(180,160,148)
#C1B1A9
(193,177,169)
#CEC2BE
(206,194,190)
#DBD3D3
(219,211,211)
#E8E4E8
(232,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663A16 color. Also use rgb(102,58,22) instead hex code.

Text Font Color

.myTextColor { color: #663A16; }

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

This text font color is #663A16.


Background Color

.myBgColor { background-color: #663A16; }

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

This div background color is #663A16.


Border color

.myBorderColor { border: 1px solid #663A16; }

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

This div border color is #663A16.


Opacity

.myOpacity80 { color: #663A16; opacity: 0.8; }

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

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

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

This text has shadow with #663A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663A16 on black background.


Color preview on white background

This text has color #663A16 on white background.



Black color preview on #663A16 background

This text has black color on #663A16 background.


White color preview on #663A16 background

This text has white color on #663A16 background.