COLOR #63686E

HEX: #63686E
RGB: (99,104,110)

Color info

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

RGB color model

#63686E color RGB value is (99,104,110).

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

RGB channels and saturation

R 99 of 255 = 39%
G 104 of 255 = 41%
B 110 of 255 = 43%

99
104
110

R + G + B ~ 41%. #63686E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 104 + 110 = 313 (100%)
R 99 of 313 ~ 31.63%
G 104 of 313 ~ 33.23%
B 110 of 313 ~ 35.14%

%31.63
%33.23
%35.14

CMYK color model

#63686E color CMYK value is (10,5,0,57).

  • cyan value is 10.00%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(10,5,0,57)
C10M5Y0K57 
(10%,5%,0%,57%)
(0.10/0.05/0.00/0.57)	

CMYK percentages

%10
%5.45
%0
%56.86

Codes

Color #63686E in popluar color models

63686E
RGB99104110
HSL213°5.26%40.98%
HSB/HSV213°10.00%43.14%
CMYK10.00%5.45%0.00%
56.86%

Color #63686E in popluar number systems.

HEX63686E
Decimal99104110
Binary110001111010001101110
Octal143150156

Shades and tints

Shades of #63686E

#63686E
(99,104,110)
#5A5F64
(90,95,100)
#51565A
(81,86,90)
#484D50
(72,77,80)
#3F4446
(63,68,70)
#363B3C
(54,59,60)
#2D3232
(45,50,50)
#242928
(36,41,40)
#1B201E
(27,32,30)
#121714
(18,23,20)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #63686E

#63686E
(99,104,110)
#71757B
(113,117,123)
#7F8288
(127,130,136)
#8D8F95
(141,143,149)
#9B9CA2
(155,156,162)
#A9A9AF
(169,169,175)
#B7B6BC
(183,182,188)
#C5C3C9
(197,195,201)
#D3D0D6
(211,208,214)
#E1DDE3
(225,221,227)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63686E; }

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

This text font color is #63686E.


Background Color

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

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

This div background color is #63686E.


Border color

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

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

This div border color is #63686E.


Opacity

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

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

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

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

This text has shadow with #63686E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63686E on black background.


Color preview on white background

This text has color #63686E on white background.



Black color preview on #63686E background

This text has black color on #63686E background.


White color preview on #63686E background

This text has white color on #63686E background.