COLOR #663436

HEX: #663436
RGB: (102,52,54)

Color info

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

RGB color model

#663436 color RGB value is (102,52,54).

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

RGB channels and saturation

R 102 of 255 = 40%
G 52 of 255 = 20%
B 54 of 255 = 21%

102
52
54

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

Portions of RGB colors in percentages

R + G + B =
102 + 52 + 54 = 208 (100%)
R 102 of 208 ~ 49.04%
G 52 of 208 ~ 25%
B 54 of 208 ~ 25.96%

%49.04
%25
%25.96

CMYK color model

#663436 color CMYK value is (0,49,47,60).

  • cyan value is 0.00%
  • magenta value is 49.02%
  • yellow value is 47.06%
  • key color value is 60.00%
CMYK:
(0,49,47,60)
C0M49Y47K60 
(0%,49%,47%,60%)
(0.00/0.49/0.47/0.60)	

CMYK percentages

%0
%49.02
%47.06
%60

Codes

Color #663436 in popluar color models

663436
RGB1025254
HSL358°32.47%30.20%
HSB/HSV358°49.02%40.00%
CMYK0.00%49.02%47.06%
60.00%

Color #663436 in popluar number systems.

HEX663436
Decimal1025254
Binary1100110110100110110
Octal1466466

Shades and tints

Shades of #663436

#663436
(102,52,54)
#5D3032
(93,48,50)
#542C2E
(84,44,46)
#4B282A
(75,40,42)
#422426
(66,36,38)
#392022
(57,32,34)
#301C1E
(48,28,30)
#27181A
(39,24,26)
#1E1416
(30,20,22)
#151012
(21,16,18)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #663436

#663436
(102,52,54)
#734648
(115,70,72)
#80585A
(128,88,90)
#8D6A6C
(141,106,108)
#9A7C7E
(154,124,126)
#A78E90
(167,142,144)
#B4A0A2
(180,160,162)
#C1B2B4
(193,178,180)
#CEC4C6
(206,196,198)
#DBD6D8
(219,214,216)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663436; }

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

This text font color is #663436.


Background Color

.myBgColor { background-color: #663436; }

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

This div background color is #663436.


Border color

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

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

This div border color is #663436.


Opacity

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

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

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

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

This text has shadow with #663436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663436 on black background.


Color preview on white background

This text has color #663436 on white background.



Black color preview on #663436 background

This text has black color on #663436 background.


White color preview on #663436 background

This text has white color on #663436 background.