COLOR #63839A

HEX: #63839A
RGB: (99,131,154)

Color info

#63839A contains red, green and blue colors in about the same proportion. Web safe color of #63839A is #669999 (or #699).

RGB color model

#63839A color RGB value is (99,131,154).

  • red value is 99;
  • green value is 131;
  • blue value is 154.
RGB:
(99,131,154)
(39%,51%,60%)

RGB channels and saturation

R 99 of 255 = 39%
G 131 of 255 = 51%
B 154 of 255 = 60%

99
131
154

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

Portions of RGB colors in percentages

R + G + B =
99 + 131 + 154 = 384 (100%)
R 99 of 384 ~ 25.78%
G 131 of 384 ~ 34.11%
B 154 of 384 ~ 40.1%

%25.78
%34.11
%40.1

CMYK color model

#63839A color CMYK value is (36,15,0,40).

  • cyan value is 35.71%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(36,15,0,40)
C36M15Y0K40 
(36%,15%,0%,40%)
(0.36/0.15/0.00/0.40)	

CMYK percentages

%35.71
%14.94
%0
%39.61

Codes

Color #63839A in popluar color models

63839A
RGB99131154
HSL205°21.74%49.61%
HSB/HSV205°35.71%60.39%
CMYK35.71%14.94%0.00%
39.61%

Color #63839A in popluar number systems.

HEX63839A
Decimal99131154
Binary11000111000001110011010
Octal143203232

Shades and tints

Shades of #63839A

#63839A
(99,131,154)
#5A788C
(90,120,140)
#516D7E
(81,109,126)
#486270
(72,98,112)
#3F5762
(63,87,98)
#364C54
(54,76,84)
#2D4146
(45,65,70)
#243638
(36,54,56)
#1B2B2A
(27,43,42)
#12201C
(18,32,28)
#09150E
(9,21,14)
#000000
(0,0,0)

Tints of #63839A

#63839A
(99,131,154)
#718EA3
(113,142,163)
#7F99AC
(127,153,172)
#8DA4B5
(141,164,181)
#9BAFBE
(155,175,190)
#A9BAC7
(169,186,199)
#B7C5D0
(183,197,208)
#C5D0D9
(197,208,217)
#D3DBE2
(211,219,226)
#E1E6EB
(225,230,235)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63839A color. Also use rgb(99,131,154) instead hex code.

Text Font Color

.myTextColor { color: #63839A; }

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

This text font color is #63839A.


Background Color

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

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

This div background color is #63839A.


Border color

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

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

This div border color is #63839A.


Opacity

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

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

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

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

This text has shadow with #63839A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63839A on black background.


Color preview on white background

This text has color #63839A on white background.



Black color preview on #63839A background

This text has black color on #63839A background.


White color preview on #63839A background

This text has white color on #63839A background.