COLOR #63A485

HEX: #63A485
RGB: (99,164,133)

Color info

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

RGB color model

#63A485 color RGB value is (99,164,133).

  • red value is 99;
  • green value is 164;
  • blue value is 133.
RGB:
(99,164,133)
(39%,64%,52%)

RGB channels and saturation

R 99 of 255 = 39%
G 164 of 255 = 64%
B 133 of 255 = 52%

99
164
133

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

Portions of RGB colors in percentages

R + G + B =
99 + 164 + 133 = 396 (100%)
R 99 of 396 ~ 25%
G 164 of 396 ~ 41.41%
B 133 of 396 ~ 33.59%

%25
%41.41
%33.59

CMYK color model

#63A485 color CMYK value is (40,0,19,36).

  • cyan value is 39.63%
  • magenta value is 0.00%
  • yellow value is 18.90%
  • key color value is 35.69%
CMYK:
(40,0,19,36)
C40M0Y19K36 
(40%,0%,19%,36%)
(0.40/0.00/0.19/0.36)	

CMYK percentages

%39.63
%0
%18.9
%35.69

Codes

Color #63A485 in popluar color models

63A485
RGB99164133
HSL151°26.32%51.57%
HSB/HSV151°39.63%64.31%
CMYK39.63%0.00%18.90%
35.69%

Color #63A485 in popluar number systems.

HEX63A485
Decimal99164133
Binary11000111010010010000101
Octal143244205

Shades and tints

Shades of #63A485

#63A485
(99,164,133)
#5A9679
(90,150,121)
#51886D
(81,136,109)
#487A61
(72,122,97)
#3F6C55
(63,108,85)
#365E49
(54,94,73)
#2D503D
(45,80,61)
#244231
(36,66,49)
#1B3425
(27,52,37)
#122619
(18,38,25)
#09180D
(9,24,13)
#000000
(0,0,0)

Tints of #63A485

#63A485
(99,164,133)
#71AC90
(113,172,144)
#7FB49B
(127,180,155)
#8DBCA6
(141,188,166)
#9BC4B1
(155,196,177)
#A9CCBC
(169,204,188)
#B7D4C7
(183,212,199)
#C5DCD2
(197,220,210)
#D3E4DD
(211,228,221)
#E1ECE8
(225,236,232)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A485 color. Also use rgb(99,164,133) instead hex code.

Text Font Color

.myTextColor { color: #63A485; }

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

This text font color is #63A485.


Background Color

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

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

This div background color is #63A485.


Border color

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

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

This div border color is #63A485.


Opacity

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

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

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

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

This text has shadow with #63A485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A485 on black background.


Color preview on white background

This text has color #63A485 on white background.



Black color preview on #63A485 background

This text has black color on #63A485 background.


White color preview on #63A485 background

This text has white color on #63A485 background.