COLOR #63876C

HEX: #63876C RGB: (99,135,108)

Color info

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

RGB color model

#63876C color RGB value is (99,135,108).

RGB: (99,135,108) (39%, 53%, 42%)

RGB channels and saturation

R 99 of 255 = 39%
G 135 of 255 = 53%
B 108 of 255 = 42%

99
135
108

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

Portions of RGB colors in percentages

R + G + B = 99 + 135 + 108 = 342 (100%)
R 99 of 342 ~ 28.95%
G 135 of 342 ~ 39.47%
B 108 of 342 ~ 31.58'%

%28.95
%39.47
%31.58

CMYK color model

#63876C color CMYK value is (27,0,20,47).

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

CMYK: (27,0,20,47)
C27M0Y20K47 (27%, 0%, 20%, 47%)
(0.27 / 0.00 / 0.20 / 0.47)

CMYK percentages

%26.67
%0
%20
%47.06

Codes

Color #63876C in popluar color models

63 87 6C
RGB 99 135 108
HSL 135° 15.38% 45.88%
HSB/HSV 135° 26.67% 52.94%
CMYK 26.67% 0.00% 20.00%
47.06%

Color #63876C in popluar number systems.

HEX 63 87 6C
Decimal 99 135 108
Binary 1100011 10000111 1101100
Octal 143 207 154

Shades and tints

Shades of #63876C

#63876C
(99,135,108)
#5A7B63
(90,123,99)
#516F5A
(81,111,90)
#486351
(72,99,81)
#3F5748
(63,87,72)
#364B3F
(54,75,63)
#2D3F36
(45,63,54)
#24332D
(36,51,45)
#1B2724
(27,39,36)
#121B1B
(18,27,27)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #63876C

#63876C
(99,135,108)
#719179
(113,145,121)
#7F9B86
(127,155,134)
#8DA593
(141,165,147)
#9BAFA0
(155,175,160)
#A9B9AD
(169,185,173)
#B7C3BA
(183,195,186)
#C5CDC7
(197,205,199)
#D3D7D4
(211,215,212)
#E1E1E1
(225,225,225)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63876C; }

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

This text font color is #63876C.

Background Color

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

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

This div background color is #63876C.

Border color

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

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

This div border color is #63876C.

Opacity

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

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

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

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

This text has shadow with #63876C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63876C.

Preview

Color preview on black background

This text has color #63876C on black background.


Color preview on white background

This text has color #63876C on white background.


Black color preview on #63876C background

This text has black color on #63876C background.


White color preview on #63876C background

This text has white color on #63876C background.


Related colors

Complementary color

Complementary color for #hex is #9C7893.


I love getcolorcode.com

Triadic colors

1 #6C6387 and #876C63 with #63876C are triadic colors.

2 #6C8763 and #87636C with #63876C are triadic colors.