COLOR #63A18F

HEX: #63A18F RGB: (99,161,143)

Color info

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

RGB color model

#63A18F color RGB value is (99,161,143).

RGB: (99,161,143) (39%, 63%, 56%)

RGB channels and saturation

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

99
161
143

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

Portions of RGB colors in percentages

R + G + B = 99 + 161 + 143 = 403 (100%)
R 99 of 403 ~ 24.57%
G 161 of 403 ~ 39.95%
B 143 of 403 ~ 35.48'%

%24.57
%39.95
%35.48

CMYK color model

#63A18F color CMYK value is (39,0,11,37).

  • cyan value is 38.51%
  • magenta value is 0.00%
  • yellow value is 11.18%
  • key color value is 36.86%

CMYK: (39,0,11,37)
C39M0Y11K37 (39%, 0%, 11%, 37%)
(0.39 / 0.00 / 0.11 / 0.37)

CMYK percentages

%38.51
%0
%11.18
%36.86

Codes

Color #63A18F in popluar color models

63 A1 8F
RGB 99 161 143
HSL 163° 24.80% 50.98%
HSB/HSV 163° 38.51% 63.14%
CMYK 38.51% 0.00% 11.18%
36.86%

Color #63A18F in popluar number systems.

HEX 63 A1 8F
Decimal 99 161 143
Binary 1100011 10100001 10001111
Octal 143 241 217

Shades and tints

Shades of #63A18F

#63A18F
(99,161,143)
#5A9382
(90,147,130)
#518575
(81,133,117)
#487768
(72,119,104)
#3F695B
(63,105,91)
#365B4E
(54,91,78)
#2D4D41
(45,77,65)
#243F34
(36,63,52)
#1B3127
(27,49,39)
#12231A
(18,35,26)
#09150D
(9,21,13)
#000000
(0,0,0)

Tints of #63A18F

#63A18F
(99,161,143)
#71A999
(113,169,153)
#7FB1A3
(127,177,163)
#8DB9AD
(141,185,173)
#9BC1B7
(155,193,183)
#A9C9C1
(169,201,193)
#B7D1CB
(183,209,203)
#C5D9D5
(197,217,213)
#D3E1DF
(211,225,223)
#E1E9E9
(225,233,233)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A18F; }

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

This text font color is #63A18F.

Background Color

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

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

This div background color is #63A18F.

Border color

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

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

This div border color is #63A18F.

Opacity

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

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

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

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

This text has shadow with #63A18F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63A18F.

Preview

Color preview on black background

This text has color #63A18F on black background.


Color preview on white background

This text has color #63A18F on white background.


Black color preview on #63A18F background

This text has black color on #63A18F background.


White color preview on #63A18F background

This text has white color on #63A18F background.


Related colors

Complementary color

Complementary color for #hex is #9C5E70.


I love getcolorcode.com

Triadic colors

1 #8F63A1 and #A18F63 with #63A18F are triadic colors.

2 #8FA163 and #A1638F with #63A18F are triadic colors.