COLOR #663E1D

HEX: #663E1D
RGB: (102,62,29)

Color info

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

RGB color model

#663E1D color RGB value is (102,62,29).

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

RGB channels and saturation

R 102 of 255 = 40%
G 62 of 255 = 24%
B 29 of 255 = 11%

102
62
29

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

Portions of RGB colors in percentages

R + G + B =
102 + 62 + 29 = 193 (100%)
R 102 of 193 ~ 52.85%
G 62 of 193 ~ 32.12%
B 29 of 193 ~ 15.03%

%52.85
%32.12
%15.03

CMYK color model

#663E1D color CMYK value is (0,39,72,60).

  • cyan value is 0.00%
  • magenta value is 39.22%
  • yellow value is 71.57%
  • key color value is 60.00%
CMYK:
(0,39,72,60)
C0M39Y72K60 
(0%,39%,72%,60%)
(0.00/0.39/0.72/0.60)	

CMYK percentages

%0
%39.22
%71.57
%60

Codes

Color #663E1D in popluar color models

663E1D
RGB1026229
HSL27°55.73%25.69%
HSB/HSV27°71.57%40.00%
CMYK0.00%39.22%71.57%
60.00%

Color #663E1D in popluar number systems.

HEX663E1D
Decimal1026229
Binary110011011111011101
Octal1467635

Shades and tints

Shades of #663E1D

#663E1D
(102,62,29)
#5D391B
(93,57,27)
#543419
(84,52,25)
#4B2F17
(75,47,23)
#422A15
(66,42,21)
#392513
(57,37,19)
#302011
(48,32,17)
#271B0F
(39,27,15)
#1E160D
(30,22,13)
#15110B
(21,17,11)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #663E1D

#663E1D
(102,62,29)
#734F31
(115,79,49)
#806045
(128,96,69)
#8D7159
(141,113,89)
#9A826D
(154,130,109)
#A79381
(167,147,129)
#B4A495
(180,164,149)
#C1B5A9
(193,181,169)
#CEC6BD
(206,198,189)
#DBD7D1
(219,215,209)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663E1D; }

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

This text font color is #663E1D.


Background Color

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

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

This div background color is #663E1D.


Border color

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

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

This div border color is #663E1D.


Opacity

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

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

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

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

This text has shadow with #663E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663E1D on black background.


Color preview on white background

This text has color #663E1D on white background.



Black color preview on #663E1D background

This text has black color on #663E1D background.


White color preview on #663E1D background

This text has white color on #663E1D background.