COLOR #63A089

HEX: #63A089
RGB: (99,160,137)

Color info

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

RGB color model

#63A089 color RGB value is (99,160,137).

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

RGB channels and saturation

R 99 of 255 = 39%
G 160 of 255 = 63%
B 137 of 255 = 54%

99
160
137

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

Portions of RGB colors in percentages

R + G + B =
99 + 160 + 137 = 396 (100%)
R 99 of 396 ~ 25%
G 160 of 396 ~ 40.4%
B 137 of 396 ~ 34.6%

%25
%40.4
%34.6

CMYK color model

#63A089 color CMYK value is (38,0,14,37).

  • cyan value is 38.13%
  • magenta value is 0.00%
  • yellow value is 14.38%
  • key color value is 37.25%
CMYK:
(38,0,14,37)
C38M0Y14K37 
(38%,0%,14%,37%)
(0.38/0.00/0.14/0.37)	

CMYK percentages

%38.13
%0
%14.38
%37.25

Codes

Color #63A089 in popluar color models

63A089
RGB99160137
HSL157°24.30%50.78%
HSB/HSV157°38.13%62.75%
CMYK38.13%0.00%14.38%
37.25%

Color #63A089 in popluar number systems.

HEX63A089
Decimal99160137
Binary11000111010000010001001
Octal143240211

Shades and tints

Shades of #63A089

#63A089
(99,160,137)
#5A927D
(90,146,125)
#518471
(81,132,113)
#487665
(72,118,101)
#3F6859
(63,104,89)
#365A4D
(54,90,77)
#2D4C41
(45,76,65)
#243E35
(36,62,53)
#1B3029
(27,48,41)
#12221D
(18,34,29)
#091411
(9,20,17)
#000000
(0,0,0)

Tints of #63A089

#63A089
(99,160,137)
#71A893
(113,168,147)
#7FB09D
(127,176,157)
#8DB8A7
(141,184,167)
#9BC0B1
(155,192,177)
#A9C8BB
(169,200,187)
#B7D0C5
(183,208,197)
#C5D8CF
(197,216,207)
#D3E0D9
(211,224,217)
#E1E8E3
(225,232,227)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A089; }

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

This text font color is #63A089.


Background Color

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

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

This div background color is #63A089.


Border color

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

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

This div border color is #63A089.


Opacity

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

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

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

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

This text has shadow with #63A089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A089 on black background.


Color preview on white background

This text has color #63A089 on white background.



Black color preview on #63A089 background

This text has black color on #63A089 background.


White color preview on #63A089 background

This text has white color on #63A089 background.