COLOR #63B170

HEX: #63B170
RGB: (99,177,112)

Color info

#63B170 contains mainly green color. Web safe color of #63B170 is #669966 (or #696).

RGB color model

#63B170 color RGB value is (99,177,112).

  • red value is 99;
  • green value is 177;
  • blue value is 112.
RGB:
(99,177,112)
(39%,69%,44%)

RGB channels and saturation

R 99 of 255 = 39%
G 177 of 255 = 69%
B 112 of 255 = 44%

99
177
112

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

Portions of RGB colors in percentages

R + G + B =
99 + 177 + 112 = 388 (100%)
R 99 of 388 ~ 25.52%
G 177 of 388 ~ 45.62%
B 112 of 388 ~ 28.87%

%25.52
%45.62
%28.87

CMYK color model

#63B170 color CMYK value is (44,0,37,31).

  • cyan value is 44.07%
  • magenta value is 0.00%
  • yellow value is 36.72%
  • key color value is 30.59%
CMYK:
(44,0,37,31)
C44M0Y37K31 
(44%,0%,37%,31%)
(0.44/0.00/0.37/0.31)	

CMYK percentages

%44.07
%0
%36.72
%30.59

Codes

Color #63B170 in popluar color models

63B170
RGB99177112
HSL130°33.33%54.12%
HSB/HSV130°44.07%69.41%
CMYK44.07%0.00%36.72%
30.59%

Color #63B170 in popluar number systems.

HEX63B170
Decimal99177112
Binary1100011101100011110000
Octal143261160

Shades and tints

Shades of #63B170

#63B170
(99,177,112)
#5AA166
(90,161,102)
#51915C
(81,145,92)
#488152
(72,129,82)
#3F7148
(63,113,72)
#36613E
(54,97,62)
#2D5134
(45,81,52)
#24412A
(36,65,42)
#1B3120
(27,49,32)
#122116
(18,33,22)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #63B170

#63B170
(99,177,112)
#71B87D
(113,184,125)
#7FBF8A
(127,191,138)
#8DC697
(141,198,151)
#9BCDA4
(155,205,164)
#A9D4B1
(169,212,177)
#B7DBBE
(183,219,190)
#C5E2CB
(197,226,203)
#D3E9D8
(211,233,216)
#E1F0E5
(225,240,229)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B170 color. Also use rgb(99,177,112) instead hex code.

Text Font Color

.myTextColor { color: #63B170; }

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

This text font color is #63B170.


Background Color

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

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

This div background color is #63B170.


Border color

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

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

This div border color is #63B170.


Opacity

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

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

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

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

This text has shadow with #63B170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B170 on black background.


Color preview on white background

This text has color #63B170 on white background.



Black color preview on #63B170 background

This text has black color on #63B170 background.


White color preview on #63B170 background

This text has white color on #63B170 background.