COLOR #63887F

HEX: #63887F
RGB: (99,136,127)

Color info

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

RGB color model

#63887F color RGB value is (99,136,127).

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

RGB channels and saturation

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

99
136
127

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

Portions of RGB colors in percentages

R + G + B =
99 + 136 + 127 = 362 (100%)
R 99 of 362 ~ 27.35%
G 136 of 362 ~ 37.57%
B 127 of 362 ~ 35.08%

%27.35
%37.57
%35.08

CMYK color model

#63887F color CMYK value is (27,0,7,47).

  • cyan value is 27.21%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 46.67%
CMYK:
(27,0,7,47)
C27M0Y7K47 
(27%,0%,7%,47%)
(0.27/0.00/0.07/0.47)	

CMYK percentages

%27.21
%0
%6.62
%46.67

Codes

Color #63887F in popluar color models

63887F
RGB99136127
HSL165°15.74%46.08%
HSB/HSV165°27.21%53.33%
CMYK27.21%0.00%6.62%
46.67%

Color #63887F in popluar number systems.

HEX63887F
Decimal99136127
Binary1100011100010001111111
Octal143210177

Shades and tints

Shades of #63887F

#63887F
(99,136,127)
#5A7C74
(90,124,116)
#517069
(81,112,105)
#48645E
(72,100,94)
#3F5853
(63,88,83)
#364C48
(54,76,72)
#2D403D
(45,64,61)
#243432
(36,52,50)
#1B2827
(27,40,39)
#121C1C
(18,28,28)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #63887F

#63887F
(99,136,127)
#71928A
(113,146,138)
#7F9C95
(127,156,149)
#8DA6A0
(141,166,160)
#9BB0AB
(155,176,171)
#A9BAB6
(169,186,182)
#B7C4C1
(183,196,193)
#C5CECC
(197,206,204)
#D3D8D7
(211,216,215)
#E1E2E2
(225,226,226)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63887F; }

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

This text font color is #63887F.


Background Color

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

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

This div background color is #63887F.


Border color

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

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

This div border color is #63887F.


Opacity

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

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

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

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

This text has shadow with #63887F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63887F on black background.


Color preview on white background

This text has color #63887F on white background.



Black color preview on #63887F background

This text has black color on #63887F background.


White color preview on #63887F background

This text has white color on #63887F background.