COLOR #63B492

HEX: #63B492
RGB: (99,180,146)

Color info

#63B492 contains mainly green and blue colors. Web safe color of #63B492 is #66CC99 (or #6C9).

RGB color model

#63B492 color RGB value is (99,180,146).

  • red value is 99;
  • green value is 180;
  • blue value is 146.
RGB:
(99,180,146)
(39%,71%,57%)

RGB channels and saturation

R 99 of 255 = 39%
G 180 of 255 = 71%
B 146 of 255 = 57%

99
180
146

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

Portions of RGB colors in percentages

R + G + B =
99 + 180 + 146 = 425 (100%)
R 99 of 425 ~ 23.29%
G 180 of 425 ~ 42.35%
B 146 of 425 ~ 34.35%

%23.29
%42.35
%34.35

CMYK color model

#63B492 color CMYK value is (45,0,19,29).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 18.89%
  • key color value is 29.41%
CMYK:
(45,0,19,29)
C45M0Y19K29 
(45%,0%,19%,29%)
(0.45/0.00/0.19/0.29)	

CMYK percentages

%45
%0
%18.89
%29.41

Codes

Color #63B492 in popluar color models

63B492
RGB99180146
HSL155°35.06%54.71%
HSB/HSV155°45.00%70.59%
CMYK45.00%0.00%18.89%
29.41%

Color #63B492 in popluar number systems.

HEX63B492
Decimal99180146
Binary11000111011010010010010
Octal143264222

Shades and tints

Shades of #63B492

#63B492
(99,180,146)
#5AA485
(90,164,133)
#519478
(81,148,120)
#48846B
(72,132,107)
#3F745E
(63,116,94)
#366451
(54,100,81)
#2D5444
(45,84,68)
#244437
(36,68,55)
#1B342A
(27,52,42)
#12241D
(18,36,29)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #63B492

#63B492
(99,180,146)
#71BA9B
(113,186,155)
#7FC0A4
(127,192,164)
#8DC6AD
(141,198,173)
#9BCCB6
(155,204,182)
#A9D2BF
(169,210,191)
#B7D8C8
(183,216,200)
#C5DED1
(197,222,209)
#D3E4DA
(211,228,218)
#E1EAE3
(225,234,227)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B492 color. Also use rgb(99,180,146) instead hex code.

Text Font Color

.myTextColor { color: #63B492; }

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

This text font color is #63B492.


Background Color

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

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

This div background color is #63B492.


Border color

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

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

This div border color is #63B492.


Opacity

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

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

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

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

This text has shadow with #63B492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B492 on black background.


Color preview on white background

This text has color #63B492 on white background.



Black color preview on #63B492 background

This text has black color on #63B492 background.


White color preview on #63B492 background

This text has white color on #63B492 background.