COLOR #663D53

HEX: #663D53
RGB: (102,61,83)

Color info

#663D53 contains red, green and blue colors in about the same proportion. Web safe color of #663D53 is #663366 (or #636).

RGB color model

#663D53 color RGB value is (102,61,83).

  • red value is 102;
  • green value is 61;
  • blue value is 83.
RGB:
(102,61,83)
(40%,24%,33%)

RGB channels and saturation

R 102 of 255 = 40%
G 61 of 255 = 24%
B 83 of 255 = 33%

102
61
83

R + G + B ~ 32%. #663D53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 61 + 83 = 246 (100%)
R 102 of 246 ~ 41.46%
G 61 of 246 ~ 24.8%
B 83 of 246 ~ 33.74%

%41.46
%24.8
%33.74

CMYK color model

#663D53 color CMYK value is (0,40,19,60).

  • cyan value is 0.00%
  • magenta value is 40.20%
  • yellow value is 18.63%
  • key color value is 60.00%
CMYK:
(0,40,19,60)
C0M40Y19K60 
(0%,40%,19%,60%)
(0.00/0.40/0.19/0.60)	

CMYK percentages

%0
%40.2
%18.63
%60

Codes

Color #663D53 in popluar color models

663D53
RGB1026183
HSL328°25.15%31.96%
HSB/HSV328°40.20%40.00%
CMYK0.00%40.20%18.63%
60.00%

Color #663D53 in popluar number systems.

HEX663D53
Decimal1026183
Binary11001101111011010011
Octal14675123

Shades and tints

Shades of #663D53

#663D53
(102,61,83)
#5D384C
(93,56,76)
#543345
(84,51,69)
#4B2E3E
(75,46,62)
#422937
(66,41,55)
#392430
(57,36,48)
#301F29
(48,31,41)
#271A22
(39,26,34)
#1E151B
(30,21,27)
#151014
(21,16,20)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #663D53

#663D53
(102,61,83)
#734E62
(115,78,98)
#805F71
(128,95,113)
#8D7080
(141,112,128)
#9A818F
(154,129,143)
#A7929E
(167,146,158)
#B4A3AD
(180,163,173)
#C1B4BC
(193,180,188)
#CEC5CB
(206,197,203)
#DBD6DA
(219,214,218)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663D53 color. Also use rgb(102,61,83) instead hex code.

Text Font Color

.myTextColor { color: #663D53; }

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

This text font color is #663D53.


Background Color

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

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

This div background color is #663D53.


Border color

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

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

This div border color is #663D53.


Opacity

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

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

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

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

This text has shadow with #663D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663D53 on black background.


Color preview on white background

This text has color #663D53 on white background.



Black color preview on #663D53 background

This text has black color on #663D53 background.


White color preview on #663D53 background

This text has white color on #663D53 background.