COLOR #663E62

HEX: #663E62 RGB: (102,62,98)

Color info

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

RGB color model

#663E62 color RGB value is (102,62,98).

RGB: (102,62,98) (40%, 24%, 38%)

RGB channels and saturation

R 102 of 255 = 40%
G 62 of 255 = 24%
B 98 of 255 = 38%

102
62
98

R + G + B ~ 34%. #663E62 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 62 + 98 = 262 (100%)
R 102 of 262 ~ 38.93%
G 62 of 262 ~ 23.66%
B 98 of 262 ~ 37.4'%

%38.93
%23.66
%37.4

CMYK color model

#663E62 color CMYK value is (0,39,4,60).

  • cyan value is 0.00%
  • magenta value is 39.22%
  • yellow value is 3.92%
  • key color value is 60.00%

CMYK: (0,39,4,60)
C0M39Y4K60 (0%, 39%, 4%, 60%)
(0.00 / 0.39 / 0.04 / 0.60)

CMYK percentages

%0
%39.22
%3.92
%60

Codes

Color #663E62 in popluar color models

66 3E 62
RGB 102 62 98
HSL 306° 24.39% 32.16%
HSB/HSV 306° 39.22% 40.00%
CMYK 0.00% 39.22% 3.92%
60.00%

Color #663E62 in popluar number systems.

HEX 66 3E 62
Decimal 102 62 98
Binary 1100110 111110 1100010
Octal 146 76 142

Shades and tints

Shades of #663E62

#663E62
(102,62,98)
#5D395A
(93,57,90)
#543452
(84,52,82)
#4B2F4A
(75,47,74)
#422A42
(66,42,66)
#39253A
(57,37,58)
#302032
(48,32,50)
#271B2A
(39,27,42)
#1E1622
(30,22,34)
#15111A
(21,17,26)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #663E62

#663E62
(102,62,98)
#734F70
(115,79,112)
#80607E
(128,96,126)
#8D718C
(141,113,140)
#9A829A
(154,130,154)
#A793A8
(167,147,168)
#B4A4B6
(180,164,182)
#C1B5C4
(193,181,196)
#CEC6D2
(206,198,210)
#DBD7E0
(219,215,224)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663E62 color. Also use rgb(102,62,98) instead hex code.

Text Font Color

.myTextColor { color: #663E62; }

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

This text font color is #663E62.

Background Color

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

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

This div background color is #663E62.

Border color

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

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

This div border color is #663E62.

Opacity

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

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

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

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

This text has shadow with #663E62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #663E62.

Preview

Color preview on black background

This text has color #663E62 on black background.


Color preview on white background

This text has color #663E62 on white background.


Black color preview on #663E62 background

This text has black color on #663E62 background.


White color preview on #663E62 background

This text has white color on #663E62 background.


Related colors

Complementary color

Complementary color for #hex is #99C19D.


I love getcolorcode.com

Triadic colors

1 #62663E and #3E6266 with #663E62 are triadic colors.

2 #623E66 and #3E6662 with #663E62 are triadic colors.