COLOR #663953

HEX: #663953
RGB: (102,57,83)

Color info

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

RGB color model

#663953 color RGB value is (102,57,83).

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

RGB channels and saturation

R 102 of 255 = 40%
G 57 of 255 = 22%
B 83 of 255 = 33%

102
57
83

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

Portions of RGB colors in percentages

R + G + B =
102 + 57 + 83 = 242 (100%)
R 102 of 242 ~ 42.15%
G 57 of 242 ~ 23.55%
B 83 of 242 ~ 34.3%

%42.15
%23.55
%34.3

CMYK color model

#663953 color CMYK value is (0,44,19,60).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 18.63%
  • key color value is 60.00%
CMYK:
(0,44,19,60)
C0M44Y19K60 
(0%,44%,19%,60%)
(0.00/0.44/0.19/0.60)	

CMYK percentages

%0
%44.12
%18.63
%60

Codes

Color #663953 in popluar color models

663953
RGB1025783
HSL325°28.30%31.18%
HSB/HSV325°44.12%40.00%
CMYK0.00%44.12%18.63%
60.00%

Color #663953 in popluar number systems.

HEX663953
Decimal1025783
Binary11001101110011010011
Octal14671123

Shades and tints

Shades of #663953

#663953
(102,57,83)
#5D344C
(93,52,76)
#542F45
(84,47,69)
#4B2A3E
(75,42,62)
#422537
(66,37,55)
#392030
(57,32,48)
#301B29
(48,27,41)
#271622
(39,22,34)
#1E111B
(30,17,27)
#150C14
(21,12,20)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #663953

#663953
(102,57,83)
#734B62
(115,75,98)
#805D71
(128,93,113)
#8D6F80
(141,111,128)
#9A818F
(154,129,143)
#A7939E
(167,147,158)
#B4A5AD
(180,165,173)
#C1B7BC
(193,183,188)
#CEC9CB
(206,201,203)
#DBDBDA
(219,219,218)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663953; }

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

This text font color is #663953.


Background Color

.myBgColor { background-color: #663953; }

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

This div background color is #663953.


Border color

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

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

This div border color is #663953.


Opacity

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

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

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

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

This text has shadow with #663953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663953 on black background.


Color preview on white background

This text has color #663953 on white background.



Black color preview on #663953 background

This text has black color on #663953 background.


White color preview on #663953 background

This text has white color on #663953 background.