COLOR #63786E

HEX: #63786E RGB: (99,120,110)

Color info

#63786E contains red, green and blue colors in about the same proportion. Web safe color of #63786E is #666666 (or #666).

RGB color model

#63786E color RGB value is (99,120,110).

RGB: (99,120,110) (39%, 47%, 43%)

RGB channels and saturation

R 99 of 255 = 39%
G 120 of 255 = 47%
B 110 of 255 = 43%

99
120
110

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

Portions of RGB colors in percentages

R + G + B = 99 + 120 + 110 = 329 (100%)
R 99 of 329 ~ 30.09%
G 120 of 329 ~ 36.47%
B 110 of 329 ~ 33.43'%

%30.09
%36.47
%33.43

CMYK color model

#63786E color CMYK value is (18,0,8,53).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 52.94%

CMYK: (18,0,8,53)
C18M0Y8K53 (18%, 0%, 8%, 53%)
(0.18 / 0.00 / 0.08 / 0.53)

CMYK percentages

%17.5
%0
%8.33
%52.94

Codes

Color #63786E in popluar color models

63 78 6E
RGB 99 120 110
HSL 151° 9.59% 42.94%
HSB/HSV 151° 17.50% 47.06%
CMYK 17.50% 0.00% 8.33%
52.94%

Color #63786E in popluar number systems.

HEX 63 78 6E
Decimal 99 120 110
Binary 1100011 1111000 1101110
Octal 143 170 156

Shades and tints

Shades of #63786E

#63786E
(99,120,110)
#5A6E64
(90,110,100)
#51645A
(81,100,90)
#485A50
(72,90,80)
#3F5046
(63,80,70)
#36463C
(54,70,60)
#2D3C32
(45,60,50)
#243228
(36,50,40)
#1B281E
(27,40,30)
#121E14
(18,30,20)
#09140A
(9,20,10)
#000000
(0,0,0)

Tints of #63786E

#63786E
(99,120,110)
#71847B
(113,132,123)
#7F9088
(127,144,136)
#8D9C95
(141,156,149)
#9BA8A2
(155,168,162)
#A9B4AF
(169,180,175)
#B7C0BC
(183,192,188)
#C5CCC9
(197,204,201)
#D3D8D6
(211,216,214)
#E1E4E3
(225,228,227)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63786E color. Also use rgb(99,120,110) instead hex code.

Text Font Color

.myTextColor { color: #63786E; }

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

This text font color is #63786E.

Background Color

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

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

This div background color is #63786E.

Border color

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

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

This div border color is #63786E.

Opacity

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

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

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

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

This text has shadow with #63786E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63786E.

Preview

Color preview on black background

This text has color #63786E on black background.


Color preview on white background

This text has color #63786E on white background.


Black color preview on #63786E background

This text has black color on #63786E background.


White color preview on #63786E background

This text has white color on #63786E background.


Related colors

Complementary color

Complementary color for #hex is #9C8791.


I love getcolorcode.com

Triadic colors

1 #6E6378 and #786E63 with #63786E are triadic colors.

2 #6E7863 and #78636E with #63786E are triadic colors.