COLOR #63968D

HEX: #63968D RGB: (99,150,141)

Color info

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

RGB color model

#63968D color RGB value is (99,150,141).

RGB: (99,150,141) (39%, 59%, 55%)

RGB channels and saturation

R 99 of 255 = 39%
G 150 of 255 = 59%
B 141 of 255 = 55%

99
150
141

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

Portions of RGB colors in percentages

R + G + B = 99 + 150 + 141 = 390 (100%)
R 99 of 390 ~ 25.38%
G 150 of 390 ~ 38.46%
B 141 of 390 ~ 36.15'%

%25.38
%38.46
%36.15

CMYK color model

#63968D color CMYK value is (34,0,6,41).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 41.18%

CMYK: (34,0,6,41)
C34M0Y6K41 (34%, 0%, 6%, 41%)
(0.34 / 0.00 / 0.06 / 0.41)

CMYK percentages

%34
%0
%6
%41.18

Codes

Color #63968D in popluar color models

63 96 8D
RGB 99 150 141
HSL 169° 20.48% 48.82%
HSB/HSV 169° 34.00% 58.82%
CMYK 34.00% 0.00% 6.00%
41.18%

Color #63968D in popluar number systems.

HEX 63 96 8D
Decimal 99 150 141
Binary 1100011 10010110 10001101
Octal 143 226 215

Shades and tints

Shades of #63968D

#63968D
(99,150,141)
#5A8981
(90,137,129)
#517C75
(81,124,117)
#486F69
(72,111,105)
#3F625D
(63,98,93)
#365551
(54,85,81)
#2D4845
(45,72,69)
#243B39
(36,59,57)
#1B2E2D
(27,46,45)
#122121
(18,33,33)
#091415
(9,20,21)
#000000
(0,0,0)

Tints of #63968D

#63968D
(99,150,141)
#719F97
(113,159,151)
#7FA8A1
(127,168,161)
#8DB1AB
(141,177,171)
#9BBAB5
(155,186,181)
#A9C3BF
(169,195,191)
#B7CCC9
(183,204,201)
#C5D5D3
(197,213,211)
#D3DEDD
(211,222,221)
#E1E7E7
(225,231,231)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63968D color. Also use rgb(99,150,141) instead hex code.

Text Font Color

.myTextColor { color: #63968D; }

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

This text font color is #63968D.

Background Color

.myBgColor { background-color: #63968D; }

<div style="background-color:#63968D">Inner text</div>

This div background color is #63968D.

Border color

.myBorderColor { border: 1px solid #63968D; }

<div style="border:3px solid #63968D">Div</div>

This div border color is #63968D.

Opacity

.myOpacity80 { color: #63968D; opacity: 0.8; }

<p style="color:#63968D;opacity:0.8;">80%</p>

Text with #63968D 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 #63968D;}

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

This text has shadow with #63968D color.


.textShadow {text-shadow: 3px 3px 1px #63968D', 3px 3px 1px red;}

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

This text has shadow with #63968D primary color and red secondary color.


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

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

This text has shadow with #63968D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63968D; -webkit-box-shadow: 1px 1px 3px 2px #63968D; box-shadow:1px 1px 3px 2px #63968D;">
Div content here
</div>

This div box has shadow with color #63968D.

Preview

Color preview on black background

This text has color #63968D on black background.


Color preview on white background

This text has color #63968D on white background.


Black color preview on #63968D background

This text has black color on #63968D background.


White color preview on #63968D background

This text has white color on #63968D background.


Related colors

Complementary color

Complementary color for #hex is #9C6972.


I love getcolorcode.com

Triadic colors

1 #8D6396 and #968D63 with #63968D are triadic colors.

2 #8D9663 and #96638D with #63968D are triadic colors.