COLOR #63B291

HEX: #63B291 RGB: (99,178,145)

Color info

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

RGB color model

#63B291 color RGB value is (99,178,145).

RGB: (99,178,145) (39%, 70%, 57%)

RGB channels and saturation

R 99 of 255 = 39%
G 178 of 255 = 70%
B 145 of 255 = 57%

99
178
145

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

Portions of RGB colors in percentages

R + G + B = 99 + 178 + 145 = 422 (100%)
R 99 of 422 ~ 23.46%
G 178 of 422 ~ 42.18%
B 145 of 422 ~ 34.36'%

%23.46
%42.18
%34.36

CMYK color model

#63B291 color CMYK value is (44,0,19,30).

  • cyan value is 44.38%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 30.20%

CMYK: (44,0,19,30)
C44M0Y19K30 (44%, 0%, 19%, 30%)
(0.44 / 0.00 / 0.19 / 0.30)

CMYK percentages

%44.38
%0
%18.54
%30.2

Codes

Color #63B291 in popluar color models

63 B2 91
RGB 99 178 145
HSL 155° 33.91% 54.31%
HSB/HSV 155° 44.38% 69.80%
CMYK 44.38% 0.00% 18.54%
30.20%

Color #63B291 in popluar number systems.

HEX 63 B2 91
Decimal 99 178 145
Binary 1100011 10110010 10010001
Octal 143 262 221

Shades and tints

Shades of #63B291

#63B291
(99,178,145)
#5AA284
(90,162,132)
#519277
(81,146,119)
#48826A
(72,130,106)
#3F725D
(63,114,93)
#366250
(54,98,80)
#2D5243
(45,82,67)
#244236
(36,66,54)
#1B3229
(27,50,41)
#12221C
(18,34,28)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #63B291

#63B291
(99,178,145)
#71B99B
(113,185,155)
#7FC0A5
(127,192,165)
#8DC7AF
(141,199,175)
#9BCEB9
(155,206,185)
#A9D5C3
(169,213,195)
#B7DCCD
(183,220,205)
#C5E3D7
(197,227,215)
#D3EAE1
(211,234,225)
#E1F1EB
(225,241,235)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B291 color. Also use rgb(99,178,145) instead hex code.

Text Font Color

.myTextColor { color: #63B291; }

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

This text font color is #63B291.

Background Color

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

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

This div background color is #63B291.

Border color

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

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

This div border color is #63B291.

Opacity

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

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

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

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

This text has shadow with #63B291 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63B291.

Preview

Color preview on black background

This text has color #63B291 on black background.


Color preview on white background

This text has color #63B291 on white background.


Black color preview on #63B291 background

This text has black color on #63B291 background.


White color preview on #63B291 background

This text has white color on #63B291 background.


Related colors

Complementary color

Complementary color for #hex is #9C4D6E.


I love getcolorcode.com

Triadic colors

1 #9163B2 and #B29163 with #63B291 are triadic colors.

2 #91B263 and #B26391 with #63B291 are triadic colors.