COLOR #63A40A

HEX: #63A40A
RGB: (99,164,10)

Color info

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

RGB color model

#63A40A color RGB value is (99,164,10).

  • red value is 99;
  • green value is 164;
  • blue value is 10.
RGB:
(99,164,10)
(39%,64%,4%)

RGB channels and saturation

R 99 of 255 = 39%
G 164 of 255 = 64%
B 10 of 255 = 4%

99
164
10

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

Portions of RGB colors in percentages

R + G + B =
99 + 164 + 10 = 273 (100%)
R 99 of 273 ~ 36.26%
G 164 of 273 ~ 60.07%
B 10 of 273 ~ 3.66%

%36.26
%60.07

CMYK color model

#63A40A color CMYK value is (40,0,94,36).

  • cyan value is 39.63%
  • magenta value is 0.00%
  • yellow value is 93.90%
  • key color value is 35.69%
CMYK:
(40,0,94,36)
C40M0Y94K36 
(40%,0%,94%,36%)
(0.40/0.00/0.94/0.36)	

CMYK percentages

%39.63
%0
%93.9
%35.69

Codes

Color #63A40A in popluar color models

63A40A
RGB9916410
HSL85°88.51%34.12%
HSB/HSV85°93.90%64.31%
CMYK39.63%0.00%93.90%
35.69%

Color #63A40A in popluar number systems.

HEX63A40A
Decimal9916410
Binary1100011101001001010
Octal14324412

Shades and tints

Shades of #63A40A

#63A40A
(99,164,10)
#5A960A
(90,150,10)
#51880A
(81,136,10)
#487A0A
(72,122,10)
#3F6C0A
(63,108,10)
#365E0A
(54,94,10)
#2D500A
(45,80,10)
#24420A
(36,66,10)
#1B340A
(27,52,10)
#12260A
(18,38,10)
#09180A
(9,24,10)
#000000
(0,0,0)

Tints of #63A40A

#63A40A
(99,164,10)
#71AC20
(113,172,32)
#7FB436
(127,180,54)
#8DBC4C
(141,188,76)
#9BC462
(155,196,98)
#A9CC78
(169,204,120)
#B7D48E
(183,212,142)
#C5DCA4
(197,220,164)
#D3E4BA
(211,228,186)
#E1ECD0
(225,236,208)
#EFF4E6
(239,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A40A color. Also use rgb(99,164,10) instead hex code.

Text Font Color

.myTextColor { color: #63A40A; }

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

This text font color is #63A40A.


Background Color

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

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

This div background color is #63A40A.


Border color

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

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

This div border color is #63A40A.


Opacity

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

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

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

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

This text has shadow with #63A40A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A40A on black background.


Color preview on white background

This text has color #63A40A on white background.



Black color preview on #63A40A background

This text has black color on #63A40A background.


White color preview on #63A40A background

This text has white color on #63A40A background.