COLOR #663251

HEX: #663251
RGB: (102,50,81)

Color info

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

RGB color model

#663251 color RGB value is (102,50,81).

  • red value is 102;
  • green value is 50;
  • blue value is 81.
RGB:
(102,50,81)
(40%,20%,32%)

RGB channels and saturation

R 102 of 255 = 40%
G 50 of 255 = 20%
B 81 of 255 = 32%

102
50
81

R + G + B ~ 31%. #663251 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 50 + 81 = 233 (100%)
R 102 of 233 ~ 43.78%
G 50 of 233 ~ 21.46%
B 81 of 233 ~ 34.76%

%43.78
%21.46
%34.76

CMYK color model

#663251 color CMYK value is (0,51,21,60).

  • cyan value is 0.00%
  • magenta value is 50.98%
  • yellow value is 20.59%
  • key color value is 60.00%
CMYK:
(0,51,21,60)
C0M51Y21K60 
(0%,51%,21%,60%)
(0.00/0.51/0.21/0.60)	

CMYK percentages

%0
%50.98
%20.59
%60

Codes

Color #663251 in popluar color models

663251
RGB1025081
HSL324°34.21%29.80%
HSB/HSV324°50.98%40.00%
CMYK0.00%50.98%20.59%
60.00%

Color #663251 in popluar number systems.

HEX663251
Decimal1025081
Binary11001101100101010001
Octal14662121

Shades and tints

Shades of #663251

#663251
(102,50,81)
#5D2E4A
(93,46,74)
#542A43
(84,42,67)
#4B263C
(75,38,60)
#422235
(66,34,53)
#391E2E
(57,30,46)
#301A27
(48,26,39)
#271620
(39,22,32)
#1E1219
(30,18,25)
#150E12
(21,14,18)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #663251

#663251
(102,50,81)
#734460
(115,68,96)
#80566F
(128,86,111)
#8D687E
(141,104,126)
#9A7A8D
(154,122,141)
#A78C9C
(167,140,156)
#B49EAB
(180,158,171)
#C1B0BA
(193,176,186)
#CEC2C9
(206,194,201)
#DBD4D8
(219,212,216)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663251 color. Also use rgb(102,50,81) instead hex code.

Text Font Color

.myTextColor { color: #663251; }

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

This text font color is #663251.


Background Color

.myBgColor { background-color: #663251; }

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

This div background color is #663251.


Border color

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

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

This div border color is #663251.


Opacity

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

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

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

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

This text has shadow with #663251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663251 on black background.


Color preview on white background

This text has color #663251 on white background.



Black color preview on #663251 background

This text has black color on #663251 background.


White color preview on #663251 background

This text has white color on #663251 background.