COLOR #63A377

HEX: #63A377
RGB: (99,163,119)

Color info

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

RGB color model

#63A377 color RGB value is (99,163,119).

  • red value is 99;
  • green value is 163;
  • blue value is 119.
RGB:
(99,163,119)
(39%,64%,47%)

RGB channels and saturation

R 99 of 255 = 39%
G 163 of 255 = 64%
B 119 of 255 = 47%

99
163
119

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

Portions of RGB colors in percentages

R + G + B =
99 + 163 + 119 = 381 (100%)
R 99 of 381 ~ 25.98%
G 163 of 381 ~ 42.78%
B 119 of 381 ~ 31.23%

%25.98
%42.78
%31.23

CMYK color model

#63A377 color CMYK value is (39,0,27,36).

  • cyan value is 39.26%
  • magenta value is 0.00%
  • yellow value is 26.99%
  • key color value is 36.08%
CMYK:
(39,0,27,36)
C39M0Y27K36 
(39%,0%,27%,36%)
(0.39/0.00/0.27/0.36)	

CMYK percentages

%39.26
%0
%26.99
%36.08

Codes

Color #63A377 in popluar color models

63A377
RGB99163119
HSL139°25.81%51.37%
HSB/HSV139°39.26%63.92%
CMYK39.26%0.00%26.99%
36.08%

Color #63A377 in popluar number systems.

HEX63A377
Decimal99163119
Binary1100011101000111110111
Octal143243167

Shades and tints

Shades of #63A377

#63A377
(99,163,119)
#5A956D
(90,149,109)
#518763
(81,135,99)
#487959
(72,121,89)
#3F6B4F
(63,107,79)
#365D45
(54,93,69)
#2D4F3B
(45,79,59)
#244131
(36,65,49)
#1B3327
(27,51,39)
#12251D
(18,37,29)
#091713
(9,23,19)
#000000
(0,0,0)

Tints of #63A377

#63A377
(99,163,119)
#71AB83
(113,171,131)
#7FB38F
(127,179,143)
#8DBB9B
(141,187,155)
#9BC3A7
(155,195,167)
#A9CBB3
(169,203,179)
#B7D3BF
(183,211,191)
#C5DBCB
(197,219,203)
#D3E3D7
(211,227,215)
#E1EBE3
(225,235,227)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A377 color. Also use rgb(99,163,119) instead hex code.

Text Font Color

.myTextColor { color: #63A377; }

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

This text font color is #63A377.


Background Color

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

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

This div background color is #63A377.


Border color

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

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

This div border color is #63A377.


Opacity

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

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

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

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

This text has shadow with #63A377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A377 on black background.


Color preview on white background

This text has color #63A377 on white background.



Black color preview on #63A377 background

This text has black color on #63A377 background.


White color preview on #63A377 background

This text has white color on #63A377 background.