COLOR #63958C

HEX: #63958C
RGB: (99,149,140)

Color info

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

RGB color model

#63958C color RGB value is (99,149,140).

  • red value is 99;
  • green value is 149;
  • blue value is 140.
RGB:
(99,149,140)
(39%,58%,55%)

RGB channels and saturation

R 99 of 255 = 39%
G 149 of 255 = 58%
B 140 of 255 = 55%

99
149
140

R + G + B ~ 51%. #63958C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 149 + 140 = 388 (100%)
R 99 of 388 ~ 25.52%
G 149 of 388 ~ 38.4%
B 140 of 388 ~ 36.08%

%25.52
%38.4
%36.08

CMYK color model

#63958C color CMYK value is (34,0,6,42).

  • cyan value is 33.56%
  • magenta value is 0.00%
  • yellow value is 6.04%
  • key color value is 41.57%
CMYK:
(34,0,6,42)
C34M0Y6K42 
(34%,0%,6%,42%)
(0.34/0.00/0.06/0.42)	

CMYK percentages

%33.56
%0
%6.04
%41.57

Codes

Color #63958C in popluar color models

63958C
RGB99149140
HSL169°20.16%48.63%
HSB/HSV169°33.56%58.43%
CMYK33.56%0.00%6.04%
41.57%

Color #63958C in popluar number systems.

HEX63958C
Decimal99149140
Binary11000111001010110001100
Octal143225214

Shades and tints

Shades of #63958C

#63958C
(99,149,140)
#5A8880
(90,136,128)
#517B74
(81,123,116)
#486E68
(72,110,104)
#3F615C
(63,97,92)
#365450
(54,84,80)
#2D4744
(45,71,68)
#243A38
(36,58,56)
#1B2D2C
(27,45,44)
#122020
(18,32,32)
#091314
(9,19,20)
#000000
(0,0,0)

Tints of #63958C

#63958C
(99,149,140)
#719E96
(113,158,150)
#7FA7A0
(127,167,160)
#8DB0AA
(141,176,170)
#9BB9B4
(155,185,180)
#A9C2BE
(169,194,190)
#B7CBC8
(183,203,200)
#C5D4D2
(197,212,210)
#D3DDDC
(211,221,220)
#E1E6E6
(225,230,230)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63958C color. Also use rgb(99,149,140) instead hex code.

Text Font Color

.myTextColor { color: #63958C; }

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

This text font color is #63958C.


Background Color

.myBgColor { background-color: #63958C; }

<div style="background-color:#63958C">Inner text</div>

This div background color is #63958C.


Border color

.myBorderColor { border: 1px solid #63958C; }

<div style="border:3px solid #63958C">Div</div>

This div border color is #63958C.


Opacity

.myOpacity80 { color: #63958C; opacity: 0.8; }

<p style="color:#63958C;opacity:0.8;">80%</p>

Text with #63958C 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 #63958C;}

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

This text has shadow with #63958C color.

.textShadow {text-shadow: 3px 3px 1px #63958C, 3px 3px 1px red;}

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

This text has shadow with #63958C primary color and red secondary color.


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

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

This text has shadow with #63958C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63958C on black background.


Color preview on white background

This text has color #63958C on white background.



Black color preview on #63958C background

This text has black color on #63958C background.


White color preview on #63958C background

This text has white color on #63958C background.