COLOR #63AB0C

HEX: #63AB0C
RGB: (99,171,12)

Color info

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

RGB color model

#63AB0C color RGB value is (99,171,12).

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

RGB channels and saturation

R 99 of 255 = 39%
G 171 of 255 = 67%
B 12 of 255 = 5%

99
171
12

R + G + B ~ 37%. #63AB0C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 171 + 12 = 282 (100%)
R 99 of 282 ~ 35.11%
G 171 of 282 ~ 60.64%
B 12 of 282 ~ 4.26%

%35.11
%60.64

CMYK color model

#63AB0C color CMYK value is (42,0,93,33).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 92.98%
  • key color value is 32.94%
CMYK:
(42,0,93,33)
C42M0Y93K33 
(42%,0%,93%,33%)
(0.42/0.00/0.93/0.33)	

CMYK percentages

%42.11
%0
%92.98
%32.94

Codes

Color #63AB0C in popluar color models

63AB0C
RGB9917112
HSL87°86.89%35.88%
HSB/HSV87°92.98%67.06%
CMYK42.11%0.00%92.98%
32.94%

Color #63AB0C in popluar number systems.

HEX63AB0C
Decimal9917112
Binary1100011101010111100
Octal14325314

Shades and tints

Shades of #63AB0C

#63AB0C
(99,171,12)
#5A9C0B
(90,156,11)
#518D0A
(81,141,10)
#487E09
(72,126,9)
#3F6F08
(63,111,8)
#366007
(54,96,7)
#2D5106
(45,81,6)
#244205
(36,66,5)
#1B3304
(27,51,4)
#122403
(18,36,3)
#091502
(9,21,2)
#000000
(0,0,0)

Tints of #63AB0C

#63AB0C
(99,171,12)
#71B222
(113,178,34)
#7FB938
(127,185,56)
#8DC04E
(141,192,78)
#9BC764
(155,199,100)
#A9CE7A
(169,206,122)
#B7D590
(183,213,144)
#C5DCA6
(197,220,166)
#D3E3BC
(211,227,188)
#E1EAD2
(225,234,210)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63AB0C; }

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

This text font color is #63AB0C.


Background Color

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

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

This div background color is #63AB0C.


Border color

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

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

This div border color is #63AB0C.


Opacity

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

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

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

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

This text has shadow with #63AB0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AB0C on black background.


Color preview on white background

This text has color #63AB0C on white background.



Black color preview on #63AB0C background

This text has black color on #63AB0C background.


White color preview on #63AB0C background

This text has white color on #63AB0C background.