COLOR #63A09B

HEX: #63A09B
RGB: (99,160,155)

Color info

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

RGB color model

#63A09B color RGB value is (99,160,155).

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

RGB channels and saturation

R 99 of 255 = 39%
G 160 of 255 = 63%
B 155 of 255 = 61%

99
160
155

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

Portions of RGB colors in percentages

R + G + B =
99 + 160 + 155 = 414 (100%)
R 99 of 414 ~ 23.91%
G 160 of 414 ~ 38.65%
B 155 of 414 ~ 37.44%

%23.91
%38.65
%37.44

CMYK color model

#63A09B color CMYK value is (38,0,3,37).

  • cyan value is 38.13%
  • magenta value is 0.00%
  • yellow value is 3.13%
  • key color value is 37.25%
CMYK:
(38,0,3,37)
C38M0Y3K37 
(38%,0%,3%,37%)
(0.38/0.00/0.03/0.37)	

CMYK percentages

%38.13
%0
%3.13
%37.25

Codes

Color #63A09B in popluar color models

63A09B
RGB99160155
HSL175°24.30%50.78%
HSB/HSV175°38.13%62.75%
CMYK38.13%0.00%3.13%
37.25%

Color #63A09B in popluar number systems.

HEX63A09B
Decimal99160155
Binary11000111010000010011011
Octal143240233

Shades and tints

Shades of #63A09B

#63A09B
(99,160,155)
#5A928D
(90,146,141)
#51847F
(81,132,127)
#487671
(72,118,113)
#3F6863
(63,104,99)
#365A55
(54,90,85)
#2D4C47
(45,76,71)
#243E39
(36,62,57)
#1B302B
(27,48,43)
#12221D
(18,34,29)
#09140F
(9,20,15)
#000000
(0,0,0)

Tints of #63A09B

#63A09B
(99,160,155)
#71A8A4
(113,168,164)
#7FB0AD
(127,176,173)
#8DB8B6
(141,184,182)
#9BC0BF
(155,192,191)
#A9C8C8
(169,200,200)
#B7D0D1
(183,208,209)
#C5D8DA
(197,216,218)
#D3E0E3
(211,224,227)
#E1E8EC
(225,232,236)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A09B; }

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

This text font color is #63A09B.


Background Color

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

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

This div background color is #63A09B.


Border color

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

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

This div border color is #63A09B.


Opacity

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

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

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

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

This text has shadow with #63A09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A09B on black background.


Color preview on white background

This text has color #63A09B on white background.



Black color preview on #63A09B background

This text has black color on #63A09B background.


White color preview on #63A09B background

This text has white color on #63A09B background.