COLOR #663727

HEX: #663727
RGB: (102,55,39)

Color info

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

RGB color model

#663727 color RGB value is (102,55,39).

  • red value is 102;
  • green value is 55;
  • blue value is 39.
RGB:
(102,55,39)
(40%,22%,15%)

RGB channels and saturation

R 102 of 255 = 40%
G 55 of 255 = 22%
B 39 of 255 = 15%

102
55
39

R + G + B ~ 26%. #663727 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 55 + 39 = 196 (100%)
R 102 of 196 ~ 52.04%
G 55 of 196 ~ 28.06%
B 39 of 196 ~ 19.9%

%52.04
%28.06
%19.9

CMYK color model

#663727 color CMYK value is (0,46,62,60).

  • cyan value is 0.00%
  • magenta value is 46.08%
  • yellow value is 61.76%
  • key color value is 60.00%
CMYK:
(0,46,62,60)
C0M46Y62K60 
(0%,46%,62%,60%)
(0.00/0.46/0.62/0.60)	

CMYK percentages

%0
%46.08
%61.76
%60

Codes

Color #663727 in popluar color models

663727
RGB1025539
HSL15°44.68%27.65%
HSB/HSV15°61.76%40.00%
CMYK0.00%46.08%61.76%
60.00%

Color #663727 in popluar number systems.

HEX663727
Decimal1025539
Binary1100110110111100111
Octal1466747

Shades and tints

Shades of #663727

#663727
(102,55,39)
#5D3224
(93,50,36)
#542D21
(84,45,33)
#4B281E
(75,40,30)
#42231B
(66,35,27)
#391E18
(57,30,24)
#301915
(48,25,21)
#271412
(39,20,18)
#1E0F0F
(30,15,15)
#150A0C
(21,10,12)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #663727

#663727
(102,55,39)
#73493A
(115,73,58)
#805B4D
(128,91,77)
#8D6D60
(141,109,96)
#9A7F73
(154,127,115)
#A79186
(167,145,134)
#B4A399
(180,163,153)
#C1B5AC
(193,181,172)
#CEC7BF
(206,199,191)
#DBD9D2
(219,217,210)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663727 color. Also use rgb(102,55,39) instead hex code.

Text Font Color

.myTextColor { color: #663727; }

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

This text font color is #663727.


Background Color

.myBgColor { background-color: #663727; }

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

This div background color is #663727.


Border color

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

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

This div border color is #663727.


Opacity

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

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

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

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

This text has shadow with #663727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663727 on black background.


Color preview on white background

This text has color #663727 on white background.



Black color preview on #663727 background

This text has black color on #663727 background.


White color preview on #663727 background

This text has white color on #663727 background.