COLOR #63877F

HEX: #63877F
RGB: (99,135,127)

Color info

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

RGB color model

#63877F color RGB value is (99,135,127).

  • red value is 99;
  • green value is 135;
  • blue value is 127.
RGB:
(99,135,127)
(39%,53%,50%)

RGB channels and saturation

R 99 of 255 = 39%
G 135 of 255 = 53%
B 127 of 255 = 50%

99
135
127

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

Portions of RGB colors in percentages

R + G + B =
99 + 135 + 127 = 361 (100%)
R 99 of 361 ~ 27.42%
G 135 of 361 ~ 37.4%
B 127 of 361 ~ 35.18%

%27.42
%37.4
%35.18

CMYK color model

#63877F color CMYK value is (27,0,6,47).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 47.06%
CMYK:
(27,0,6,47)
C27M0Y6K47 
(27%,0%,6%,47%)
(0.27/0.00/0.06/0.47)	

CMYK percentages

%26.67
%0
%5.93
%47.06

Codes

Color #63877F in popluar color models

63877F
RGB99135127
HSL167°15.38%45.88%
HSB/HSV167°26.67%52.94%
CMYK26.67%0.00%5.93%
47.06%

Color #63877F in popluar number systems.

HEX63877F
Decimal99135127
Binary1100011100001111111111
Octal143207177

Shades and tints

Shades of #63877F

#63877F
(99,135,127)
#5A7B74
(90,123,116)
#516F69
(81,111,105)
#48635E
(72,99,94)
#3F5753
(63,87,83)
#364B48
(54,75,72)
#2D3F3D
(45,63,61)
#243332
(36,51,50)
#1B2727
(27,39,39)
#121B1C
(18,27,28)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #63877F

#63877F
(99,135,127)
#71918A
(113,145,138)
#7F9B95
(127,155,149)
#8DA5A0
(141,165,160)
#9BAFAB
(155,175,171)
#A9B9B6
(169,185,182)
#B7C3C1
(183,195,193)
#C5CDCC
(197,205,204)
#D3D7D7
(211,215,215)
#E1E1E2
(225,225,226)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63877F; }

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

This text font color is #63877F.


Background Color

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

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

This div background color is #63877F.


Border color

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

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

This div border color is #63877F.


Opacity

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

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

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

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

This text has shadow with #63877F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63877F on black background.


Color preview on white background

This text has color #63877F on white background.



Black color preview on #63877F background

This text has black color on #63877F background.


White color preview on #63877F background

This text has white color on #63877F background.