COLOR #63756F

HEX: #63756F
RGB: (99,117,111)

Color info

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

RGB color model

#63756F color RGB value is (99,117,111).

  • red value is 99;
  • green value is 117;
  • blue value is 111.
RGB:
(99,117,111)
(39%,46%,44%)

RGB channels and saturation

R 99 of 255 = 39%
G 117 of 255 = 46%
B 111 of 255 = 44%

99
117
111

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

Portions of RGB colors in percentages

R + G + B =
99 + 117 + 111 = 327 (100%)
R 99 of 327 ~ 30.28%
G 117 of 327 ~ 35.78%
B 111 of 327 ~ 33.94%

%30.28
%35.78
%33.94

CMYK color model

#63756F color CMYK value is (15,0,5,54).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 54.12%
CMYK:
(15,0,5,54)
C15M0Y5K54 
(15%,0%,5%,54%)
(0.15/0.00/0.05/0.54)	

CMYK percentages

%15.38
%0
%5.13
%54.12

Codes

Color #63756F in popluar color models

63756F
RGB99117111
HSL160°8.33%42.35%
HSB/HSV160°15.38%45.88%
CMYK15.38%0.00%5.13%
54.12%

Color #63756F in popluar number systems.

HEX63756F
Decimal99117111
Binary110001111101011101111
Octal143165157

Shades and tints

Shades of #63756F

#63756F
(99,117,111)
#5A6B65
(90,107,101)
#51615B
(81,97,91)
#485751
(72,87,81)
#3F4D47
(63,77,71)
#36433D
(54,67,61)
#2D3933
(45,57,51)
#242F29
(36,47,41)
#1B251F
(27,37,31)
#121B15
(18,27,21)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #63756F

#63756F
(99,117,111)
#71817C
(113,129,124)
#7F8D89
(127,141,137)
#8D9996
(141,153,150)
#9BA5A3
(155,165,163)
#A9B1B0
(169,177,176)
#B7BDBD
(183,189,189)
#C5C9CA
(197,201,202)
#D3D5D7
(211,213,215)
#E1E1E4
(225,225,228)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63756F color. Also use rgb(99,117,111) instead hex code.

Text Font Color

.myTextColor { color: #63756F; }

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

This text font color is #63756F.


Background Color

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

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

This div background color is #63756F.


Border color

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

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

This div border color is #63756F.


Opacity

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

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

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

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

This text has shadow with #63756F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63756F on black background.


Color preview on white background

This text has color #63756F on white background.



Black color preview on #63756F background

This text has black color on #63756F background.


White color preview on #63756F background

This text has white color on #63756F background.