COLOR #63A56B

HEX: #63A56B
RGB: (99,165,107)

Color info

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

RGB color model

#63A56B color RGB value is (99,165,107).

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

RGB channels and saturation

R 99 of 255 = 39%
G 165 of 255 = 65%
B 107 of 255 = 42%

99
165
107

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

Portions of RGB colors in percentages

R + G + B =
99 + 165 + 107 = 371 (100%)
R 99 of 371 ~ 26.68%
G 165 of 371 ~ 44.47%
B 107 of 371 ~ 28.84%

%26.68
%44.47
%28.84

CMYK color model

#63A56B color CMYK value is (40,0,35,35).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 35.15%
  • key color value is 35.29%
CMYK:
(40,0,35,35)
C40M0Y35K35 
(40%,0%,35%,35%)
(0.40/0.00/0.35/0.35)	

CMYK percentages

%40
%0
%35.15
%35.29

Codes

Color #63A56B in popluar color models

63A56B
RGB99165107
HSL127°26.83%51.76%
HSB/HSV127°40.00%64.71%
CMYK40.00%0.00%35.15%
35.29%

Color #63A56B in popluar number systems.

HEX63A56B
Decimal99165107
Binary1100011101001011101011
Octal143245153

Shades and tints

Shades of #63A56B

#63A56B
(99,165,107)
#5A9662
(90,150,98)
#518759
(81,135,89)
#487850
(72,120,80)
#3F6947
(63,105,71)
#365A3E
(54,90,62)
#2D4B35
(45,75,53)
#243C2C
(36,60,44)
#1B2D23
(27,45,35)
#121E1A
(18,30,26)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #63A56B

#63A56B
(99,165,107)
#71AD78
(113,173,120)
#7FB585
(127,181,133)
#8DBD92
(141,189,146)
#9BC59F
(155,197,159)
#A9CDAC
(169,205,172)
#B7D5B9
(183,213,185)
#C5DDC6
(197,221,198)
#D3E5D3
(211,229,211)
#E1EDE0
(225,237,224)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A56B; }

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

This text font color is #63A56B.


Background Color

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

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

This div background color is #63A56B.


Border color

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

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

This div border color is #63A56B.


Opacity

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

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

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

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

This text has shadow with #63A56B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A56B on black background.


Color preview on white background

This text has color #63A56B on white background.



Black color preview on #63A56B background

This text has black color on #63A56B background.


White color preview on #63A56B background

This text has white color on #63A56B background.