COLOR #63685F

HEX: #63685F RGB: (99,104,95)

Color info

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

RGB color model

#63685F color RGB value is (99,104,95).

RGB: (99,104,95) (39%, 41%, 37%)

RGB channels and saturation

R 99 of 255 = 39%
G 104 of 255 = 41%
B 95 of 255 = 37%

99
104
95

R + G + B ~ 39%. #63685F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 104 + 95 = 298 (100%)
R 99 of 298 ~ 33.22%
G 104 of 298 ~ 34.9%
B 95 of 298 ~ 31.88'%

%33.22
%34.9
%31.88

CMYK color model

#63685F color CMYK value is (5,0,9,59).

  • cyan value is 4.81%
  • magenta value is 0.00%
  • yellow value is 8.65%
  • key color value is 59.22%

CMYK: (5,0,9,59)
C5M0Y9K59 (5%, 0%, 9%, 59%)
(0.05 / 0.00 / 0.09 / 0.59)

CMYK percentages

%4.81
%0
%8.65
%59.22

Codes

Color #63685F in popluar color models

63 68 5F
RGB 99 104 95
HSL 93° 4.52% 39.02%
HSB/HSV 93° 8.65% 40.78%
CMYK 4.81% 0.00% 8.65%
59.22%

Color #63685F in popluar number systems.

HEX 63 68 5F
Decimal 99 104 95
Binary 1100011 1101000 1011111
Octal 143 150 137

Shades and tints

Shades of #63685F

#63685F
(99,104,95)
#5A5F57
(90,95,87)
#51564F
(81,86,79)
#484D47
(72,77,71)
#3F443F
(63,68,63)
#363B37
(54,59,55)
#2D322F
(45,50,47)
#242927
(36,41,39)
#1B201F
(27,32,31)
#121717
(18,23,23)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #63685F

#63685F
(99,104,95)
#71756D
(113,117,109)
#7F827B
(127,130,123)
#8D8F89
(141,143,137)
#9B9C97
(155,156,151)
#A9A9A5
(169,169,165)
#B7B6B3
(183,182,179)
#C5C3C1
(197,195,193)
#D3D0CF
(211,208,207)
#E1DDDD
(225,221,221)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63685F color. Also use rgb(99,104,95) instead hex code.

Text Font Color

.myTextColor { color: #63685F; }

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

This text font color is #63685F.

Background Color

.myBgColor { background-color: #63685F; }

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

This div background color is #63685F.

Border color

.myBorderColor { border: 1px solid #63685F; }

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

This div border color is #63685F.

Opacity

.myOpacity80 { color: #63685F; opacity: 0.8; }

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

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

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

This text has shadow with #63685F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63685F.

Preview

Color preview on black background

This text has color #63685F on black background.


Color preview on white background

This text has color #63685F on white background.


Black color preview on #63685F background

This text has black color on #63685F background.


White color preview on #63685F background

This text has white color on #63685F background.


Related colors

Complementary color

Complementary color for #hex is #9C97A0.


I love getcolorcode.com

Triadic colors

1 #5F6368 and #685F63 with #63685F are triadic colors.

2 #5F6863 and #68635F with #63685F are triadic colors.