COLOR #63999F

HEX: #63999F RGB: (99,153,159)

Color info

#63999F contains mainly green and blue colors. Web safe color of #63999F is #669999 (or #699).

RGB color model

#63999F color RGB value is (99,153,159).

RGB: (99,153,159) (39%, 60%, 62%)

RGB channels and saturation

R 99 of 255 = 39%
G 153 of 255 = 60%
B 159 of 255 = 62%

99
153
159

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

Portions of RGB colors in percentages

R + G + B = 99 + 153 + 159 = 411 (100%)
R 99 of 411 ~ 24.09%
G 153 of 411 ~ 37.23%
B 159 of 411 ~ 38.69'%

%24.09
%37.23
%38.69

CMYK color model

#63999F color CMYK value is (38,4,0,38).

  • cyan value is 37.74%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK: (38,4,0,38) C38M4Y0K38 (38%,4%,0%,38%) (0.38/0.04/0.00/0.38) 

CMYK percentages

%37.74
%3.77
%0
%37.65

Codes

Color #63999F in popluar color models

63 99 9F
RGB 99 153 159
HSL 186° 23.81% 50.59%
HSB/HSV 186° 37.74% 62.35%
CMYK 37.74% 3.77% 0.00%
37.65%

Color #63999F in popluar number systems.

HEX 63 99 9F
Decimal 99 153 159
Binary 1100011 10011001 10011111
Octal 143 231 237

Shades and tints

Shades of #63999F

#63999F
(99,153,159)
#5A8C91
(90,140,145)
#517F83
(81,127,131)
#487275
(72,114,117)
#3F6567
(63,101,103)
#365859
(54,88,89)
#2D4B4B
(45,75,75)
#243E3D
(36,62,61)
#1B312F
(27,49,47)
#122421
(18,36,33)
#091713
(9,23,19)
#000000
(0,0,0)

Tints of #63999F

#63999F
(99,153,159)
#71A2A7
(113,162,167)
#7FABAF
(127,171,175)
#8DB4B7
(141,180,183)
#9BBDBF
(155,189,191)
#A9C6C7
(169,198,199)
#B7CFCF
(183,207,207)
#C5D8D7
(197,216,215)
#D3E1DF
(211,225,223)
#E1EAE7
(225,234,231)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63999F; }

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

This text font color is #63999F.

Background Color

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

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

This div background color is #63999F.

Border color

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

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

This div border color is #63999F.

Opacity

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

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

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

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

This text has shadow with #63999F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63999F.

Preview

Color preview on black background

This text has color #63999F on black background.


Color preview on white background

This text has color #63999F on white background.


Black color preview on #63999F background

This text has black color on #63999F background.


White color preview on #63999F background

This text has white color on #63999F background.


Related colors

Complementary color

Complementary color for #hex is #9C6660.


I love getcolorcode.com

Triadic colors

1 #9F6399 and #999F63 with #63999F are triadic colors.

2 #9F9963 and #99639F with #63999F are triadic colors.