COLOR #63787A

HEX: #63787A
RGB: (99,120,122)

Color info

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

RGB color model

#63787A color RGB value is (99,120,122).

  • red value is 99;
  • green value is 120;
  • blue value is 122.
RGB:
(99,120,122)
(39%,47%,48%)

RGB channels and saturation

R 99 of 255 = 39%
G 120 of 255 = 47%
B 122 of 255 = 48%

99
120
122

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

Portions of RGB colors in percentages

R + G + B =
99 + 120 + 122 = 341 (100%)
R 99 of 341 ~ 29.03%
G 120 of 341 ~ 35.19%
B 122 of 341 ~ 35.78%

%29.03
%35.19
%35.78

CMYK color model

#63787A color CMYK value is (19,2,0,52).

  • cyan value is 18.85%
  • magenta value is 1.64%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(19,2,0,52)
C19M2Y0K52 
(19%,2%,0%,52%)
(0.19/0.02/0.00/0.52)	

CMYK percentages

%18.85
%1.64
%0
%52.16

Codes

Color #63787A in popluar color models

63787A
RGB99120122
HSL185°10.41%43.33%
HSB/HSV185°18.85%47.84%
CMYK18.85%1.64%0.00%
52.16%

Color #63787A in popluar number systems.

HEX63787A
Decimal99120122
Binary110001111110001111010
Octal143170172

Shades and tints

Shades of #63787A

#63787A
(99,120,122)
#5A6E6F
(90,110,111)
#516464
(81,100,100)
#485A59
(72,90,89)
#3F504E
(63,80,78)
#364643
(54,70,67)
#2D3C38
(45,60,56)
#24322D
(36,50,45)
#1B2822
(27,40,34)
#121E17
(18,30,23)
#09140C
(9,20,12)
#000000
(0,0,0)

Tints of #63787A

#63787A
(99,120,122)
#718486
(113,132,134)
#7F9092
(127,144,146)
#8D9C9E
(141,156,158)
#9BA8AA
(155,168,170)
#A9B4B6
(169,180,182)
#B7C0C2
(183,192,194)
#C5CCCE
(197,204,206)
#D3D8DA
(211,216,218)
#E1E4E6
(225,228,230)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63787A color. Also use rgb(99,120,122) instead hex code.

Text Font Color

.myTextColor { color: #63787A; }

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

This text font color is #63787A.


Background Color

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

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

This div background color is #63787A.


Border color

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

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

This div border color is #63787A.


Opacity

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

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

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

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

This text has shadow with #63787A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63787A on black background.


Color preview on white background

This text has color #63787A on white background.



Black color preview on #63787A background

This text has black color on #63787A background.


White color preview on #63787A background

This text has white color on #63787A background.