COLOR #63767E

HEX: #63767E
RGB: (99,118,126)

Color info

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

RGB color model

#63767E color RGB value is (99,118,126).

  • red value is 99;
  • green value is 118;
  • blue value is 126.
RGB:
(99,118,126)
(39%,46%,49%)

RGB channels and saturation

R 99 of 255 = 39%
G 118 of 255 = 46%
B 126 of 255 = 49%

99
118
126

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

Portions of RGB colors in percentages

R + G + B =
99 + 118 + 126 = 343 (100%)
R 99 of 343 ~ 28.86%
G 118 of 343 ~ 34.4%
B 126 of 343 ~ 36.73%

%28.86
%34.4
%36.73

CMYK color model

#63767E color CMYK value is (21,6,0,51).

  • cyan value is 21.43%
  • magenta value is 6.35%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(21,6,0,51)
C21M6Y0K51 
(21%,6%,0%,51%)
(0.21/0.06/0.00/0.51)	

CMYK percentages

%21.43
%6.35
%0
%50.59

Codes

Color #63767E in popluar color models

63767E
RGB99118126
HSL198°12.00%44.12%
HSB/HSV198°21.43%49.41%
CMYK21.43%6.35%0.00%
50.59%

Color #63767E in popluar number systems.

HEX63767E
Decimal99118126
Binary110001111101101111110
Octal143166176

Shades and tints

Shades of #63767E

#63767E
(99,118,126)
#5A6C73
(90,108,115)
#516268
(81,98,104)
#48585D
(72,88,93)
#3F4E52
(63,78,82)
#364447
(54,68,71)
#2D3A3C
(45,58,60)
#243031
(36,48,49)
#1B2626
(27,38,38)
#121C1B
(18,28,27)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #63767E

#63767E
(99,118,126)
#718289
(113,130,137)
#7F8E94
(127,142,148)
#8D9A9F
(141,154,159)
#9BA6AA
(155,166,170)
#A9B2B5
(169,178,181)
#B7BEC0
(183,190,192)
#C5CACB
(197,202,203)
#D3D6D6
(211,214,214)
#E1E2E1
(225,226,225)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63767E color. Also use rgb(99,118,126) instead hex code.

Text Font Color

.myTextColor { color: #63767E; }

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

This text font color is #63767E.


Background Color

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

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

This div background color is #63767E.


Border color

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

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

This div border color is #63767E.


Opacity

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

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

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

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

This text has shadow with #63767E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63767E on black background.


Color preview on white background

This text has color #63767E on white background.



Black color preview on #63767E background

This text has black color on #63767E background.


White color preview on #63767E background

This text has white color on #63767E background.