COLOR #63B07A

HEX: #63B07A RGB: (99,176,122)

Color info

#63B07A contains mainly green and blue colors. Web safe color of #63B07A is #669966 (or #696).

RGB color model

#63B07A color RGB value is (99,176,122).

RGB: (99,176,122) (39%, 69%, 48%)

RGB channels and saturation

R 99 of 255 = 39%
G 176 of 255 = 69%
B 122 of 255 = 48%

99
176
122

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

Portions of RGB colors in percentages

R + G + B = 99 + 176 + 122 = 397 (100%)
R 99 of 397 ~ 24.94%
G 176 of 397 ~ 44.33%
B 122 of 397 ~ 30.73'%

%24.94
%44.33
%30.73

CMYK color model

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

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

CMYK: (44,0,31,31)
C44M0Y31K31 (44%, 0%, 31%, 31%)
(0.44 / 0.00 / 0.31 / 0.31)

CMYK percentages

%43.75
%0
%30.68
%30.98

Codes

Color #63B07A in popluar color models

63 B0 7A
RGB 99 176 122
HSL 138° 32.77% 53.92%
HSB/HSV 138° 43.75% 69.02%
CMYK 43.75% 0.00% 30.68%
30.98%

Color #63B07A in popluar number systems.

HEX 63 B0 7A
Decimal 99 176 122
Binary 1100011 10110000 1111010
Octal 143 260 172

Shades and tints

Shades of #63B07A

#63B07A
(99,176,122)
#5AA06F
(90,160,111)
#519064
(81,144,100)
#488059
(72,128,89)
#3F704E
(63,112,78)
#366043
(54,96,67)
#2D5038
(45,80,56)
#24402D
(36,64,45)
#1B3022
(27,48,34)
#122017
(18,32,23)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #63B07A

#63B07A
(99,176,122)
#71B786
(113,183,134)
#7FBE92
(127,190,146)
#8DC59E
(141,197,158)
#9BCCAA
(155,204,170)
#A9D3B6
(169,211,182)
#B7DAC2
(183,218,194)
#C5E1CE
(197,225,206)
#D3E8DA
(211,232,218)
#E1EFE6
(225,239,230)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63B07A; }

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

This text font color is #63B07A.

Background Color

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

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

This div background color is #63B07A.

Border color

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

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

This div border color is #63B07A.

Opacity

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

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

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

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

This text has shadow with #63B07A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63B07A.

Preview

Color preview on black background

This text has color #63B07A on black background.


Color preview on white background

This text has color #63B07A on white background.


Black color preview on #63B07A background

This text has black color on #63B07A background.


White color preview on #63B07A background

This text has white color on #63B07A background.


Related colors

Complementary color

Complementary color for #hex is #9C4F85.


I love getcolorcode.com

Triadic colors

1 #7A63B0 and #B07A63 with #63B07A are triadic colors.

2 #7AB063 and #B0637A with #63B07A are triadic colors.