COLOR #63A66E

HEX: #63A66E
RGB: (99,166,110)

Color info

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

RGB color model

#63A66E color RGB value is (99,166,110).

  • red value is 99;
  • green value is 166;
  • blue value is 110.
RGB:
(99,166,110)
(39%,65%,43%)

RGB channels and saturation

R 99 of 255 = 39%
G 166 of 255 = 65%
B 110 of 255 = 43%

99
166
110

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

Portions of RGB colors in percentages

R + G + B =
99 + 166 + 110 = 375 (100%)
R 99 of 375 ~ 26.4%
G 166 of 375 ~ 44.27%
B 110 of 375 ~ 29.33%

%26.4
%44.27
%29.33

CMYK color model

#63A66E color CMYK value is (40,0,34,35).

  • cyan value is 40.36%
  • magenta value is 0.00%
  • yellow value is 33.73%
  • key color value is 34.90%
CMYK:
(40,0,34,35)
C40M0Y34K35 
(40%,0%,34%,35%)
(0.40/0.00/0.34/0.35)	

CMYK percentages

%40.36
%0
%33.73
%34.9

Codes

Color #63A66E in popluar color models

63A66E
RGB99166110
HSL130°27.35%51.96%
HSB/HSV130°40.36%65.10%
CMYK40.36%0.00%33.73%
34.90%

Color #63A66E in popluar number systems.

HEX63A66E
Decimal99166110
Binary1100011101001101101110
Octal143246156

Shades and tints

Shades of #63A66E

#63A66E
(99,166,110)
#5A9764
(90,151,100)
#51885A
(81,136,90)
#487950
(72,121,80)
#3F6A46
(63,106,70)
#365B3C
(54,91,60)
#2D4C32
(45,76,50)
#243D28
(36,61,40)
#1B2E1E
(27,46,30)
#121F14
(18,31,20)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #63A66E

#63A66E
(99,166,110)
#71AE7B
(113,174,123)
#7FB688
(127,182,136)
#8DBE95
(141,190,149)
#9BC6A2
(155,198,162)
#A9CEAF
(169,206,175)
#B7D6BC
(183,214,188)
#C5DEC9
(197,222,201)
#D3E6D6
(211,230,214)
#E1EEE3
(225,238,227)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A66E color. Also use rgb(99,166,110) instead hex code.

Text Font Color

.myTextColor { color: #63A66E; }

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

This text font color is #63A66E.


Background Color

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

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

This div background color is #63A66E.


Border color

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

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

This div border color is #63A66E.


Opacity

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

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

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

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

This text has shadow with #63A66E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A66E on black background.


Color preview on white background

This text has color #63A66E on white background.



Black color preview on #63A66E background

This text has black color on #63A66E background.


White color preview on #63A66E background

This text has white color on #63A66E background.