COLOR #63AB64

HEX: #63AB64
RGB: (99,171,100)

Color info

#63AB64 contains mainly green color. Web safe color of #63AB64 is #669966 (or #696).

RGB color model

#63AB64 color RGB value is (99,171,100).

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

RGB channels and saturation

R 99 of 255 = 39%
G 171 of 255 = 67%
B 100 of 255 = 39%

99
171
100

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

Portions of RGB colors in percentages

R + G + B =
99 + 171 + 100 = 370 (100%)
R 99 of 370 ~ 26.76%
G 171 of 370 ~ 46.22%
B 100 of 370 ~ 27.03%

%26.76
%46.22
%27.03

CMYK color model

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

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 41.52%
  • key color value is 32.94%
CMYK: (42,0,42,33) C42M0Y42K33 (42%,0%,42%,33%) (0.42/0.00/0.42/0.33)

CMYK percentages

%42.11
%0
%41.52
%32.94

Codes

Color #63AB64 in popluar color models

63AB64
RGB99171100
HSL121°30.00%52.94%
HSB/HSV121°42.11%67.06%
CMYK42.11%0.00%41.52%
32.94%

Color #63AB64 in popluar number systems.

HEX63AB64
Decimal99171100
Binary1100011101010111100100
Octal143253144

Shades and tints

Shades of #63AB64

#63AB64
(99,171,100)
#5A9C5B
(90,156,91)
#518D52
(81,141,82)
#487E49
(72,126,73)
#3F6F40
(63,111,64)
#366037
(54,96,55)
#2D512E
(45,81,46)
#244225
(36,66,37)
#1B331C
(27,51,28)
#122413
(18,36,19)
#09150A
(9,21,10)
#000000
(0,0,0)

Tints of #63AB64

#63AB64
(99,171,100)
#71B272
(113,178,114)
#7FB980
(127,185,128)
#8DC08E
(141,192,142)
#9BC79C
(155,199,156)
#A9CEAA
(169,206,170)
#B7D5B8
(183,213,184)
#C5DCC6
(197,220,198)
#D3E3D4
(211,227,212)
#E1EAE2
(225,234,226)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63AB64; }

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

This text font color is #63AB64.


Background Color

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

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

This div background color is #63AB64.


Border color

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

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

This div border color is #63AB64.


Opacity

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

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

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

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

This text has shadow with #63AB64 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #63AB64 on black background.


Color preview on white background

This text has color #63AB64 on white background.



Black color preview on #63AB64 background

This text has black color on #63AB64 background.


White color preview on #63AB64 background

This text has white color on #63AB64 background.