COLOR #63B06E

HEX: #63B06E RGB: (99,176,110)

Color info

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

RGB color model

#63B06E color RGB value is (99,176,110).

RGB: (99,176,110) (39%, 69%, 43%)

RGB channels and saturation

R 99 of 255 = 39%
G 176 of 255 = 69%
B 110 of 255 = 43%

99
176
110

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

Portions of RGB colors in percentages

R + G + B = 99 + 176 + 110 = 385 (100%)
R 99 of 385 ~ 25.71%
G 176 of 385 ~ 45.71%
B 110 of 385 ~ 28.57'%

%25.71
%45.71
%28.57

CMYK color model

#63B06E color CMYK value is (44,0,38,31).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 30.98%

CMYK: (44,0,38,31)
C44M0Y38K31 (44%, 0%, 38%, 31%)
(0.44 / 0.00 / 0.38 / 0.31)

CMYK percentages

%43.75
%0
%37.5
%30.98

Codes

Color #63B06E in popluar color models

63 B0 6E
RGB 99 176 110
HSL 129° 32.77% 53.92%
HSB/HSV 129° 43.75% 69.02%
CMYK 43.75% 0.00% 37.50%
30.98%

Color #63B06E in popluar number systems.

HEX 63 B0 6E
Decimal 99 176 110
Binary 1100011 10110000 1101110
Octal 143 260 156

Shades and tints

Shades of #63B06E

#63B06E
(99,176,110)
#5AA064
(90,160,100)
#51905A
(81,144,90)
#488050
(72,128,80)
#3F7046
(63,112,70)
#36603C
(54,96,60)
#2D5032
(45,80,50)
#244028
(36,64,40)
#1B301E
(27,48,30)
#122014
(18,32,20)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #63B06E

#63B06E
(99,176,110)
#71B77B
(113,183,123)
#7FBE88
(127,190,136)
#8DC595
(141,197,149)
#9BCCA2
(155,204,162)
#A9D3AF
(169,211,175)
#B7DABC
(183,218,188)
#C5E1C9
(197,225,201)
#D3E8D6
(211,232,214)
#E1EFE3
(225,239,227)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63B06E; }

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

This text font color is #63B06E.

Background Color

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

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

This div background color is #63B06E.

Border color

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

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

This div border color is #63B06E.

Opacity

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

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

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

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

This text has shadow with #63B06E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63B06E.

Preview

Color preview on black background

This text has color #63B06E on black background.


Color preview on white background

This text has color #63B06E on white background.


Black color preview on #63B06E background

This text has black color on #63B06E background.


White color preview on #63B06E background

This text has white color on #63B06E background.


Related colors

Complementary color

Complementary color for #hex is #9C4F91.


I love getcolorcode.com

Triadic colors

1 #6E63B0 and #B06E63 with #63B06E are triadic colors.

2 #6EB063 and #B0636E with #63B06E are triadic colors.