COLOR #663146

HEX: #663146
RGB: (102,49,70)

Color info

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

RGB color model

#663146 color RGB value is (102,49,70).

  • red value is 102;
  • green value is 49;
  • blue value is 70.
RGB:
(102,49,70)
(40%,19%,27%)

RGB channels and saturation

R 102 of 255 = 40%
G 49 of 255 = 19%
B 70 of 255 = 27%

102
49
70

R + G + B ~ 29%. #663146 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 49 + 70 = 221 (100%)
R 102 of 221 ~ 46.15%
G 49 of 221 ~ 22.17%
B 70 of 221 ~ 31.67%

%46.15
%22.17
%31.67

CMYK color model

#663146 color CMYK value is (0,52,31,60).

  • cyan value is 0.00%
  • magenta value is 51.96%
  • yellow value is 31.37%
  • key color value is 60.00%
CMYK:
(0,52,31,60)
C0M52Y31K60 
(0%,52%,31%,60%)
(0.00/0.52/0.31/0.60)	

CMYK percentages

%0
%51.96
%31.37
%60

Codes

Color #663146 in popluar color models

663146
RGB1024970
HSL336°35.10%29.61%
HSB/HSV336°51.96%40.00%
CMYK0.00%51.96%31.37%
60.00%

Color #663146 in popluar number systems.

HEX663146
Decimal1024970
Binary11001101100011000110
Octal14661106

Shades and tints

Shades of #663146

#663146
(102,49,70)
#5D2D40
(93,45,64)
#54293A
(84,41,58)
#4B2534
(75,37,52)
#42212E
(66,33,46)
#391D28
(57,29,40)
#301922
(48,25,34)
#27151C
(39,21,28)
#1E1116
(30,17,22)
#150D10
(21,13,16)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #663146

#663146
(102,49,70)
#734356
(115,67,86)
#805566
(128,85,102)
#8D6776
(141,103,118)
#9A7986
(154,121,134)
#A78B96
(167,139,150)
#B49DA6
(180,157,166)
#C1AFB6
(193,175,182)
#CEC1C6
(206,193,198)
#DBD3D6
(219,211,214)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663146 color. Also use rgb(102,49,70) instead hex code.

Text Font Color

.myTextColor { color: #663146; }

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

This text font color is #663146.


Background Color

.myBgColor { background-color: #663146; }

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

This div background color is #663146.


Border color

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

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

This div border color is #663146.


Opacity

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

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

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

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

This text has shadow with #663146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663146 on black background.


Color preview on white background

This text has color #663146 on white background.



Black color preview on #663146 background

This text has black color on #663146 background.


White color preview on #663146 background

This text has white color on #663146 background.