COLOR #63A20C

HEX: #63A20C
RGB: (99,162,12)

Color info

#63A20C contains mainly green color. Web safe color of #63A20C is #669900 (or #690).

RGB color model

#63A20C color RGB value is (99,162,12).

  • red value is 99;
  • green value is 162;
  • blue value is 12.
RGB:
(99,162,12)
(39%,64%,5%)

RGB channels and saturation

R 99 of 255 = 39%
G 162 of 255 = 64%
B 12 of 255 = 5%

99
162
12

R + G + B ~ 36%. #63A20C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 162 + 12 = 273 (100%)
R 99 of 273 ~ 36.26%
G 162 of 273 ~ 59.34%
B 12 of 273 ~ 4.4%

%36.26
%59.34

CMYK color model

#63A20C color CMYK value is (39,0,93,36).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 92.59%
  • key color value is 36.47%
CMYK:
(39,0,93,36)
C39M0Y93K36 
(39%,0%,93%,36%)
(0.39/0.00/0.93/0.36)	

CMYK percentages

%38.89
%0
%92.59
%36.47

Codes

Color #63A20C in popluar color models

63A20C
RGB9916212
HSL85°86.21%34.12%
HSB/HSV85°92.59%63.53%
CMYK38.89%0.00%92.59%
36.47%

Color #63A20C in popluar number systems.

HEX63A20C
Decimal9916212
Binary1100011101000101100
Octal14324214

Shades and tints

Shades of #63A20C

#63A20C
(99,162,12)
#5A940B
(90,148,11)
#51860A
(81,134,10)
#487809
(72,120,9)
#3F6A08
(63,106,8)
#365C07
(54,92,7)
#2D4E06
(45,78,6)
#244005
(36,64,5)
#1B3204
(27,50,4)
#122403
(18,36,3)
#091602
(9,22,2)
#000000
(0,0,0)

Tints of #63A20C

#63A20C
(99,162,12)
#71AA22
(113,170,34)
#7FB238
(127,178,56)
#8DBA4E
(141,186,78)
#9BC264
(155,194,100)
#A9CA7A
(169,202,122)
#B7D290
(183,210,144)
#C5DAA6
(197,218,166)
#D3E2BC
(211,226,188)
#E1EAD2
(225,234,210)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A20C color. Also use rgb(99,162,12) instead hex code.

Text Font Color

.myTextColor { color: #63A20C; }

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

This text font color is #63A20C.


Background Color

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

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

This div background color is #63A20C.


Border color

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

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

This div border color is #63A20C.


Opacity

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

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

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

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

This text has shadow with #63A20C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A20C on black background.


Color preview on white background

This text has color #63A20C on white background.



Black color preview on #63A20C background

This text has black color on #63A20C background.


White color preview on #63A20C background

This text has white color on #63A20C background.