COLOR #63738B

HEX: #63738B
RGB: (99,115,139)

Color info

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

RGB color model

#63738B color RGB value is (99,115,139).

  • red value is 99;
  • green value is 115;
  • blue value is 139.
RGB:
(99,115,139)
(39%,45%,55%)

RGB channels and saturation

R 99 of 255 = 39%
G 115 of 255 = 45%
B 139 of 255 = 55%

99
115
139

R + G + B ~ 46%. #63738B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 115 + 139 = 353 (100%)
R 99 of 353 ~ 28.05%
G 115 of 353 ~ 32.58%
B 139 of 353 ~ 39.38%

%28.05
%32.58
%39.38

CMYK color model

#63738B color CMYK value is (29,17,0,45).

  • cyan value is 28.78%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(29,17,0,45)
C29M17Y0K45 
(29%,17%,0%,45%)
(0.29/0.17/0.00/0.45)	

CMYK percentages

%28.78
%17.27
%0
%45.49

Codes

Color #63738B in popluar color models

63738B
RGB99115139
HSL216°16.81%46.67%
HSB/HSV216°28.78%54.51%
CMYK28.78%17.27%0.00%
45.49%

Color #63738B in popluar number systems.

HEX63738B
Decimal99115139
Binary1100011111001110001011
Octal143163213

Shades and tints

Shades of #63738B

#63738B
(99,115,139)
#5A697F
(90,105,127)
#515F73
(81,95,115)
#485567
(72,85,103)
#3F4B5B
(63,75,91)
#36414F
(54,65,79)
#2D3743
(45,55,67)
#242D37
(36,45,55)
#1B232B
(27,35,43)
#12191F
(18,25,31)
#090F13
(9,15,19)
#000000
(0,0,0)

Tints of #63738B

#63738B
(99,115,139)
#717F95
(113,127,149)
#7F8B9F
(127,139,159)
#8D97A9
(141,151,169)
#9BA3B3
(155,163,179)
#A9AFBD
(169,175,189)
#B7BBC7
(183,187,199)
#C5C7D1
(197,199,209)
#D3D3DB
(211,211,219)
#E1DFE5
(225,223,229)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63738B color. Also use rgb(99,115,139) instead hex code.

Text Font Color

.myTextColor { color: #63738B; }

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

This text font color is #63738B.


Background Color

.myBgColor { background-color: #63738B; }

<div style="background-color:#63738B">Inner text</div>

This div background color is #63738B.


Border color

.myBorderColor { border: 1px solid #63738B; }

<div style="border:3px solid #63738B">Div</div>

This div border color is #63738B.


Opacity

.myOpacity80 { color: #63738B; opacity: 0.8; }

<p style="color:#63738B;opacity:0.8;">80%</p>

Text with #63738B 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 #63738B;}

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

This text has shadow with #63738B color.

.textShadow {text-shadow: 3px 3px 1px #63738B, 3px 3px 1px red;}

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

This text has shadow with #63738B primary color and red secondary color.


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

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

This text has shadow with #63738B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63738B on black background.


Color preview on white background

This text has color #63738B on white background.



Black color preview on #63738B background

This text has black color on #63738B background.


White color preview on #63738B background

This text has white color on #63738B background.