COLOR #63A16B

HEX: #63A16B
RGB: (99,161,107)

Color info

#63A16B contains mainly green and blue colors. Web safe color of #63A16B is #669966 (or #696).

RGB color model

#63A16B color RGB value is (99,161,107).

  • red value is 99;
  • green value is 161;
  • blue value is 107.
RGB:
(99,161,107)
(39%,63%,42%)

RGB channels and saturation

R 99 of 255 = 39%
G 161 of 255 = 63%
B 107 of 255 = 42%

99
161
107

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

Portions of RGB colors in percentages

R + G + B =
99 + 161 + 107 = 367 (100%)
R 99 of 367 ~ 26.98%
G 161 of 367 ~ 43.87%
B 107 of 367 ~ 29.16%

%26.98
%43.87
%29.16

CMYK color model

#63A16B color CMYK value is (39,0,34,37).

  • cyan value is 38.51%
  • magenta value is 0.00%
  • yellow value is 33.54%
  • key color value is 36.86%
CMYK:
(39,0,34,37)
C39M0Y34K37 
(39%,0%,34%,37%)
(0.39/0.00/0.34/0.37)	

CMYK percentages

%38.51
%0
%33.54
%36.86

Codes

Color #63A16B in popluar color models

63A16B
RGB99161107
HSL128°24.80%50.98%
HSB/HSV128°38.51%63.14%
CMYK38.51%0.00%33.54%
36.86%

Color #63A16B in popluar number systems.

HEX63A16B
Decimal99161107
Binary1100011101000011101011
Octal143241153

Shades and tints

Shades of #63A16B

#63A16B
(99,161,107)
#5A9362
(90,147,98)
#518559
(81,133,89)
#487750
(72,119,80)
#3F6947
(63,105,71)
#365B3E
(54,91,62)
#2D4D35
(45,77,53)
#243F2C
(36,63,44)
#1B3123
(27,49,35)
#12231A
(18,35,26)
#091511
(9,21,17)
#000000
(0,0,0)

Tints of #63A16B

#63A16B
(99,161,107)
#71A978
(113,169,120)
#7FB185
(127,177,133)
#8DB992
(141,185,146)
#9BC19F
(155,193,159)
#A9C9AC
(169,201,172)
#B7D1B9
(183,209,185)
#C5D9C6
(197,217,198)
#D3E1D3
(211,225,211)
#E1E9E0
(225,233,224)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A16B color. Also use rgb(99,161,107) instead hex code.

Text Font Color

.myTextColor { color: #63A16B; }

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

This text font color is #63A16B.


Background Color

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

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

This div background color is #63A16B.


Border color

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

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

This div border color is #63A16B.


Opacity

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

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

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

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

This text has shadow with #63A16B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A16B on black background.


Color preview on white background

This text has color #63A16B on white background.



Black color preview on #63A16B background

This text has black color on #63A16B background.


White color preview on #63A16B background

This text has white color on #63A16B background.