COLOR #63AA2D

HEX: #63AA2D
RGB: (99,170,45)

Color info

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

RGB color model

#63AA2D color RGB value is (99,170,45).

  • red value is 99;
  • green value is 170;
  • blue value is 45.
RGB:
(99,170,45)
(39%,67%,18%)

RGB channels and saturation

R 99 of 255 = 39%
G 170 of 255 = 67%
B 45 of 255 = 18%

99
170
45

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

Portions of RGB colors in percentages

R + G + B =
99 + 170 + 45 = 314 (100%)
R 99 of 314 ~ 31.53%
G 170 of 314 ~ 54.14%
B 45 of 314 ~ 14.33%

%31.53
%54.14
%14.33

CMYK color model

#63AA2D color CMYK value is (42,0,74,33).

  • cyan value is 41.76%
  • magenta value is 0.00%
  • yellow value is 73.53%
  • key color value is 33.33%
CMYK:
(42,0,74,33)
C42M0Y74K33 
(42%,0%,74%,33%)
(0.42/0.00/0.74/0.33)	

CMYK percentages

%41.76
%0
%73.53
%33.33

Codes

Color #63AA2D in popluar color models

63AA2D
RGB9917045
HSL94°58.14%42.16%
HSB/HSV94°73.53%66.67%
CMYK41.76%0.00%73.53%
33.33%

Color #63AA2D in popluar number systems.

HEX63AA2D
Decimal9917045
Binary110001110101010101101
Octal14325255

Shades and tints

Shades of #63AA2D

#63AA2D
(99,170,45)
#5A9B29
(90,155,41)
#518C25
(81,140,37)
#487D21
(72,125,33)
#3F6E1D
(63,110,29)
#365F19
(54,95,25)
#2D5015
(45,80,21)
#244111
(36,65,17)
#1B320D
(27,50,13)
#122309
(18,35,9)
#091405
(9,20,5)
#000000
(0,0,0)

Tints of #63AA2D

#63AA2D
(99,170,45)
#71B140
(113,177,64)
#7FB853
(127,184,83)
#8DBF66
(141,191,102)
#9BC679
(155,198,121)
#A9CD8C
(169,205,140)
#B7D49F
(183,212,159)
#C5DBB2
(197,219,178)
#D3E2C5
(211,226,197)
#E1E9D8
(225,233,216)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63AA2D color. Also use rgb(99,170,45) instead hex code.

Text Font Color

.myTextColor { color: #63AA2D; }

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

This text font color is #63AA2D.


Background Color

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

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

This div background color is #63AA2D.


Border color

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

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

This div border color is #63AA2D.


Opacity

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

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

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

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

This text has shadow with #63AA2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AA2D on black background.


Color preview on white background

This text has color #63AA2D on white background.



Black color preview on #63AA2D background

This text has black color on #63AA2D background.


White color preview on #63AA2D background

This text has white color on #63AA2D background.