COLOR #63B474

HEX: #63B474 RGB: (99,180,116)

Color info

#63B474 contains mainly green color. Web safe color of #63B474 is #66CC66 (or #6C6).

RGB color model

#63B474 color RGB value is (99,180,116).

RGB: (99,180,116) (39%, 71%, 45%)

RGB channels and saturation

R 99 of 255 = 39%
G 180 of 255 = 71%
B 116 of 255 = 45%

99
180
116

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

Portions of RGB colors in percentages

R + G + B = 99 + 180 + 116 = 395 (100%)
R 99 of 395 ~ 25.06%
G 180 of 395 ~ 45.57%
B 116 of 395 ~ 29.37'%

%25.06
%45.57
%29.37

CMYK color model

#63B474 color CMYK value is (45,0,36,29).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 35.56%
  • key color value is 29.41%

CMYK: (45,0,36,29)
C45M0Y36K29 (45%, 0%, 36%, 29%)
(0.45 / 0.00 / 0.36 / 0.29)

CMYK percentages

%45
%0
%35.56
%29.41

Codes

Color #63B474 in popluar color models

63 B4 74
RGB 99 180 116
HSL 133° 35.06% 54.71%
HSB/HSV 133° 45.00% 70.59%
CMYK 45.00% 0.00% 35.56%
29.41%

Color #63B474 in popluar number systems.

HEX 63 B4 74
Decimal 99 180 116
Binary 1100011 10110100 1110100
Octal 143 264 164

Shades and tints

Shades of #63B474

#63B474
(99,180,116)
#5AA46A
(90,164,106)
#519460
(81,148,96)
#488456
(72,132,86)
#3F744C
(63,116,76)
#366442
(54,100,66)
#2D5438
(45,84,56)
#24442E
(36,68,46)
#1B3424
(27,52,36)
#12241A
(18,36,26)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #63B474

#63B474
(99,180,116)
#71BA80
(113,186,128)
#7FC08C
(127,192,140)
#8DC698
(141,198,152)
#9BCCA4
(155,204,164)
#A9D2B0
(169,210,176)
#B7D8BC
(183,216,188)
#C5DEC8
(197,222,200)
#D3E4D4
(211,228,212)
#E1EAE0
(225,234,224)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63B474; }

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

This text font color is #63B474.

Background Color

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

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

This div background color is #63B474.

Border color

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

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

This div border color is #63B474.

Opacity

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

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

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

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

This text has shadow with #63B474 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63B474.

Preview

Color preview on black background

This text has color #63B474 on black background.


Color preview on white background

This text has color #63B474 on white background.


Black color preview on #63B474 background

This text has black color on #63B474 background.


White color preview on #63B474 background

This text has white color on #63B474 background.


Related colors

Complementary color

Complementary color for #hex is #9C4B8B.


I love getcolorcode.com

Triadic colors

1 #7463B4 and #B47463 with #63B474 are triadic colors.

2 #74B463 and #B46374 with #63B474 are triadic colors.