COLOR #663539

HEX: #663539
RGB: (102,53,57)

Color info

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

RGB color model

#663539 color RGB value is (102,53,57).

  • red value is 102;
  • green value is 53;
  • blue value is 57.
RGB:
(102,53,57)
(40%,21%,22%)

RGB channels and saturation

R 102 of 255 = 40%
G 53 of 255 = 21%
B 57 of 255 = 22%

102
53
57

R + G + B ~ 28%. #663539 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 53 + 57 = 212 (100%)
R 102 of 212 ~ 48.11%
G 53 of 212 ~ 25%
B 57 of 212 ~ 26.89%

%48.11
%25
%26.89

CMYK color model

#663539 color CMYK value is (0,48,44,60).

  • cyan value is 0.00%
  • magenta value is 48.04%
  • yellow value is 44.12%
  • key color value is 60.00%
CMYK:
(0,48,44,60)
C0M48Y44K60 
(0%,48%,44%,60%)
(0.00/0.48/0.44/0.60)	

CMYK percentages

%0
%48.04
%44.12
%60

Codes

Color #663539 in popluar color models

663539
RGB1025357
HSL355°31.61%30.39%
HSB/HSV355°48.04%40.00%
CMYK0.00%48.04%44.12%
60.00%

Color #663539 in popluar number systems.

HEX663539
Decimal1025357
Binary1100110110101111001
Octal1466571

Shades and tints

Shades of #663539

#663539
(102,53,57)
#5D3134
(93,49,52)
#542D2F
(84,45,47)
#4B292A
(75,41,42)
#422525
(66,37,37)
#392120
(57,33,32)
#301D1B
(48,29,27)
#271916
(39,25,22)
#1E1511
(30,21,17)
#15110C
(21,17,12)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #663539

#663539
(102,53,57)
#73474B
(115,71,75)
#80595D
(128,89,93)
#8D6B6F
(141,107,111)
#9A7D81
(154,125,129)
#A78F93
(167,143,147)
#B4A1A5
(180,161,165)
#C1B3B7
(193,179,183)
#CEC5C9
(206,197,201)
#DBD7DB
(219,215,219)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663539 color. Also use rgb(102,53,57) instead hex code.

Text Font Color

.myTextColor { color: #663539; }

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

This text font color is #663539.


Background Color

.myBgColor { background-color: #663539; }

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

This div background color is #663539.


Border color

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

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

This div border color is #663539.


Opacity

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

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

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

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

This text has shadow with #663539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663539 on black background.


Color preview on white background

This text has color #663539 on white background.



Black color preview on #663539 background

This text has black color on #663539 background.


White color preview on #663539 background

This text has white color on #663539 background.