COLOR #63798E

HEX: #63798E
RGB: (99,121,142)

Color info

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

RGB color model

#63798E color RGB value is (99,121,142).

  • red value is 99;
  • green value is 121;
  • blue value is 142.
RGB:
(99,121,142)
(39%,47%,56%)

RGB channels and saturation

R 99 of 255 = 39%
G 121 of 255 = 47%
B 142 of 255 = 56%

99
121
142

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

Portions of RGB colors in percentages

R + G + B =
99 + 121 + 142 = 362 (100%)
R 99 of 362 ~ 27.35%
G 121 of 362 ~ 33.43%
B 142 of 362 ~ 39.23%

%27.35
%33.43
%39.23

CMYK color model

#63798E color CMYK value is (30,15,0,44).

  • cyan value is 30.28%
  • magenta value is 14.79%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(30,15,0,44)
C30M15Y0K44 
(30%,15%,0%,44%)
(0.30/0.15/0.00/0.44)	

CMYK percentages

%30.28
%14.79
%0
%44.31

Codes

Color #63798E in popluar color models

63798E
RGB99121142
HSL209°17.84%47.25%
HSB/HSV209°30.28%55.69%
CMYK30.28%14.79%0.00%
44.31%

Color #63798E in popluar number systems.

HEX63798E
Decimal99121142
Binary1100011111100110001110
Octal143171216

Shades and tints

Shades of #63798E

#63798E
(99,121,142)
#5A6E82
(90,110,130)
#516376
(81,99,118)
#48586A
(72,88,106)
#3F4D5E
(63,77,94)
#364252
(54,66,82)
#2D3746
(45,55,70)
#242C3A
(36,44,58)
#1B212E
(27,33,46)
#121622
(18,22,34)
#090B16
(9,11,22)
#000000
(0,0,0)

Tints of #63798E

#63798E
(99,121,142)
#718598
(113,133,152)
#7F91A2
(127,145,162)
#8D9DAC
(141,157,172)
#9BA9B6
(155,169,182)
#A9B5C0
(169,181,192)
#B7C1CA
(183,193,202)
#C5CDD4
(197,205,212)
#D3D9DE
(211,217,222)
#E1E5E8
(225,229,232)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63798E color. Also use rgb(99,121,142) instead hex code.

Text Font Color

.myTextColor { color: #63798E; }

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

This text font color is #63798E.


Background Color

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

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

This div background color is #63798E.


Border color

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

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

This div border color is #63798E.


Opacity

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

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

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

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

This text has shadow with #63798E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63798E on black background.


Color preview on white background

This text has color #63798E on white background.



Black color preview on #63798E background

This text has black color on #63798E background.


White color preview on #63798E background

This text has white color on #63798E background.