COLOR #63998F

HEX: #63998F RGB: (99,153,143)

Color info

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

RGB color model

#63998F color RGB value is (99,153,143).

RGB: (99,153,143) (39%, 60%, 56%)

RGB channels and saturation

R 99 of 255 = 39%
G 153 of 255 = 60%
B 143 of 255 = 56%

99
153
143

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

Portions of RGB colors in percentages

R + G + B = 99 + 153 + 143 = 395 (100%)
R 99 of 395 ~ 25.06%
G 153 of 395 ~ 38.73%
B 143 of 395 ~ 36.2'%

%25.06
%38.73
%36.2

CMYK color model

#63998F color CMYK value is (35,0,7,40).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • key color value is 40.00%

CMYK: (35,0,7,40)
C35M0Y7K40 (35%, 0%, 7%, 40%)
(0.35 / 0.00 / 0.07 / 0.40)

CMYK percentages

%35.29
%0
%6.54
%40

Codes

Color #63998F in popluar color models

63 99 8F
RGB 99 153 143
HSL 169° 21.43% 49.41%
HSB/HSV 169° 35.29% 60.00%
CMYK 35.29% 0.00% 6.54%
40.00%

Color #63998F in popluar number systems.

HEX 63 99 8F
Decimal 99 153 143
Binary 1100011 10011001 10001111
Octal 143 231 217

Shades and tints

Shades of #63998F

#63998F
(99,153,143)
#5A8C82
(90,140,130)
#517F75
(81,127,117)
#487268
(72,114,104)
#3F655B
(63,101,91)
#36584E
(54,88,78)
#2D4B41
(45,75,65)
#243E34
(36,62,52)
#1B3127
(27,49,39)
#12241A
(18,36,26)
#09170D
(9,23,13)
#000000
(0,0,0)

Tints of #63998F

#63998F
(99,153,143)
#71A299
(113,162,153)
#7FABA3
(127,171,163)
#8DB4AD
(141,180,173)
#9BBDB7
(155,189,183)
#A9C6C1
(169,198,193)
#B7CFCB
(183,207,203)
#C5D8D5
(197,216,213)
#D3E1DF
(211,225,223)
#E1EAE9
(225,234,233)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63998F; }

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

This text font color is #63998F.

Background Color

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

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

This div background color is #63998F.

Border color

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

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

This div border color is #63998F.

Opacity

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

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

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

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

This text has shadow with #63998F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63998F.

Preview

Color preview on black background

This text has color #63998F on black background.


Color preview on white background

This text has color #63998F on white background.


Black color preview on #63998F background

This text has black color on #63998F background.


White color preview on #63998F background

This text has white color on #63998F background.


Related colors

Complementary color

Complementary color for #hex is #9C6670.


I love getcolorcode.com

Triadic colors

1 #8F6399 and #998F63 with #63998F are triadic colors.

2 #8F9963 and #99638F with #63998F are triadic colors.