COLOR #63709F

HEX: #63709F
RGB: (99,112,159)

Color info

#63709F contains mainly green and blue colors. Web safe color of #63709F is #666699 (or #669).

RGB color model

#63709F color RGB value is (99,112,159).

  • red value is 99;
  • green value is 112;
  • blue value is 159.
RGB:
(99,112,159)
(39%,44%,62%)

RGB channels and saturation

R 99 of 255 = 39%
G 112 of 255 = 44%
B 159 of 255 = 62%

99
112
159

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

Portions of RGB colors in percentages

R + G + B =
99 + 112 + 159 = 370 (100%)
R 99 of 370 ~ 26.76%
G 112 of 370 ~ 30.27%
B 159 of 370 ~ 42.97%

%26.76
%30.27
%42.97

CMYK color model

#63709F color CMYK value is (38,30,0,38).

  • cyan value is 37.74%
  • magenta value is 29.56%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(38,30,0,38)
C38M30Y0K38 
(38%,30%,0%,38%)
(0.38/0.30/0.00/0.38)	

CMYK percentages

%37.74
%29.56
%0
%37.65

Codes

Color #63709F in popluar color models

63709F
RGB99112159
HSL227°23.81%50.59%
HSB/HSV227°37.74%62.35%
CMYK37.74%29.56%0.00%
37.65%

Color #63709F in popluar number systems.

HEX63709F
Decimal99112159
Binary1100011111000010011111
Octal143160237

Shades and tints

Shades of #63709F

#63709F
(99,112,159)
#5A6691
(90,102,145)
#515C83
(81,92,131)
#485275
(72,82,117)
#3F4867
(63,72,103)
#363E59
(54,62,89)
#2D344B
(45,52,75)
#242A3D
(36,42,61)
#1B202F
(27,32,47)
#121621
(18,22,33)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #63709F

#63709F
(99,112,159)
#717DA7
(113,125,167)
#7F8AAF
(127,138,175)
#8D97B7
(141,151,183)
#9BA4BF
(155,164,191)
#A9B1C7
(169,177,199)
#B7BECF
(183,190,207)
#C5CBD7
(197,203,215)
#D3D8DF
(211,216,223)
#E1E5E7
(225,229,231)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63709F color. Also use rgb(99,112,159) instead hex code.

Text Font Color

.myTextColor { color: #63709F; }

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

This text font color is #63709F.


Background Color

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

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

This div background color is #63709F.


Border color

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

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

This div border color is #63709F.


Opacity

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

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

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

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

This text has shadow with #63709F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63709F on black background.


Color preview on white background

This text has color #63709F on white background.



Black color preview on #63709F background

This text has black color on #63709F background.


White color preview on #63709F background

This text has white color on #63709F background.