COLOR #63676A

HEX: #63676A
RGB: (99,103,106)

Color info

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

RGB color model

#63676A color RGB value is (99,103,106).

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

RGB channels and saturation

R 99 of 255 = 39%
G 103 of 255 = 40%
B 106 of 255 = 42%

99
103
106

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

Portions of RGB colors in percentages

R + G + B =
99 + 103 + 106 = 308 (100%)
R 99 of 308 ~ 32.14%
G 103 of 308 ~ 33.44%
B 106 of 308 ~ 34.42%

%32.14
%33.44
%34.42

CMYK color model

#63676A color CMYK value is (7,3,0,58).

  • cyan value is 6.60%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(7,3,0,58)
C7M3Y0K58 
(7%,3%,0%,58%)
(0.07/0.03/0.00/0.58)	

CMYK percentages

%6.6
%2.83
%0
%58.43

Codes

Color #63676A in popluar color models

63676A
RGB99103106
HSL206°3.41%40.20%
HSB/HSV206°6.60%41.57%
CMYK6.60%2.83%0.00%
58.43%

Color #63676A in popluar number systems.

HEX63676A
Decimal99103106
Binary110001111001111101010
Octal143147152

Shades and tints

Shades of #63676A

#63676A
(99,103,106)
#5A5E61
(90,94,97)
#515558
(81,85,88)
#484C4F
(72,76,79)
#3F4346
(63,67,70)
#363A3D
(54,58,61)
#2D3134
(45,49,52)
#24282B
(36,40,43)
#1B1F22
(27,31,34)
#121619
(18,22,25)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #63676A

#63676A
(99,103,106)
#717477
(113,116,119)
#7F8184
(127,129,132)
#8D8E91
(141,142,145)
#9B9B9E
(155,155,158)
#A9A8AB
(169,168,171)
#B7B5B8
(183,181,184)
#C5C2C5
(197,194,197)
#D3CFD2
(211,207,210)
#E1DCDF
(225,220,223)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63676A; }

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

This text font color is #63676A.


Background Color

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

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

This div background color is #63676A.


Border color

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

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

This div border color is #63676A.


Opacity

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

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

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

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

This text has shadow with #63676A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63676A on black background.


Color preview on white background

This text has color #63676A on white background.



Black color preview on #63676A background

This text has black color on #63676A background.


White color preview on #63676A background

This text has white color on #63676A background.