COLOR #663E2E

HEX: #663E2E
RGB: (102,62,46)

Color info

#663E2E contains red, green and blue colors in about the same proportion. Web safe color of #663E2E is #663333 (or #633).

RGB color model

#663E2E color RGB value is (102,62,46).

  • red value is 102;
  • green value is 62;
  • blue value is 46.
RGB:
(102,62,46)
(40%,24%,18%)

RGB channels and saturation

R 102 of 255 = 40%
G 62 of 255 = 24%
B 46 of 255 = 18%

102
62
46

R + G + B ~ 27%. #663E2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 62 + 46 = 210 (100%)
R 102 of 210 ~ 48.57%
G 62 of 210 ~ 29.52%
B 46 of 210 ~ 21.9%

%48.57
%29.52
%21.9

CMYK color model

#663E2E color CMYK value is (0,39,55,60).

  • cyan value is 0.00%
  • magenta value is 39.22%
  • yellow value is 54.90%
  • key color value is 60.00%
CMYK:
(0,39,55,60)
C0M39Y55K60 
(0%,39%,55%,60%)
(0.00/0.39/0.55/0.60)	

CMYK percentages

%0
%39.22
%54.9
%60

Codes

Color #663E2E in popluar color models

663E2E
RGB1026246
HSL17°37.84%29.02%
HSB/HSV17°54.90%40.00%
CMYK0.00%39.22%54.90%
60.00%

Color #663E2E in popluar number systems.

HEX663E2E
Decimal1026246
Binary1100110111110101110
Octal1467656

Shades and tints

Shades of #663E2E

#663E2E
(102,62,46)
#5D392A
(93,57,42)
#543426
(84,52,38)
#4B2F22
(75,47,34)
#422A1E
(66,42,30)
#39251A
(57,37,26)
#302016
(48,32,22)
#271B12
(39,27,18)
#1E160E
(30,22,14)
#15110A
(21,17,10)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #663E2E

#663E2E
(102,62,46)
#734F41
(115,79,65)
#806054
(128,96,84)
#8D7167
(141,113,103)
#9A827A
(154,130,122)
#A7938D
(167,147,141)
#B4A4A0
(180,164,160)
#C1B5B3
(193,181,179)
#CEC6C6
(206,198,198)
#DBD7D9
(219,215,217)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663E2E color. Also use rgb(102,62,46) instead hex code.

Text Font Color

.myTextColor { color: #663E2E; }

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

This text font color is #663E2E.


Background Color

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

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

This div background color is #663E2E.


Border color

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

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

This div border color is #663E2E.


Opacity

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

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

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

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

This text has shadow with #663E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663E2E on black background.


Color preview on white background

This text has color #663E2E on white background.



Black color preview on #663E2E background

This text has black color on #663E2E background.


White color preview on #663E2E background

This text has white color on #663E2E background.