COLOR #63A679

HEX: #63A679
RGB: (99,166,121)

Color info

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

RGB color model

#63A679 color RGB value is (99,166,121).

  • red value is 99;
  • green value is 166;
  • blue value is 121.
RGB:
(99,166,121)
(39%,65%,47%)

RGB channels and saturation

R 99 of 255 = 39%
G 166 of 255 = 65%
B 121 of 255 = 47%

99
166
121

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

Portions of RGB colors in percentages

R + G + B =
99 + 166 + 121 = 386 (100%)
R 99 of 386 ~ 25.65%
G 166 of 386 ~ 43.01%
B 121 of 386 ~ 31.35%

%25.65
%43.01
%31.35

CMYK color model

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

  • cyan value is 40.36%
  • magenta value is 0.00%
  • yellow value is 27.11%
  • key color value is 34.90%
CMYK:
(40,0,27,35)
C40M0Y27K35 
(40%,0%,27%,35%)
(0.40/0.00/0.27/0.35)	

CMYK percentages

%40.36
%0
%27.11
%34.9

Codes

Color #63A679 in popluar color models

63A679
RGB99166121
HSL140°27.35%51.96%
HSB/HSV140°40.36%65.10%
CMYK40.36%0.00%27.11%
34.90%

Color #63A679 in popluar number systems.

HEX63A679
Decimal99166121
Binary1100011101001101111001
Octal143246171

Shades and tints

Shades of #63A679

#63A679
(99,166,121)
#5A976E
(90,151,110)
#518863
(81,136,99)
#487958
(72,121,88)
#3F6A4D
(63,106,77)
#365B42
(54,91,66)
#2D4C37
(45,76,55)
#243D2C
(36,61,44)
#1B2E21
(27,46,33)
#121F16
(18,31,22)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #63A679

#63A679
(99,166,121)
#71AE85
(113,174,133)
#7FB691
(127,182,145)
#8DBE9D
(141,190,157)
#9BC6A9
(155,198,169)
#A9CEB5
(169,206,181)
#B7D6C1
(183,214,193)
#C5DECD
(197,222,205)
#D3E6D9
(211,230,217)
#E1EEE5
(225,238,229)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A679 color. Also use rgb(99,166,121) instead hex code.

Text Font Color

.myTextColor { color: #63A679; }

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

This text font color is #63A679.


Background Color

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

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

This div background color is #63A679.


Border color

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

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

This div border color is #63A679.


Opacity

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

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

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

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

This text has shadow with #63A679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A679 on black background.


Color preview on white background

This text has color #63A679 on white background.



Black color preview on #63A679 background

This text has black color on #63A679 background.


White color preview on #63A679 background

This text has white color on #63A679 background.