COLOR #63877B

HEX: #63877B
RGB: (99,135,123)

Color info

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

RGB color model

#63877B color RGB value is (99,135,123).

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

RGB channels and saturation

R 99 of 255 = 39%
G 135 of 255 = 53%
B 123 of 255 = 48%

99
135
123

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

Portions of RGB colors in percentages

R + G + B =
99 + 135 + 123 = 357 (100%)
R 99 of 357 ~ 27.73%
G 135 of 357 ~ 37.82%
B 123 of 357 ~ 34.45%

%27.73
%37.82
%34.45

CMYK color model

#63877B color CMYK value is (27,0,9,47).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 47.06%
CMYK:
(27,0,9,47)
C27M0Y9K47 
(27%,0%,9%,47%)
(0.27/0.00/0.09/0.47)	

CMYK percentages

%26.67
%0
%8.89
%47.06

Codes

Color #63877B in popluar color models

63877B
RGB99135123
HSL160°15.38%45.88%
HSB/HSV160°26.67%52.94%
CMYK26.67%0.00%8.89%
47.06%

Color #63877B in popluar number systems.

HEX63877B
Decimal99135123
Binary1100011100001111111011
Octal143207173

Shades and tints

Shades of #63877B

#63877B
(99,135,123)
#5A7B70
(90,123,112)
#516F65
(81,111,101)
#48635A
(72,99,90)
#3F574F
(63,87,79)
#364B44
(54,75,68)
#2D3F39
(45,63,57)
#24332E
(36,51,46)
#1B2723
(27,39,35)
#121B18
(18,27,24)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #63877B

#63877B
(99,135,123)
#719187
(113,145,135)
#7F9B93
(127,155,147)
#8DA59F
(141,165,159)
#9BAFAB
(155,175,171)
#A9B9B7
(169,185,183)
#B7C3C3
(183,195,195)
#C5CDCF
(197,205,207)
#D3D7DB
(211,215,219)
#E1E1E7
(225,225,231)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63877B; }

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

This text font color is #63877B.


Background Color

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

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

This div background color is #63877B.


Border color

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

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

This div border color is #63877B.


Opacity

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

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

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

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

This text has shadow with #63877B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63877B on black background.


Color preview on white background

This text has color #63877B on white background.



Black color preview on #63877B background

This text has black color on #63877B background.


White color preview on #63877B background

This text has white color on #63877B background.