COLOR #63866F

HEX: #63866F RGB: (99,134,111)

Color info

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

RGB color model

#63866F color RGB value is (99,134,111).

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

RGB channels and saturation

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

99
134
111

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

Portions of RGB colors in percentages

R + G + B = 99 + 134 + 111 = 344 (100%)
R 99 of 344 ~ 28.78%
G 134 of 344 ~ 38.95%
B 111 of 344 ~ 32.27'%

%28.78
%38.95
%32.27

CMYK color model

#63866F color CMYK value is (26,0,17,47).

  • cyan value is 26.12%
  • magenta value is 0.00%
  • yellow value is 17.16%
  • key color value is 47.45%

CMYK: (26,0,17,47)
C26M0Y17K47 (26%, 0%, 17%, 47%)
(0.26 / 0.00 / 0.17 / 0.47)

CMYK percentages

%26.12
%0
%17.16
%47.45

Codes

Color #63866F in popluar color models

63 86 6F
RGB 99 134 111
HSL 141° 15.02% 45.69%
HSB/HSV 141° 26.12% 52.55%
CMYK 26.12% 0.00% 17.16%
47.45%

Color #63866F in popluar number systems.

HEX 63 86 6F
Decimal 99 134 111
Binary 1100011 10000110 1101111
Octal 143 206 157

Shades and tints

Shades of #63866F

#63866F
(99,134,111)
#5A7A65
(90,122,101)
#516E5B
(81,110,91)
#486251
(72,98,81)
#3F5647
(63,86,71)
#364A3D
(54,74,61)
#2D3E33
(45,62,51)
#243229
(36,50,41)
#1B261F
(27,38,31)
#121A15
(18,26,21)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #63866F

#63866F
(99,134,111)
#71917C
(113,145,124)
#7F9C89
(127,156,137)
#8DA796
(141,167,150)
#9BB2A3
(155,178,163)
#A9BDB0
(169,189,176)
#B7C8BD
(183,200,189)
#C5D3CA
(197,211,202)
#D3DED7
(211,222,215)
#E1E9E4
(225,233,228)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63866F; }

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

This text font color is #63866F.

Background Color

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

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

This div background color is #63866F.

Border color

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

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

This div border color is #63866F.

Opacity

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

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

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

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

This text has shadow with #63866F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63866F.

Preview

Color preview on black background

This text has color #63866F on black background.


Color preview on white background

This text has color #63866F on white background.


Black color preview on #63866F background

This text has black color on #63866F background.


White color preview on #63866F background

This text has white color on #63866F background.


Related colors

Complementary color

Complementary color for #hex is #9C7990.


I love getcolorcode.com

Triadic colors

1 #6F6386 and #866F63 with #63866F are triadic colors.

2 #6F8663 and #86636F with #63866F are triadic colors.