COLOR #63788F

HEX: #63788F RGB: (99,120,143)

Color info

#63788F contains red, green and blue colors in about the same proportion. Web safe color of #63788F is #666699 (or #669).

RGB color model

#63788F color RGB value is (99,120,143).

RGB: (99,120,143) (39%, 47%, 56%)

RGB channels and saturation

R 99 of 255 = 39%
G 120 of 255 = 47%
B 143 of 255 = 56%

99
120
143

R + G + B ~ 47%. #63788F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 120 + 143 = 362 (100%)
R 99 of 362 ~ 27.35%
G 120 of 362 ~ 33.15%
B 143 of 362 ~ 39.5'%

%27.35
%33.15
%39.5

CMYK color model

#63788F color CMYK value is (31,16,0,44).

  • cyan value is 30.77%
  • magenta value is 16.08%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (31,16,0,44)
C31M16Y0K44 (31%, 16%, 0%, 44%)
(0.31 / 0.16 / 0.00 / 0.44)

CMYK percentages

%30.77
%16.08
%0
%43.92

Codes

Color #63788F in popluar color models

63 78 8F
RGB 99 120 143
HSL 211° 18.18% 47.45%
HSB/HSV 211° 30.77% 56.08%
CMYK 30.77% 16.08% 0.00%
43.92%

Color #63788F in popluar number systems.

HEX 63 78 8F
Decimal 99 120 143
Binary 1100011 1111000 10001111
Octal 143 170 217

Shades and tints

Shades of #63788F

#63788F
(99,120,143)
#5A6E82
(90,110,130)
#516475
(81,100,117)
#485A68
(72,90,104)
#3F505B
(63,80,91)
#36464E
(54,70,78)
#2D3C41
(45,60,65)
#243234
(36,50,52)
#1B2827
(27,40,39)
#121E1A
(18,30,26)
#09140D
(9,20,13)
#000000
(0,0,0)

Tints of #63788F

#63788F
(99,120,143)
#718499
(113,132,153)
#7F90A3
(127,144,163)
#8D9CAD
(141,156,173)
#9BA8B7
(155,168,183)
#A9B4C1
(169,180,193)
#B7C0CB
(183,192,203)
#C5CCD5
(197,204,213)
#D3D8DF
(211,216,223)
#E1E4E9
(225,228,233)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63788F color. Also use rgb(99,120,143) instead hex code.

Text Font Color

.myTextColor { color: #63788F; }

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

This text font color is #63788F.

Background Color

.myBgColor { background-color: #63788F; }

<div style="background-color:#63788F">Inner text</div>

This div background color is #63788F.

Border color

.myBorderColor { border: 1px solid #63788F; }

<div style="border:3px solid #63788F">Div</div>

This div border color is #63788F.

Opacity

.myOpacity80 { color: #63788F; opacity: 0.8; }

<p style="color:#63788F;opacity:0.8;">80%</p>

Text with #63788F 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 #63788F;}

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

This text has shadow with #63788F color.


.textShadow {text-shadow: 3px 3px 1px #63788F', 3px 3px 1px red;}

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

This text has shadow with #63788F primary color and red secondary color.


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

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

This text has shadow with #63788F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63788F; -webkit-box-shadow: 1px 1px 3px 2px #63788F; box-shadow:1px 1px 3px 2px #63788F;">
Div content here
</div>

This div box has shadow with color #63788F.

Preview

Color preview on black background

This text has color #63788F on black background.


Color preview on white background

This text has color #63788F on white background.


Black color preview on #63788F background

This text has black color on #63788F background.


White color preview on #63788F background

This text has white color on #63788F background.


Related colors

Complementary color

Complementary color for #hex is #9C8770.


I love getcolorcode.com

Triadic colors

1 #8F6378 and #788F63 with #63788F are triadic colors.

2 #8F7863 and #78638F with #63788F are triadic colors.