COLOR #63767D

HEX: #63767D
RGB: (99,118,125)

Color info

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

RGB color model

#63767D color RGB value is (99,118,125).

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

RGB channels and saturation

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

99
118
125

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

Portions of RGB colors in percentages

R + G + B =
99 + 118 + 125 = 342 (100%)
R 99 of 342 ~ 28.95%
G 118 of 342 ~ 34.5%
B 125 of 342 ~ 36.55%

%28.95
%34.5
%36.55

CMYK color model

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

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

CMYK percentages

%20.8
%5.6
%0
%50.98

Codes

Color #63767D in popluar color models

63767D
RGB99118125
HSL196°11.61%43.92%
HSB/HSV196°20.80%49.02%
CMYK20.80%5.60%0.00%
50.98%

Color #63767D in popluar number systems.

HEX63767D
Decimal99118125
Binary110001111101101111101
Octal143166175

Shades and tints

Shades of #63767D

#63767D
(99,118,125)
#5A6C72
(90,108,114)
#516267
(81,98,103)
#48585C
(72,88,92)
#3F4E51
(63,78,81)
#364446
(54,68,70)
#2D3A3B
(45,58,59)
#243030
(36,48,48)
#1B2625
(27,38,37)
#121C1A
(18,28,26)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #63767D

#63767D
(99,118,125)
#718288
(113,130,136)
#7F8E93
(127,142,147)
#8D9A9E
(141,154,158)
#9BA6A9
(155,166,169)
#A9B2B4
(169,178,180)
#B7BEBF
(183,190,191)
#C5CACA
(197,202,202)
#D3D6D5
(211,214,213)
#E1E2E0
(225,226,224)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63767D; }

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

This text font color is #63767D.


Background Color

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

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

This div background color is #63767D.


Border color

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

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

This div border color is #63767D.


Opacity

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

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

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

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

This text has shadow with #63767D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63767D on black background.


Color preview on white background

This text has color #63767D on white background.



Black color preview on #63767D background

This text has black color on #63767D background.


White color preview on #63767D background

This text has white color on #63767D background.