COLOR #63B069

HEX: #63B069 RGB: (99,176,105)

Color info

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

RGB color model

#63B069 color RGB value is (99,176,105).

RGB: (99,176,105) (39%, 69%, 41%)

RGB channels and saturation

R 99 of 255 = 39%
G 176 of 255 = 69%
B 105 of 255 = 41%

99
176
105

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

Portions of RGB colors in percentages

R + G + B = 99 + 176 + 105 = 380 (100%)
R 99 of 380 ~ 26.05%
G 176 of 380 ~ 46.32%
B 105 of 380 ~ 27.63'%

%26.05
%46.32
%27.63

CMYK color model

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

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

CMYK: (44,0,40,31)
C44M0Y40K31 (44%, 0%, 40%, 31%)
(0.44 / 0.00 / 0.40 / 0.31)

CMYK percentages

%43.75
%0
%40.34
%30.98

Codes

Color #63B069 in popluar color models

63 B0 69
RGB 99 176 105
HSL 125° 32.77% 53.92%
HSB/HSV 125° 43.75% 69.02%
CMYK 43.75% 0.00% 40.34%
30.98%

Color #63B069 in popluar number systems.

HEX 63 B0 69
Decimal 99 176 105
Binary 1100011 10110000 1101001
Octal 143 260 151

Shades and tints

Shades of #63B069

#63B069
(99,176,105)
#5AA060
(90,160,96)
#519057
(81,144,87)
#48804E
(72,128,78)
#3F7045
(63,112,69)
#36603C
(54,96,60)
#2D5033
(45,80,51)
#24402A
(36,64,42)
#1B3021
(27,48,33)
#122018
(18,32,24)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #63B069

#63B069
(99,176,105)
#71B776
(113,183,118)
#7FBE83
(127,190,131)
#8DC590
(141,197,144)
#9BCC9D
(155,204,157)
#A9D3AA
(169,211,170)
#B7DAB7
(183,218,183)
#C5E1C4
(197,225,196)
#D3E8D1
(211,232,209)
#E1EFDE
(225,239,222)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63B069; }

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

This text font color is #63B069.

Background Color

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

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

This div background color is #63B069.

Border color

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

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

This div border color is #63B069.

Opacity

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

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

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

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

This text has shadow with #63B069 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63B069.

Preview

Color preview on black background

This text has color #63B069 on black background.


Color preview on white background

This text has color #63B069 on white background.


Black color preview on #63B069 background

This text has black color on #63B069 background.


White color preview on #63B069 background

This text has white color on #63B069 background.


Related colors

Complementary color

Complementary color for #hex is #9C4F96.


I love getcolorcode.com

Triadic colors

1 #6963B0 and #B06963 with #63B069 are triadic colors.

2 #69B063 and #B06369 with #63B069 are triadic colors.