COLOR #63A08F

HEX: #63A08F
RGB: (99,160,143)

Color info

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

RGB color model

#63A08F color RGB value is (99,160,143).

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

RGB channels and saturation

R 99 of 255 = 39%
G 160 of 255 = 63%
B 143 of 255 = 56%

99
160
143

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

Portions of RGB colors in percentages

R + G + B =
99 + 160 + 143 = 402 (100%)
R 99 of 402 ~ 24.63%
G 160 of 402 ~ 39.8%
B 143 of 402 ~ 35.57%

%24.63
%39.8
%35.57

CMYK color model

#63A08F color CMYK value is (38,0,11,37).

  • cyan value is 38.13%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 37.25%
CMYK:
(38,0,11,37)
C38M0Y11K37 
(38%,0%,11%,37%)
(0.38/0.00/0.11/0.37)	

CMYK percentages

%38.13
%0
%10.63
%37.25

Codes

Color #63A08F in popluar color models

63A08F
RGB99160143
HSL163°24.30%50.78%
HSB/HSV163°38.13%62.75%
CMYK38.13%0.00%10.63%
37.25%

Color #63A08F in popluar number systems.

HEX63A08F
Decimal99160143
Binary11000111010000010001111
Octal143240217

Shades and tints

Shades of #63A08F

#63A08F
(99,160,143)
#5A9282
(90,146,130)
#518475
(81,132,117)
#487668
(72,118,104)
#3F685B
(63,104,91)
#365A4E
(54,90,78)
#2D4C41
(45,76,65)
#243E34
(36,62,52)
#1B3027
(27,48,39)
#12221A
(18,34,26)
#09140D
(9,20,13)
#000000
(0,0,0)

Tints of #63A08F

#63A08F
(99,160,143)
#71A899
(113,168,153)
#7FB0A3
(127,176,163)
#8DB8AD
(141,184,173)
#9BC0B7
(155,192,183)
#A9C8C1
(169,200,193)
#B7D0CB
(183,208,203)
#C5D8D5
(197,216,213)
#D3E0DF
(211,224,223)
#E1E8E9
(225,232,233)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A08F; }

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

This text font color is #63A08F.


Background Color

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

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

This div background color is #63A08F.


Border color

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

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

This div border color is #63A08F.


Opacity

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

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

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

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

This text has shadow with #63A08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A08F on black background.


Color preview on white background

This text has color #63A08F on white background.



Black color preview on #63A08F background

This text has black color on #63A08F background.


White color preview on #63A08F background

This text has white color on #63A08F background.