COLOR #63A07F

HEX: #63A07F
RGB: (99,160,127)

Color info

#63A07F contains mainly green and blue colors. Web safe color of #63A07F is #669966 (or #696).

RGB color model

#63A07F color RGB value is (99,160,127).

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

RGB channels and saturation

R 99 of 255 = 39%
G 160 of 255 = 63%
B 127 of 255 = 50%

99
160
127

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

Portions of RGB colors in percentages

R + G + B =
99 + 160 + 127 = 386 (100%)
R 99 of 386 ~ 25.65%
G 160 of 386 ~ 41.45%
B 127 of 386 ~ 32.9%

%25.65
%41.45
%32.9

CMYK color model

#63A07F color CMYK value is (38,0,21,37).

  • cyan value is 38.13%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 37.25%
CMYK:
(38,0,21,37)
C38M0Y21K37 
(38%,0%,21%,37%)
(0.38/0.00/0.21/0.37)	

CMYK percentages

%38.13
%0
%20.63
%37.25

Codes

Color #63A07F in popluar color models

63A07F
RGB99160127
HSL148°24.30%50.78%
HSB/HSV148°38.13%62.75%
CMYK38.13%0.00%20.63%
37.25%

Color #63A07F in popluar number systems.

HEX63A07F
Decimal99160127
Binary1100011101000001111111
Octal143240177

Shades and tints

Shades of #63A07F

#63A07F
(99,160,127)
#5A9274
(90,146,116)
#518469
(81,132,105)
#48765E
(72,118,94)
#3F6853
(63,104,83)
#365A48
(54,90,72)
#2D4C3D
(45,76,61)
#243E32
(36,62,50)
#1B3027
(27,48,39)
#12221C
(18,34,28)
#091411
(9,20,17)
#000000
(0,0,0)

Tints of #63A07F

#63A07F
(99,160,127)
#71A88A
(113,168,138)
#7FB095
(127,176,149)
#8DB8A0
(141,184,160)
#9BC0AB
(155,192,171)
#A9C8B6
(169,200,182)
#B7D0C1
(183,208,193)
#C5D8CC
(197,216,204)
#D3E0D7
(211,224,215)
#E1E8E2
(225,232,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A07F; }

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

This text font color is #63A07F.


Background Color

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

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

This div background color is #63A07F.


Border color

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

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

This div border color is #63A07F.


Opacity

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

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

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

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

This text has shadow with #63A07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A07F on black background.


Color preview on white background

This text has color #63A07F on white background.



Black color preview on #63A07F background

This text has black color on #63A07F background.


White color preview on #63A07F background

This text has white color on #63A07F background.