COLOR #663136

HEX: #663136
RGB: (102,49,54)

Color info

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

RGB color model

#663136 color RGB value is (102,49,54).

  • red value is 102;
  • green value is 49;
  • blue value is 54.
RGB:
(102,49,54)
(40%,19%,21%)

RGB channels and saturation

R 102 of 255 = 40%
G 49 of 255 = 19%
B 54 of 255 = 21%

102
49
54

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

Portions of RGB colors in percentages

R + G + B =
102 + 49 + 54 = 205 (100%)
R 102 of 205 ~ 49.76%
G 49 of 205 ~ 23.9%
B 54 of 205 ~ 26.34%

%49.76
%23.9
%26.34

CMYK color model

#663136 color CMYK value is (0,52,47,60).

  • cyan value is 0.00%
  • magenta value is 51.96%
  • yellow value is 47.06%
  • key color value is 60.00%
CMYK:
(0,52,47,60)
C0M52Y47K60 
(0%,52%,47%,60%)
(0.00/0.52/0.47/0.60)	

CMYK percentages

%0
%51.96
%47.06
%60

Codes

Color #663136 in popluar color models

663136
RGB1024954
HSL354°35.10%29.61%
HSB/HSV354°51.96%40.00%
CMYK0.00%51.96%47.06%
60.00%

Color #663136 in popluar number systems.

HEX663136
Decimal1024954
Binary1100110110001110110
Octal1466166

Shades and tints

Shades of #663136

#663136
(102,49,54)
#5D2D32
(93,45,50)
#54292E
(84,41,46)
#4B252A
(75,37,42)
#422126
(66,33,38)
#391D22
(57,29,34)
#30191E
(48,25,30)
#27151A
(39,21,26)
#1E1116
(30,17,22)
#150D12
(21,13,18)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #663136

#663136
(102,49,54)
#734348
(115,67,72)
#80555A
(128,85,90)
#8D676C
(141,103,108)
#9A797E
(154,121,126)
#A78B90
(167,139,144)
#B49DA2
(180,157,162)
#C1AFB4
(193,175,180)
#CEC1C6
(206,193,198)
#DBD3D8
(219,211,216)
#E8E5EA
(232,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663136 color. Also use rgb(102,49,54) instead hex code.

Text Font Color

.myTextColor { color: #663136; }

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

This text font color is #663136.


Background Color

.myBgColor { background-color: #663136; }

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

This div background color is #663136.


Border color

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

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

This div border color is #663136.


Opacity

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

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

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

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

This text has shadow with #663136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663136 on black background.


Color preview on white background

This text has color #663136 on white background.



Black color preview on #663136 background

This text has black color on #663136 background.


White color preview on #663136 background

This text has white color on #663136 background.