COLOR #63876F

HEX: #63876F RGB: (99,135,111)

Color info

#63876F contains red, green and blue colors in about the same proportion. Web safe color of #63876F is #669966 (or #696).

RGB color model

#63876F color RGB value is (99,135,111).

RGB: (99,135,111) (39%, 53%, 44%)

RGB channels and saturation

R 99 of 255 = 39%
G 135 of 255 = 53%
B 111 of 255 = 44%

99
135
111

R + G + B ~ 45%. #63876F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 135 + 111 = 345 (100%)
R 99 of 345 ~ 28.7%
G 135 of 345 ~ 39.13%
B 111 of 345 ~ 32.17'%

%28.7
%39.13
%32.17

CMYK color model

#63876F color CMYK value is (27,0,18,47).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 47.06%

CMYK: (27,0,18,47)
C27M0Y18K47 (27%, 0%, 18%, 47%)
(0.27 / 0.00 / 0.18 / 0.47)

CMYK percentages

%26.67
%0
%17.78
%47.06

Codes

Color #63876F in popluar color models

63 87 6F
RGB 99 135 111
HSL 140° 15.38% 45.88%
HSB/HSV 140° 26.67% 52.94%
CMYK 26.67% 0.00% 17.78%
47.06%

Color #63876F in popluar number systems.

HEX 63 87 6F
Decimal 99 135 111
Binary 1100011 10000111 1101111
Octal 143 207 157

Shades and tints

Shades of #63876F

#63876F
(99,135,111)
#5A7B65
(90,123,101)
#516F5B
(81,111,91)
#486351
(72,99,81)
#3F5747
(63,87,71)
#364B3D
(54,75,61)
#2D3F33
(45,63,51)
#243329
(36,51,41)
#1B271F
(27,39,31)
#121B15
(18,27,21)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #63876F

#63876F
(99,135,111)
#71917C
(113,145,124)
#7F9B89
(127,155,137)
#8DA596
(141,165,150)
#9BAFA3
(155,175,163)
#A9B9B0
(169,185,176)
#B7C3BD
(183,195,189)
#C5CDCA
(197,205,202)
#D3D7D7
(211,215,215)
#E1E1E4
(225,225,228)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63876F color. Also use rgb(99,135,111) instead hex code.

Text Font Color

.myTextColor { color: #63876F; }

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

This text font color is #63876F.

Background Color

.myBgColor { background-color: #63876F; }

<div style="background-color:#63876F">Inner text</div>

This div background color is #63876F.

Border color

.myBorderColor { border: 1px solid #63876F; }

<div style="border:3px solid #63876F">Div</div>

This div border color is #63876F.

Opacity

.myOpacity80 { color: #63876F; opacity: 0.8; }

<p style="color:#63876F;opacity:0.8;">80%</p>

Text with #63876F 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 #63876F;}

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

This text has shadow with #63876F color.


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

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

This text has shadow with #63876F primary color and red secondary color.


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

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

This text has shadow with #63876F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #63876F.

Preview

Color preview on black background

This text has color #63876F on black background.


Color preview on white background

This text has color #63876F on white background.


Black color preview on #63876F background

This text has black color on #63876F background.


White color preview on #63876F background

This text has white color on #63876F background.


Related colors

Complementary color

Complementary color for #hex is #9C7890.


I love getcolorcode.com

Triadic colors

1 #6F6387 and #876F63 with #63876F are triadic colors.

2 #6F8763 and #87636F with #63876F are triadic colors.