COLOR #63B08D

HEX: #63B08D
RGB: (99,176,141)

Color info

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

RGB color model

#63B08D color RGB value is (99,176,141).

  • red value is 99;
  • green value is 176;
  • blue value is 141.
RGB:
(99,176,141)
(39%,69%,55%)

RGB channels and saturation

R 99 of 255 = 39%
G 176 of 255 = 69%
B 141 of 255 = 55%

99
176
141

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

Portions of RGB colors in percentages

R + G + B =
99 + 176 + 141 = 416 (100%)
R 99 of 416 ~ 23.8%
G 176 of 416 ~ 42.31%
B 141 of 416 ~ 33.89%

%23.8
%42.31
%33.89

CMYK color model

#63B08D color CMYK value is (44,0,20,31).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 19.89%
  • key color value is 30.98%
CMYK:
(44,0,20,31)
C44M0Y20K31 
(44%,0%,20%,31%)
(0.44/0.00/0.20/0.31)	

CMYK percentages

%43.75
%0
%19.89
%30.98

Codes

Color #63B08D in popluar color models

63B08D
RGB99176141
HSL153°32.77%53.92%
HSB/HSV153°43.75%69.02%
CMYK43.75%0.00%19.89%
30.98%

Color #63B08D in popluar number systems.

HEX63B08D
Decimal99176141
Binary11000111011000010001101
Octal143260215

Shades and tints

Shades of #63B08D

#63B08D
(99,176,141)
#5AA081
(90,160,129)
#519075
(81,144,117)
#488069
(72,128,105)
#3F705D
(63,112,93)
#366051
(54,96,81)
#2D5045
(45,80,69)
#244039
(36,64,57)
#1B302D
(27,48,45)
#122021
(18,32,33)
#091015
(9,16,21)
#000000
(0,0,0)

Tints of #63B08D

#63B08D
(99,176,141)
#71B797
(113,183,151)
#7FBEA1
(127,190,161)
#8DC5AB
(141,197,171)
#9BCCB5
(155,204,181)
#A9D3BF
(169,211,191)
#B7DAC9
(183,218,201)
#C5E1D3
(197,225,211)
#D3E8DD
(211,232,221)
#E1EFE7
(225,239,231)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B08D color. Also use rgb(99,176,141) instead hex code.

Text Font Color

.myTextColor { color: #63B08D; }

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

This text font color is #63B08D.


Background Color

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

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

This div background color is #63B08D.


Border color

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

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

This div border color is #63B08D.


Opacity

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

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

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

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

This text has shadow with #63B08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B08D on black background.


Color preview on white background

This text has color #63B08D on white background.



Black color preview on #63B08D background

This text has black color on #63B08D background.


White color preview on #63B08D background

This text has white color on #63B08D background.