COLOR #63A64C

HEX: #63A64C
RGB: (99,166,76)

Color info

#63A64C contains mainly green color. Web safe color of #63A64C is #669933 (or #693).

RGB color model

#63A64C color RGB value is (99,166,76).

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

RGB channels and saturation

R 99 of 255 = 39%
G 166 of 255 = 65%
B 76 of 255 = 30%

99
166
76

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

Portions of RGB colors in percentages

R + G + B =
99 + 166 + 76 = 341 (100%)
R 99 of 341 ~ 29.03%
G 166 of 341 ~ 48.68%
B 76 of 341 ~ 22.29%

%29.03
%48.68
%22.29

CMYK color model

#63A64C color CMYK value is (40,0,54,35).

  • cyan value is 40.36%
  • magenta value is 0.00%
  • yellow value is 54.22%
  • key color value is 34.90%
CMYK:
(40,0,54,35)
C40M0Y54K35 
(40%,0%,54%,35%)
(0.40/0.00/0.54/0.35)	

CMYK percentages

%40.36
%0
%54.22
%34.9

Codes

Color #63A64C in popluar color models

63A64C
RGB9916676
HSL105°37.19%47.45%
HSB/HSV105°54.22%65.10%
CMYK40.36%0.00%54.22%
34.90%

Color #63A64C in popluar number systems.

HEX63A64C
Decimal9916676
Binary1100011101001101001100
Octal143246114

Shades and tints

Shades of #63A64C

#63A64C
(99,166,76)
#5A9746
(90,151,70)
#518840
(81,136,64)
#48793A
(72,121,58)
#3F6A34
(63,106,52)
#365B2E
(54,91,46)
#2D4C28
(45,76,40)
#243D22
(36,61,34)
#1B2E1C
(27,46,28)
#121F16
(18,31,22)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #63A64C

#63A64C
(99,166,76)
#71AE5C
(113,174,92)
#7FB66C
(127,182,108)
#8DBE7C
(141,190,124)
#9BC68C
(155,198,140)
#A9CE9C
(169,206,156)
#B7D6AC
(183,214,172)
#C5DEBC
(197,222,188)
#D3E6CC
(211,230,204)
#E1EEDC
(225,238,220)
#EFF6EC
(239,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A64C; }

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

This text font color is #63A64C.


Background Color

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

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

This div background color is #63A64C.


Border color

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

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

This div border color is #63A64C.


Opacity

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

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

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

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

This text has shadow with #63A64C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A64C on black background.


Color preview on white background

This text has color #63A64C on white background.



Black color preview on #63A64C background

This text has black color on #63A64C background.


White color preview on #63A64C background

This text has white color on #63A64C background.