COLOR #63A082

HEX: #63A082
RGB: (99,160,130)

Color info

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

RGB color model

#63A082 color RGB value is (99,160,130).

  • red value is 99;
  • green value is 160;
  • blue value is 130.
RGB:
(99,160,130)
(39%,63%,51%)

RGB channels and saturation

R 99 of 255 = 39%
G 160 of 255 = 63%
B 130 of 255 = 51%

99
160
130

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

Portions of RGB colors in percentages

R + G + B =
99 + 160 + 130 = 389 (100%)
R 99 of 389 ~ 25.45%
G 160 of 389 ~ 41.13%
B 130 of 389 ~ 33.42%

%25.45
%41.13
%33.42

CMYK color model

#63A082 color CMYK value is (38,0,19,37).

  • cyan value is 38.13%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 37.25%
CMYK:
(38,0,19,37)
C38M0Y19K37 
(38%,0%,19%,37%)
(0.38/0.00/0.19/0.37)	

CMYK percentages

%38.13
%0
%18.75
%37.25

Codes

Color #63A082 in popluar color models

63A082
RGB99160130
HSL150°24.30%50.78%
HSB/HSV150°38.13%62.75%
CMYK38.13%0.00%18.75%
37.25%

Color #63A082 in popluar number systems.

HEX63A082
Decimal99160130
Binary11000111010000010000010
Octal143240202

Shades and tints

Shades of #63A082

#63A082
(99,160,130)
#5A9277
(90,146,119)
#51846C
(81,132,108)
#487661
(72,118,97)
#3F6856
(63,104,86)
#365A4B
(54,90,75)
#2D4C40
(45,76,64)
#243E35
(36,62,53)
#1B302A
(27,48,42)
#12221F
(18,34,31)
#091414
(9,20,20)
#000000
(0,0,0)

Tints of #63A082

#63A082
(99,160,130)
#71A88D
(113,168,141)
#7FB098
(127,176,152)
#8DB8A3
(141,184,163)
#9BC0AE
(155,192,174)
#A9C8B9
(169,200,185)
#B7D0C4
(183,208,196)
#C5D8CF
(197,216,207)
#D3E0DA
(211,224,218)
#E1E8E5
(225,232,229)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A082 color. Also use rgb(99,160,130) instead hex code.

Text Font Color

.myTextColor { color: #63A082; }

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

This text font color is #63A082.


Background Color

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

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

This div background color is #63A082.


Border color

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

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

This div border color is #63A082.


Opacity

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

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

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

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

This text has shadow with #63A082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A082 on black background.


Color preview on white background

This text has color #63A082 on white background.



Black color preview on #63A082 background

This text has black color on #63A082 background.


White color preview on #63A082 background

This text has white color on #63A082 background.