COLOR #63848F

HEX: #63848F
RGB: (99,132,143)

Color info

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

RGB color model

#63848F color RGB value is (99,132,143).

  • red value is 99;
  • green value is 132;
  • blue value is 143.
RGB:
(99,132,143)
(39%,52%,56%)

RGB channels and saturation

R 99 of 255 = 39%
G 132 of 255 = 52%
B 143 of 255 = 56%

99
132
143

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

Portions of RGB colors in percentages

R + G + B =
99 + 132 + 143 = 374 (100%)
R 99 of 374 ~ 26.47%
G 132 of 374 ~ 35.29%
B 143 of 374 ~ 38.24%

%26.47
%35.29
%38.24

CMYK color model

#63848F color CMYK value is (31,8,0,44).

  • cyan value is 30.77%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(31,8,0,44)
C31M8Y0K44 
(31%,8%,0%,44%)
(0.31/0.08/0.00/0.44)	

CMYK percentages

%30.77
%7.69
%0
%43.92

Codes

Color #63848F in popluar color models

63848F
RGB99132143
HSL195°18.18%47.45%
HSB/HSV195°30.77%56.08%
CMYK30.77%7.69%0.00%
43.92%

Color #63848F in popluar number systems.

HEX63848F
Decimal99132143
Binary11000111000010010001111
Octal143204217

Shades and tints

Shades of #63848F

#63848F
(99,132,143)
#5A7882
(90,120,130)
#516C75
(81,108,117)
#486068
(72,96,104)
#3F545B
(63,84,91)
#36484E
(54,72,78)
#2D3C41
(45,60,65)
#243034
(36,48,52)
#1B2427
(27,36,39)
#12181A
(18,24,26)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #63848F

#63848F
(99,132,143)
#718F99
(113,143,153)
#7F9AA3
(127,154,163)
#8DA5AD
(141,165,173)
#9BB0B7
(155,176,183)
#A9BBC1
(169,187,193)
#B7C6CB
(183,198,203)
#C5D1D5
(197,209,213)
#D3DCDF
(211,220,223)
#E1E7E9
(225,231,233)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63848F; }

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

This text font color is #63848F.


Background Color

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

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

This div background color is #63848F.


Border color

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

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

This div border color is #63848F.


Opacity

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

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

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

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

This text has shadow with #63848F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63848F on black background.


Color preview on white background

This text has color #63848F on white background.



Black color preview on #63848F background

This text has black color on #63848F background.


White color preview on #63848F background

This text has white color on #63848F background.