COLOR #63A966

HEX: #63A966
RGB: (99,169,102)

Color info

#63A966 contains mainly green color. Web safe color of #63A966 is #669966 (or #696).

RGB color model

#63A966 color RGB value is (99,169,102).

  • red value is 99;
  • green value is 169;
  • blue value is 102.
RGB:
(99,169,102)
(39%,66%,40%)

RGB channels and saturation

R 99 of 255 = 39%
G 169 of 255 = 66%
B 102 of 255 = 40%

99
169
102

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

Portions of RGB colors in percentages

R + G + B =
99 + 169 + 102 = 370 (100%)
R 99 of 370 ~ 26.76%
G 169 of 370 ~ 45.68%
B 102 of 370 ~ 27.57%

%26.76
%45.68
%27.57

CMYK color model

#63A966 color CMYK value is (41,0,40,34).

  • cyan value is 41.42%
  • magenta value is 0.00%
  • yellow value is 39.64%
  • key color value is 33.73%
CMYK:
(41,0,40,34)
C41M0Y40K34 
(41%,0%,40%,34%)
(0.41/0.00/0.40/0.34)	

CMYK percentages

%41.42
%0
%39.64
%33.73

Codes

Color #63A966 in popluar color models

63A966
RGB99169102
HSL123°28.93%52.55%
HSB/HSV123°41.42%66.27%
CMYK41.42%0.00%39.64%
33.73%

Color #63A966 in popluar number systems.

HEX63A966
Decimal99169102
Binary1100011101010011100110
Octal143251146

Shades and tints

Shades of #63A966

#63A966
(99,169,102)
#5A9A5D
(90,154,93)
#518B54
(81,139,84)
#487C4B
(72,124,75)
#3F6D42
(63,109,66)
#365E39
(54,94,57)
#2D4F30
(45,79,48)
#244027
(36,64,39)
#1B311E
(27,49,30)
#122215
(18,34,21)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #63A966

#63A966
(99,169,102)
#71B073
(113,176,115)
#7FB780
(127,183,128)
#8DBE8D
(141,190,141)
#9BC59A
(155,197,154)
#A9CCA7
(169,204,167)
#B7D3B4
(183,211,180)
#C5DAC1
(197,218,193)
#D3E1CE
(211,225,206)
#E1E8DB
(225,232,219)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A966 color. Also use rgb(99,169,102) instead hex code.

Text Font Color

.myTextColor { color: #63A966; }

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

This text font color is #63A966.


Background Color

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

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

This div background color is #63A966.


Border color

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

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

This div border color is #63A966.


Opacity

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

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

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

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

This text has shadow with #63A966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A966 on black background.


Color preview on white background

This text has color #63A966 on white background.



Black color preview on #63A966 background

This text has black color on #63A966 background.


White color preview on #63A966 background

This text has white color on #63A966 background.