COLOR #63978E

HEX: #63978E RGB: (99,151,142)

Color info

#63978E contains red, green and blue colors in about the same proportion. Web safe color of #63978E is #669999 (or #699).

RGB color model

#63978E color RGB value is (99,151,142).

RGB: (99,151,142) (39%, 59%, 56%)

RGB channels and saturation

R 99 of 255 = 39%
G 151 of 255 = 59%
B 142 of 255 = 56%

99
151
142

R + G + B ~ 51%. #63978E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 151 + 142 = 392 (100%)
R 99 of 392 ~ 25.26%
G 151 of 392 ~ 38.52%
B 142 of 392 ~ 36.22'%

%25.26
%38.52
%36.22

CMYK color model

#63978E color CMYK value is (34,0,6,41).

  • cyan value is 34.44%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 40.78%

CMYK: (34,0,6,41)
C34M0Y6K41 (34%, 0%, 6%, 41%)
(0.34 / 0.00 / 0.06 / 0.41)

CMYK percentages

%34.44
%0
%5.96
%40.78

Codes

Color #63978E in popluar color models

63 97 8E
RGB 99 151 142
HSL 170° 20.80% 49.02%
HSB/HSV 170° 34.44% 59.22%
CMYK 34.44% 0.00% 5.96%
40.78%

Color #63978E in popluar number systems.

HEX 63 97 8E
Decimal 99 151 142
Binary 1100011 10010111 10001110
Octal 143 227 216

Shades and tints

Shades of #63978E

#63978E
(99,151,142)
#5A8A82
(90,138,130)
#517D76
(81,125,118)
#48706A
(72,112,106)
#3F635E
(63,99,94)
#365652
(54,86,82)
#2D4946
(45,73,70)
#243C3A
(36,60,58)
#1B2F2E
(27,47,46)
#122222
(18,34,34)
#091516
(9,21,22)
#000000
(0,0,0)

Tints of #63978E

#63978E
(99,151,142)
#71A098
(113,160,152)
#7FA9A2
(127,169,162)
#8DB2AC
(141,178,172)
#9BBBB6
(155,187,182)
#A9C4C0
(169,196,192)
#B7CDCA
(183,205,202)
#C5D6D4
(197,214,212)
#D3DFDE
(211,223,222)
#E1E8E8
(225,232,232)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63978E color. Also use rgb(99,151,142) instead hex code.

Text Font Color

.myTextColor { color: #63978E; }

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

This text font color is #63978E.

Background Color

.myBgColor { background-color: #63978E; }

<div style="background-color:#63978E">Inner text</div>

This div background color is #63978E.

Border color

.myBorderColor { border: 1px solid #63978E; }

<div style="border:3px solid #63978E">Div</div>

This div border color is #63978E.

Opacity

.myOpacity80 { color: #63978E; opacity: 0.8; }

<p style="color:#63978E;opacity:0.8;">80%</p>

Text with #63978E 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 #63978E;}

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

This text has shadow with #63978E color.


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

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

This text has shadow with #63978E primary color and red secondary color.


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

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

This text has shadow with #63978E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #63978E.

Preview

Color preview on black background

This text has color #63978E on black background.


Color preview on white background

This text has color #63978E on white background.


Black color preview on #63978E background

This text has black color on #63978E background.


White color preview on #63978E background

This text has white color on #63978E background.


Related colors

Complementary color

Complementary color for #hex is #9C6871.


I love getcolorcode.com

Triadic colors

1 #8E6397 and #978E63 with #63978E are triadic colors.

2 #8E9763 and #97638E with #63978E are triadic colors.