COLOR #663B3E

HEX: #663B3E
RGB: (102,59,62)

Color info

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

RGB color model

#663B3E color RGB value is (102,59,62).

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

RGB channels and saturation

R 102 of 255 = 40%
G 59 of 255 = 23%
B 62 of 255 = 24%

102
59
62

R + G + B ~ 29%. #663B3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 59 + 62 = 223 (100%)
R 102 of 223 ~ 45.74%
G 59 of 223 ~ 26.46%
B 62 of 223 ~ 27.8%

%45.74
%26.46
%27.8

CMYK color model

#663B3E color CMYK value is (0,42,39,60).

  • cyan value is 0.00%
  • magenta value is 42.16%
  • yellow value is 39.22%
  • key color value is 60.00%
CMYK:
(0,42,39,60)
C0M42Y39K60 
(0%,42%,39%,60%)
(0.00/0.42/0.39/0.60)	

CMYK percentages

%0
%42.16
%39.22
%60

Codes

Color #663B3E in popluar color models

663B3E
RGB1025962
HSL356°26.71%31.57%
HSB/HSV356°42.16%40.00%
CMYK0.00%42.16%39.22%
60.00%

Color #663B3E in popluar number systems.

HEX663B3E
Decimal1025962
Binary1100110111011111110
Octal1467376

Shades and tints

Shades of #663B3E

#663B3E
(102,59,62)
#5D3639
(93,54,57)
#543134
(84,49,52)
#4B2C2F
(75,44,47)
#42272A
(66,39,42)
#392225
(57,34,37)
#301D20
(48,29,32)
#27181B
(39,24,27)
#1E1316
(30,19,22)
#150E11
(21,14,17)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #663B3E

#663B3E
(102,59,62)
#734C4F
(115,76,79)
#805D60
(128,93,96)
#8D6E71
(141,110,113)
#9A7F82
(154,127,130)
#A79093
(167,144,147)
#B4A1A4
(180,161,164)
#C1B2B5
(193,178,181)
#CEC3C6
(206,195,198)
#DBD4D7
(219,212,215)
#E8E5E8
(232,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663B3E; }

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

This text font color is #663B3E.


Background Color

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

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

This div background color is #663B3E.


Border color

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

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

This div border color is #663B3E.


Opacity

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

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

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

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

This text has shadow with #663B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663B3E on black background.


Color preview on white background

This text has color #663B3E on white background.



Black color preview on #663B3E background

This text has black color on #663B3E background.


White color preview on #663B3E background

This text has white color on #663B3E background.