COLOR #63685E

HEX: #63685E
RGB: (99,104,94)

Color info

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

RGB color model

#63685E color RGB value is (99,104,94).

  • red value is 99;
  • green value is 104;
  • blue value is 94.
RGB:
(99,104,94)
(39%,41%,37%)

RGB channels and saturation

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

99
104
94

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

Portions of RGB colors in percentages

R + G + B =
99 + 104 + 94 = 297 (100%)
R 99 of 297 ~ 33.33%
G 104 of 297 ~ 35.02%
B 94 of 297 ~ 31.65%

%33.33
%35.02
%31.65

CMYK color model

#63685E color CMYK value is (5,0,10,59).

  • cyan value is 4.81%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 59.22%
CMYK:
(5,0,10,59)
C5M0Y10K59 
(5%,0%,10%,59%)
(0.05/0.00/0.10/0.59)	

CMYK percentages

%4.81
%0
%9.62
%59.22

Codes

Color #63685E in popluar color models

63685E
RGB9910494
HSL90°5.05%38.82%
HSB/HSV90°9.62%40.78%
CMYK4.81%0.00%9.62%
59.22%

Color #63685E in popluar number systems.

HEX63685E
Decimal9910494
Binary110001111010001011110
Octal143150136

Shades and tints

Shades of #63685E

#63685E
(99,104,94)
#5A5F56
(90,95,86)
#51564E
(81,86,78)
#484D46
(72,77,70)
#3F443E
(63,68,62)
#363B36
(54,59,54)
#2D322E
(45,50,46)
#242926
(36,41,38)
#1B201E
(27,32,30)
#121716
(18,23,22)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #63685E

#63685E
(99,104,94)
#71756C
(113,117,108)
#7F827A
(127,130,122)
#8D8F88
(141,143,136)
#9B9C96
(155,156,150)
#A9A9A4
(169,169,164)
#B7B6B2
(183,182,178)
#C5C3C0
(197,195,192)
#D3D0CE
(211,208,206)
#E1DDDC
(225,221,220)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63685E; }

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

This text font color is #63685E.


Background Color

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

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

This div background color is #63685E.


Border color

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

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

This div border color is #63685E.


Opacity

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

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

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

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

This text has shadow with #63685E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63685E on black background.


Color preview on white background

This text has color #63685E on white background.



Black color preview on #63685E background

This text has black color on #63685E background.


White color preview on #63685E background

This text has white color on #63685E background.