COLOR #63736B

HEX: #63736B
RGB: (99,115,107)

Color info

#63736B contains red, green and blue colors in about the same proportion. Web safe color of #63736B is #666666 (or #666).

RGB color model

#63736B color RGB value is (99,115,107).

  • red value is 99;
  • green value is 115;
  • blue value is 107.
RGB:
(99,115,107)
(39%,45%,42%)

RGB channels and saturation

R 99 of 255 = 39%
G 115 of 255 = 45%
B 107 of 255 = 42%

99
115
107

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

Portions of RGB colors in percentages

R + G + B =
99 + 115 + 107 = 321 (100%)
R 99 of 321 ~ 30.84%
G 115 of 321 ~ 35.83%
B 107 of 321 ~ 33.33%

%30.84
%35.83
%33.33

CMYK color model

#63736B color CMYK value is (14,0,7,55).

  • cyan value is 13.91%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 54.90%
CMYK:
(14,0,7,55)
C14M0Y7K55 
(14%,0%,7%,55%)
(0.14/0.00/0.07/0.55)	

CMYK percentages

%13.91
%0
%6.96
%54.9

Codes

Color #63736B in popluar color models

63736B
RGB99115107
HSL150°7.48%41.96%
HSB/HSV150°13.91%45.10%
CMYK13.91%0.00%6.96%
54.90%

Color #63736B in popluar number systems.

HEX63736B
Decimal99115107
Binary110001111100111101011
Octal143163153

Shades and tints

Shades of #63736B

#63736B
(99,115,107)
#5A6962
(90,105,98)
#515F59
(81,95,89)
#485550
(72,85,80)
#3F4B47
(63,75,71)
#36413E
(54,65,62)
#2D3735
(45,55,53)
#242D2C
(36,45,44)
#1B2323
(27,35,35)
#12191A
(18,25,26)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #63736B

#63736B
(99,115,107)
#717F78
(113,127,120)
#7F8B85
(127,139,133)
#8D9792
(141,151,146)
#9BA39F
(155,163,159)
#A9AFAC
(169,175,172)
#B7BBB9
(183,187,185)
#C5C7C6
(197,199,198)
#D3D3D3
(211,211,211)
#E1DFE0
(225,223,224)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63736B color. Also use rgb(99,115,107) instead hex code.

Text Font Color

.myTextColor { color: #63736B; }

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

This text font color is #63736B.


Background Color

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

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

This div background color is #63736B.


Border color

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

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

This div border color is #63736B.


Opacity

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

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

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

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

This text has shadow with #63736B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63736B on black background.


Color preview on white background

This text has color #63736B on white background.



Black color preview on #63736B background

This text has black color on #63736B background.


White color preview on #63736B background

This text has white color on #63736B background.