COLOR #63A09F

HEX: #63A09F
RGB: (99,160,159)

Color info

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

RGB color model

#63A09F color RGB value is (99,160,159).

  • red value is 99;
  • green value is 160;
  • blue value is 159.
RGB:
(99,160,159)
(39%,63%,62%)

RGB channels and saturation

R 99 of 255 = 39%
G 160 of 255 = 63%
B 159 of 255 = 62%

99
160
159

R + G + B ~ 55%. #63A09F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 160 + 159 = 418 (100%)
R 99 of 418 ~ 23.68%
G 160 of 418 ~ 38.28%
B 159 of 418 ~ 38.04%

%23.68
%38.28
%38.04

CMYK color model

#63A09F color CMYK value is (38,0,1,37).

  • cyan value is 38.13%
  • magenta value is 0.00%
  • yellow value is 0.62%
  • key color value is 37.25%
CMYK:
(38,0,1,37)
C38M0Y1K37 
(38%,0%,1%,37%)
(0.38/0.00/0.01/0.37)	

CMYK percentages

%38.13
%0
%0.62
%37.25

Codes

Color #63A09F in popluar color models

63A09F
RGB99160159
HSL179°24.30%50.78%
HSB/HSV179°38.13%62.75%
CMYK38.13%0.00%0.62%
37.25%

Color #63A09F in popluar number systems.

HEX63A09F
Decimal99160159
Binary11000111010000010011111
Octal143240237

Shades and tints

Shades of #63A09F

#63A09F
(99,160,159)
#5A9291
(90,146,145)
#518483
(81,132,131)
#487675
(72,118,117)
#3F6867
(63,104,103)
#365A59
(54,90,89)
#2D4C4B
(45,76,75)
#243E3D
(36,62,61)
#1B302F
(27,48,47)
#122221
(18,34,33)
#091413
(9,20,19)
#000000
(0,0,0)

Tints of #63A09F

#63A09F
(99,160,159)
#71A8A7
(113,168,167)
#7FB0AF
(127,176,175)
#8DB8B7
(141,184,183)
#9BC0BF
(155,192,191)
#A9C8C7
(169,200,199)
#B7D0CF
(183,208,207)
#C5D8D7
(197,216,215)
#D3E0DF
(211,224,223)
#E1E8E7
(225,232,231)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A09F color. Also use rgb(99,160,159) instead hex code.

Text Font Color

.myTextColor { color: #63A09F; }

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

This text font color is #63A09F.


Background Color

.myBgColor { background-color: #63A09F; }

<div style="background-color:#63A09F">Inner text</div>

This div background color is #63A09F.


Border color

.myBorderColor { border: 1px solid #63A09F; }

<div style="border:3px solid #63A09F">Div</div>

This div border color is #63A09F.


Opacity

.myOpacity80 { color: #63A09F; opacity: 0.8; }

<p style="color:#63A09F;opacity:0.8;">80%</p>

Text with #63A09F 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 #63A09F;}

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

This text has shadow with #63A09F color.

.textShadow {text-shadow: 3px 3px 1px #63A09F, 3px 3px 1px red;}

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

This text has shadow with #63A09F primary color and red secondary color.


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

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

This text has shadow with #63A09F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A09F on black background.


Color preview on white background

This text has color #63A09F on white background.



Black color preview on #63A09F background

This text has black color on #63A09F background.


White color preview on #63A09F background

This text has white color on #63A09F background.