COLOR #63A878

HEX: #63A878
RGB: (99,168,120)

Color info

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

RGB color model

#63A878 color RGB value is (99,168,120).

  • red value is 99;
  • green value is 168;
  • blue value is 120.
RGB:
(99,168,120)
(39%,66%,47%)

RGB channels and saturation

R 99 of 255 = 39%
G 168 of 255 = 66%
B 120 of 255 = 47%

99
168
120

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

Portions of RGB colors in percentages

R + G + B =
99 + 168 + 120 = 387 (100%)
R 99 of 387 ~ 25.58%
G 168 of 387 ~ 43.41%
B 120 of 387 ~ 31.01%

%25.58
%43.41
%31.01

CMYK color model

#63A878 color CMYK value is (41,0,29,34).

  • cyan value is 41.07%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 34.12%
CMYK:
(41,0,29,34)
C41M0Y29K34 
(41%,0%,29%,34%)
(0.41/0.00/0.29/0.34)	

CMYK percentages

%41.07
%0
%28.57
%34.12

Codes

Color #63A878 in popluar color models

63A878
RGB99168120
HSL138°28.40%52.35%
HSB/HSV138°41.07%65.88%
CMYK41.07%0.00%28.57%
34.12%

Color #63A878 in popluar number systems.

HEX63A878
Decimal99168120
Binary1100011101010001111000
Octal143250170

Shades and tints

Shades of #63A878

#63A878
(99,168,120)
#5A996E
(90,153,110)
#518A64
(81,138,100)
#487B5A
(72,123,90)
#3F6C50
(63,108,80)
#365D46
(54,93,70)
#2D4E3C
(45,78,60)
#243F32
(36,63,50)
#1B3028
(27,48,40)
#12211E
(18,33,30)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #63A878

#63A878
(99,168,120)
#71AF84
(113,175,132)
#7FB690
(127,182,144)
#8DBD9C
(141,189,156)
#9BC4A8
(155,196,168)
#A9CBB4
(169,203,180)
#B7D2C0
(183,210,192)
#C5D9CC
(197,217,204)
#D3E0D8
(211,224,216)
#E1E7E4
(225,231,228)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A878 color. Also use rgb(99,168,120) instead hex code.

Text Font Color

.myTextColor { color: #63A878; }

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

This text font color is #63A878.


Background Color

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

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

This div background color is #63A878.


Border color

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

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

This div border color is #63A878.


Opacity

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

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

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

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

This text has shadow with #63A878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A878 on black background.


Color preview on white background

This text has color #63A878 on white background.



Black color preview on #63A878 background

This text has black color on #63A878 background.


White color preview on #63A878 background

This text has white color on #63A878 background.