COLOR #63A48C

HEX: #63A48C
RGB: (99,164,140)

Color info

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

RGB color model

#63A48C color RGB value is (99,164,140).

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

RGB channels and saturation

R 99 of 255 = 39%
G 164 of 255 = 64%
B 140 of 255 = 55%

99
164
140

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

Portions of RGB colors in percentages

R + G + B =
99 + 164 + 140 = 403 (100%)
R 99 of 403 ~ 24.57%
G 164 of 403 ~ 40.69%
B 140 of 403 ~ 34.74%

%24.57
%40.69
%34.74

CMYK color model

#63A48C color CMYK value is (40,0,15,36).

  • cyan value is 39.63%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(40,0,15,36)
C40M0Y15K36 
(40%,0%,15%,36%)
(0.40/0.00/0.15/0.36)	

CMYK percentages

%39.63
%0
%14.63
%35.69

Codes

Color #63A48C in popluar color models

63A48C
RGB99164140
HSL158°26.32%51.57%
HSB/HSV158°39.63%64.31%
CMYK39.63%0.00%14.63%
35.69%

Color #63A48C in popluar number systems.

HEX63A48C
Decimal99164140
Binary11000111010010010001100
Octal143244214

Shades and tints

Shades of #63A48C

#63A48C
(99,164,140)
#5A9680
(90,150,128)
#518874
(81,136,116)
#487A68
(72,122,104)
#3F6C5C
(63,108,92)
#365E50
(54,94,80)
#2D5044
(45,80,68)
#244238
(36,66,56)
#1B342C
(27,52,44)
#122620
(18,38,32)
#091814
(9,24,20)
#000000
(0,0,0)

Tints of #63A48C

#63A48C
(99,164,140)
#71AC96
(113,172,150)
#7FB4A0
(127,180,160)
#8DBCAA
(141,188,170)
#9BC4B4
(155,196,180)
#A9CCBE
(169,204,190)
#B7D4C8
(183,212,200)
#C5DCD2
(197,220,210)
#D3E4DC
(211,228,220)
#E1ECE6
(225,236,230)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A48C; }

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

This text font color is #63A48C.


Background Color

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

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

This div background color is #63A48C.


Border color

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

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

This div border color is #63A48C.


Opacity

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

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

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

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

This text has shadow with #63A48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A48C on black background.


Color preview on white background

This text has color #63A48C on white background.



Black color preview on #63A48C background

This text has black color on #63A48C background.


White color preview on #63A48C background

This text has white color on #63A48C background.