COLOR #63837D

HEX: #63837D
RGB: (99,131,125)

Color info

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

RGB color model

#63837D color RGB value is (99,131,125).

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

RGB channels and saturation

R 99 of 255 = 39%
G 131 of 255 = 51%
B 125 of 255 = 49%

99
131
125

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

Portions of RGB colors in percentages

R + G + B =
99 + 131 + 125 = 355 (100%)
R 99 of 355 ~ 27.89%
G 131 of 355 ~ 36.9%
B 125 of 355 ~ 35.21%

%27.89
%36.9
%35.21

CMYK color model

#63837D color CMYK value is (24,0,5,49).

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 48.63%
CMYK:
(24,0,5,49)
C24M0Y5K49 
(24%,0%,5%,49%)
(0.24/0.00/0.05/0.49)	

CMYK percentages

%24.43
%0
%4.58
%48.63

Codes

Color #63837D in popluar color models

63837D
RGB99131125
HSL169°13.91%45.10%
HSB/HSV169°24.43%51.37%
CMYK24.43%0.00%4.58%
48.63%

Color #63837D in popluar number systems.

HEX63837D
Decimal99131125
Binary1100011100000111111101
Octal143203175

Shades and tints

Shades of #63837D

#63837D
(99,131,125)
#5A7872
(90,120,114)
#516D67
(81,109,103)
#48625C
(72,98,92)
#3F5751
(63,87,81)
#364C46
(54,76,70)
#2D413B
(45,65,59)
#243630
(36,54,48)
#1B2B25
(27,43,37)
#12201A
(18,32,26)
#09150F
(9,21,15)
#000000
(0,0,0)

Tints of #63837D

#63837D
(99,131,125)
#718E88
(113,142,136)
#7F9993
(127,153,147)
#8DA49E
(141,164,158)
#9BAFA9
(155,175,169)
#A9BAB4
(169,186,180)
#B7C5BF
(183,197,191)
#C5D0CA
(197,208,202)
#D3DBD5
(211,219,213)
#E1E6E0
(225,230,224)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63837D; }

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

This text font color is #63837D.


Background Color

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

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

This div background color is #63837D.


Border color

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

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

This div border color is #63837D.


Opacity

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

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

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

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

This text has shadow with #63837D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63837D on black background.


Color preview on white background

This text has color #63837D on white background.



Black color preview on #63837D background

This text has black color on #63837D background.


White color preview on #63837D background

This text has white color on #63837D background.