COLOR #63A681

HEX: #63A681
RGB: (99,166,129)

Color info

#63A681 contains mainly green and blue colors. Web safe color of #63A681 is #669999 (or #699).

RGB color model

#63A681 color RGB value is (99,166,129).

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

RGB channels and saturation

R 99 of 255 = 39%
G 166 of 255 = 65%
B 129 of 255 = 51%

99
166
129

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

Portions of RGB colors in percentages

R + G + B =
99 + 166 + 129 = 394 (100%)
R 99 of 394 ~ 25.13%
G 166 of 394 ~ 42.13%
B 129 of 394 ~ 32.74%

%25.13
%42.13
%32.74

CMYK color model

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

  • cyan value is 40.36%
  • magenta value is 0.00%
  • yellow value is 22.29%
  • key color value is 34.90%
CMYK:
(40,0,22,35)
C40M0Y22K35 
(40%,0%,22%,35%)
(0.40/0.00/0.22/0.35)	

CMYK percentages

%40.36
%0
%22.29
%34.9

Codes

Color #63A681 in popluar color models

63A681
RGB99166129
HSL147°27.35%51.96%
HSB/HSV147°40.36%65.10%
CMYK40.36%0.00%22.29%
34.90%

Color #63A681 in popluar number systems.

HEX63A681
Decimal99166129
Binary11000111010011010000001
Octal143246201

Shades and tints

Shades of #63A681

#63A681
(99,166,129)
#5A9776
(90,151,118)
#51886B
(81,136,107)
#487960
(72,121,96)
#3F6A55
(63,106,85)
#365B4A
(54,91,74)
#2D4C3F
(45,76,63)
#243D34
(36,61,52)
#1B2E29
(27,46,41)
#121F1E
(18,31,30)
#091013
(9,16,19)
#000000
(0,0,0)

Tints of #63A681

#63A681
(99,166,129)
#71AE8C
(113,174,140)
#7FB697
(127,182,151)
#8DBEA2
(141,190,162)
#9BC6AD
(155,198,173)
#A9CEB8
(169,206,184)
#B7D6C3
(183,214,195)
#C5DECE
(197,222,206)
#D3E6D9
(211,230,217)
#E1EEE4
(225,238,228)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A681; }

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

This text font color is #63A681.


Background Color

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

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

This div background color is #63A681.


Border color

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

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

This div border color is #63A681.


Opacity

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

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

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

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

This text has shadow with #63A681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A681 on black background.


Color preview on white background

This text has color #63A681 on white background.



Black color preview on #63A681 background

This text has black color on #63A681 background.


White color preview on #63A681 background

This text has white color on #63A681 background.