COLOR #63746C

HEX: #63746C
RGB: (99,116,108)

Color info

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

RGB color model

#63746C color RGB value is (99,116,108).

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

RGB channels and saturation

R 99 of 255 = 39%
G 116 of 255 = 45%
B 108 of 255 = 42%

99
116
108

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

Portions of RGB colors in percentages

R + G + B =
99 + 116 + 108 = 323 (100%)
R 99 of 323 ~ 30.65%
G 116 of 323 ~ 35.91%
B 108 of 323 ~ 33.44%

%30.65
%35.91
%33.44

CMYK color model

#63746C color CMYK value is (15,0,7,55).

  • cyan value is 14.66%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 54.51%
CMYK:
(15,0,7,55)
C15M0Y7K55 
(15%,0%,7%,55%)
(0.15/0.00/0.07/0.55)	

CMYK percentages

%14.66
%0
%6.9
%54.51

Codes

Color #63746C in popluar color models

63746C
RGB99116108
HSL152°7.91%42.16%
HSB/HSV152°14.66%45.49%
CMYK14.66%0.00%6.90%
54.51%

Color #63746C in popluar number systems.

HEX63746C
Decimal99116108
Binary110001111101001101100
Octal143164154

Shades and tints

Shades of #63746C

#63746C
(99,116,108)
#5A6A63
(90,106,99)
#51605A
(81,96,90)
#485651
(72,86,81)
#3F4C48
(63,76,72)
#36423F
(54,66,63)
#2D3836
(45,56,54)
#242E2D
(36,46,45)
#1B2424
(27,36,36)
#121A1B
(18,26,27)
#091012
(9,16,18)
#000000
(0,0,0)

Tints of #63746C

#63746C
(99,116,108)
#718079
(113,128,121)
#7F8C86
(127,140,134)
#8D9893
(141,152,147)
#9BA4A0
(155,164,160)
#A9B0AD
(169,176,173)
#B7BCBA
(183,188,186)
#C5C8C7
(197,200,199)
#D3D4D4
(211,212,212)
#E1E0E1
(225,224,225)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63746C color. Also use rgb(99,116,108) instead hex code.

Text Font Color

.myTextColor { color: #63746C; }

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

This text font color is #63746C.


Background Color

.myBgColor { background-color: #63746C; }

<div style="background-color:#63746C">Inner text</div>

This div background color is #63746C.


Border color

.myBorderColor { border: 1px solid #63746C; }

<div style="border:3px solid #63746C">Div</div>

This div border color is #63746C.


Opacity

.myOpacity80 { color: #63746C; opacity: 0.8; }

<p style="color:#63746C;opacity:0.8;">80%</p>

Text with #63746C 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 #63746C;}

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

This text has shadow with #63746C color.

.textShadow {text-shadow: 3px 3px 1px #63746C, 3px 3px 1px red;}

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

This text has shadow with #63746C primary color and red secondary color.


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

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

This text has shadow with #63746C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63746C on black background.


Color preview on white background

This text has color #63746C on white background.



Black color preview on #63746C background

This text has black color on #63746C background.


White color preview on #63746C background

This text has white color on #63746C background.