COLOR #63837F

HEX: #63837F
RGB: (99,131,127)

Color info

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

RGB color model

#63837F color RGB value is (99,131,127).

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

RGB channels and saturation

R 99 of 255 = 39%
G 131 of 255 = 51%
B 127 of 255 = 50%

99
131
127

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

Portions of RGB colors in percentages

R + G + B =
99 + 131 + 127 = 357 (100%)
R 99 of 357 ~ 27.73%
G 131 of 357 ~ 36.69%
B 127 of 357 ~ 35.57%

%27.73
%36.69
%35.57

CMYK color model

#63837F color CMYK value is (24,0,3,49).

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 48.63%
CMYK:
(24,0,3,49)
C24M0Y3K49 
(24%,0%,3%,49%)
(0.24/0.00/0.03/0.49)	

CMYK percentages

%24.43
%0
%3.05
%48.63

Codes

Color #63837F in popluar color models

63837F
RGB99131127
HSL173°13.91%45.10%
HSB/HSV173°24.43%51.37%
CMYK24.43%0.00%3.05%
48.63%

Color #63837F in popluar number systems.

HEX63837F
Decimal99131127
Binary1100011100000111111111
Octal143203177

Shades and tints

Shades of #63837F

#63837F
(99,131,127)
#5A7874
(90,120,116)
#516D69
(81,109,105)
#48625E
(72,98,94)
#3F5753
(63,87,83)
#364C48
(54,76,72)
#2D413D
(45,65,61)
#243632
(36,54,50)
#1B2B27
(27,43,39)
#12201C
(18,32,28)
#091511
(9,21,17)
#000000
(0,0,0)

Tints of #63837F

#63837F
(99,131,127)
#718E8A
(113,142,138)
#7F9995
(127,153,149)
#8DA4A0
(141,164,160)
#9BAFAB
(155,175,171)
#A9BAB6
(169,186,182)
#B7C5C1
(183,197,193)
#C5D0CC
(197,208,204)
#D3DBD7
(211,219,215)
#E1E6E2
(225,230,226)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63837F; }

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

This text font color is #63837F.


Background Color

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

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

This div background color is #63837F.


Border color

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

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

This div border color is #63837F.


Opacity

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

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

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

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

This text has shadow with #63837F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63837F on black background.


Color preview on white background

This text has color #63837F on white background.



Black color preview on #63837F background

This text has black color on #63837F background.


White color preview on #63837F background

This text has white color on #63837F background.