COLOR #63676E

HEX: #63676E
RGB: (99,103,110)

Color info

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

RGB color model

#63676E color RGB value is (99,103,110).

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

RGB channels and saturation

R 99 of 255 = 39%
G 103 of 255 = 40%
B 110 of 255 = 43%

99
103
110

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

Portions of RGB colors in percentages

R + G + B =
99 + 103 + 110 = 312 (100%)
R 99 of 312 ~ 31.73%
G 103 of 312 ~ 33.01%
B 110 of 312 ~ 35.26%

%31.73
%33.01
%35.26

CMYK color model

#63676E color CMYK value is (10,6,0,57).

  • cyan value is 10.00%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(10,6,0,57)
C10M6Y0K57 
(10%,6%,0%,57%)
(0.10/0.06/0.00/0.57)	

CMYK percentages

%10
%6.36
%0
%56.86

Codes

Color #63676E in popluar color models

63676E
RGB99103110
HSL218°5.26%40.98%
HSB/HSV218°10.00%43.14%
CMYK10.00%6.36%0.00%
56.86%

Color #63676E in popluar number systems.

HEX63676E
Decimal99103110
Binary110001111001111101110
Octal143147156

Shades and tints

Shades of #63676E

#63676E
(99,103,110)
#5A5E64
(90,94,100)
#51555A
(81,85,90)
#484C50
(72,76,80)
#3F4346
(63,67,70)
#363A3C
(54,58,60)
#2D3132
(45,49,50)
#242828
(36,40,40)
#1B1F1E
(27,31,30)
#121614
(18,22,20)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #63676E

#63676E
(99,103,110)
#71747B
(113,116,123)
#7F8188
(127,129,136)
#8D8E95
(141,142,149)
#9B9BA2
(155,155,162)
#A9A8AF
(169,168,175)
#B7B5BC
(183,181,188)
#C5C2C9
(197,194,201)
#D3CFD6
(211,207,214)
#E1DCE3
(225,220,227)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63676E; }

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

This text font color is #63676E.


Background Color

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

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

This div background color is #63676E.


Border color

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

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

This div border color is #63676E.


Opacity

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

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

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

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

This text has shadow with #63676E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63676E on black background.


Color preview on white background

This text has color #63676E on white background.



Black color preview on #63676E background

This text has black color on #63676E background.


White color preview on #63676E background

This text has white color on #63676E background.