COLOR #63786A

HEX: #63786A RGB: (99,120,106)

Color info

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

RGB color model

#63786A color RGB value is (99,120,106).

RGB: (99,120,106) (39%, 47%, 42%)

RGB channels and saturation

R 99 of 255 = 39%
G 120 of 255 = 47%
B 106 of 255 = 42%

99
120
106

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

Portions of RGB colors in percentages

R + G + B = 99 + 120 + 106 = 325 (100%)
R 99 of 325 ~ 30.46%
G 120 of 325 ~ 36.92%
B 106 of 325 ~ 32.62'%

%30.46
%36.92
%32.62

CMYK color model

#63786A color CMYK value is (18,0,12,53).

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

CMYK: (18,0,12,53)
C18M0Y12K53 (18%, 0%, 12%, 53%)
(0.18 / 0.00 / 0.12 / 0.53)

CMYK percentages

%17.5
%0
%11.67
%52.94

Codes

Color #63786A in popluar color models

63 78 6A
RGB 99 120 106
HSL 140° 9.59% 42.94%
HSB/HSV 140° 17.50% 47.06%
CMYK 17.50% 0.00% 11.67%
52.94%

Color #63786A in popluar number systems.

HEX 63 78 6A
Decimal 99 120 106
Binary 1100011 1111000 1101010
Octal 143 170 152

Shades and tints

Shades of #63786A

#63786A
(99,120,106)
#5A6E61
(90,110,97)
#516458
(81,100,88)
#485A4F
(72,90,79)
#3F5046
(63,80,70)
#36463D
(54,70,61)
#2D3C34
(45,60,52)
#24322B
(36,50,43)
#1B2822
(27,40,34)
#121E19
(18,30,25)
#091410
(9,20,16)
#000000
(0,0,0)

Tints of #63786A

#63786A
(99,120,106)
#718477
(113,132,119)
#7F9084
(127,144,132)
#8D9C91
(141,156,145)
#9BA89E
(155,168,158)
#A9B4AB
(169,180,171)
#B7C0B8
(183,192,184)
#C5CCC5
(197,204,197)
#D3D8D2
(211,216,210)
#E1E4DF
(225,228,223)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63786A; }

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

This text font color is #63786A.

Background Color

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

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

This div background color is #63786A.

Border color

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

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

This div border color is #63786A.

Opacity

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

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

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

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

This text has shadow with #63786A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63786A.

Preview

Color preview on black background

This text has color #63786A on black background.


Color preview on white background

This text has color #63786A on white background.


Black color preview on #63786A background

This text has black color on #63786A background.


White color preview on #63786A background

This text has white color on #63786A background.


Related colors

Complementary color

Complementary color for #hex is #9C8795.


I love getcolorcode.com

Triadic colors

1 #6A6378 and #786A63 with #63786A are triadic colors.

2 #6A7863 and #78636A with #63786A are triadic colors.