COLOR #63665D

HEX: #63665D RGB: (99,102,93)

Color info

#63665D contains red, green and blue colors in about the same proportion. Web safe color of #63665D is #666666 (or #666).

RGB color model

#63665D color RGB value is (99,102,93).

RGB: (99,102,93) (39%, 40%, 36%)

RGB channels and saturation

R 99 of 255 = 39%
G 102 of 255 = 40%
B 93 of 255 = 36%

99
102
93

R + G + B ~ 38%. #63665D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 102 + 93 = 294 (100%)
R 99 of 294 ~ 33.67%
G 102 of 294 ~ 34.69%
B 93 of 294 ~ 31.63'%

%33.67
%34.69
%31.63

CMYK color model

#63665D color CMYK value is (3,0,9,60).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 60.00%

CMYK: (3,0,9,60)
C3M0Y9K60 (3%, 0%, 9%, 60%)
(0.03 / 0.00 / 0.09 / 0.60)

CMYK percentages

%2.94
%0
%8.82
%60

Codes

Color #63665D in popluar color models

63 66 5D
RGB 99 102 93
HSL 80° 4.62% 38.24%
HSB/HSV 80° 8.82% 40.00%
CMYK 2.94% 0.00% 8.82%
60.00%

Color #63665D in popluar number systems.

HEX 63 66 5D
Decimal 99 102 93
Binary 1100011 1100110 1011101
Octal 143 146 135

Shades and tints

Shades of #63665D

#63665D
(99,102,93)
#5A5D55
(90,93,85)
#51544D
(81,84,77)
#484B45
(72,75,69)
#3F423D
(63,66,61)
#363935
(54,57,53)
#2D302D
(45,48,45)
#242725
(36,39,37)
#1B1E1D
(27,30,29)
#121515
(18,21,21)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #63665D

#63665D
(99,102,93)
#71736B
(113,115,107)
#7F8079
(127,128,121)
#8D8D87
(141,141,135)
#9B9A95
(155,154,149)
#A9A7A3
(169,167,163)
#B7B4B1
(183,180,177)
#C5C1BF
(197,193,191)
#D3CECD
(211,206,205)
#E1DBDB
(225,219,219)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63665D color. Also use rgb(99,102,93) instead hex code.

Text Font Color

.myTextColor { color: #63665D; }

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

This text font color is #63665D.

Background Color

.myBgColor { background-color: #63665D; }

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

This div background color is #63665D.

Border color

.myBorderColor { border: 1px solid #63665D; }

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

This div border color is #63665D.

Opacity

.myOpacity80 { color: #63665D; opacity: 0.8; }

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

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

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

This text has shadow with #63665D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63665D.

Preview

Color preview on black background

This text has color #63665D on black background.


Color preview on white background

This text has color #63665D on white background.


Black color preview on #63665D background

This text has black color on #63665D background.


White color preview on #63665D background

This text has white color on #63665D background.


Related colors

Complementary color

Complementary color for #hex is #9C99A2.


I love getcolorcode.com

Triadic colors

1 #5D6366 and #665D63 with #63665D are triadic colors.

2 #5D6663 and #66635D with #63665D are triadic colors.