COLOR #63B19F

HEX: #63B19F
RGB: (99,177,159)

Color info

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

RGB color model

#63B19F color RGB value is (99,177,159).

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

RGB channels and saturation

R 99 of 255 = 39%
G 177 of 255 = 69%
B 159 of 255 = 62%

99
177
159

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

Portions of RGB colors in percentages

R + G + B =
99 + 177 + 159 = 435 (100%)
R 99 of 435 ~ 22.76%
G 177 of 435 ~ 40.69%
B 159 of 435 ~ 36.55%

%22.76
%40.69
%36.55

CMYK color model

#63B19F color CMYK value is (44,0,10,31).

  • cyan value is 44.07%
  • magenta value is 0.00%
  • yellow value is 10.17%
  • key color value is 30.59%
CMYK:
(44,0,10,31)
C44M0Y10K31 
(44%,0%,10%,31%)
(0.44/0.00/0.10/0.31)	

CMYK percentages

%44.07
%0
%10.17
%30.59

Codes

Color #63B19F in popluar color models

63B19F
RGB99177159
HSL166°33.33%54.12%
HSB/HSV166°44.07%69.41%
CMYK44.07%0.00%10.17%
30.59%

Color #63B19F in popluar number systems.

HEX63B19F
Decimal99177159
Binary11000111011000110011111
Octal143261237

Shades and tints

Shades of #63B19F

#63B19F
(99,177,159)
#5AA191
(90,161,145)
#519183
(81,145,131)
#488175
(72,129,117)
#3F7167
(63,113,103)
#366159
(54,97,89)
#2D514B
(45,81,75)
#24413D
(36,65,61)
#1B312F
(27,49,47)
#122121
(18,33,33)
#091113
(9,17,19)
#000000
(0,0,0)

Tints of #63B19F

#63B19F
(99,177,159)
#71B8A7
(113,184,167)
#7FBFAF
(127,191,175)
#8DC6B7
(141,198,183)
#9BCDBF
(155,205,191)
#A9D4C7
(169,212,199)
#B7DBCF
(183,219,207)
#C5E2D7
(197,226,215)
#D3E9DF
(211,233,223)
#E1F0E7
(225,240,231)
#EFF7EF
(239,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63B19F; }

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

This text font color is #63B19F.


Background Color

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

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

This div background color is #63B19F.


Border color

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

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

This div border color is #63B19F.


Opacity

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

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

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

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

This text has shadow with #63B19F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B19F on black background.


Color preview on white background

This text has color #63B19F on white background.



Black color preview on #63B19F background

This text has black color on #63B19F background.


White color preview on #63B19F background

This text has white color on #63B19F background.