COLOR #63675C

HEX: #63675C
RGB: (99,103,92)

Color info

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

RGB color model

#63675C color RGB value is (99,103,92).

  • red value is 99;
  • green value is 103;
  • blue value is 92.
RGB:
(99,103,92)
(39%,40%,36%)

RGB channels and saturation

R 99 of 255 = 39%
G 103 of 255 = 40%
B 92 of 255 = 36%

99
103
92

R + G + B ~ 38%. #63675C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 103 + 92 = 294 (100%)
R 99 of 294 ~ 33.67%
G 103 of 294 ~ 35.03%
B 92 of 294 ~ 31.29%

%33.67
%35.03
%31.29

CMYK color model

#63675C color CMYK value is (4,0,11,60).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 59.61%
CMYK:
(4,0,11,60)
C4M0Y11K60 
(4%,0%,11%,60%)
(0.04/0.00/0.11/0.60)	

CMYK percentages

%3.88
%0
%10.68
%59.61

Codes

Color #63675C in popluar color models

63675C
RGB9910392
HSL82°5.64%38.24%
HSB/HSV82°10.68%40.39%
CMYK3.88%0.00%10.68%
59.61%

Color #63675C in popluar number systems.

HEX63675C
Decimal9910392
Binary110001111001111011100
Octal143147134

Shades and tints

Shades of #63675C

#63675C
(99,103,92)
#5A5E54
(90,94,84)
#51554C
(81,85,76)
#484C44
(72,76,68)
#3F433C
(63,67,60)
#363A34
(54,58,52)
#2D312C
(45,49,44)
#242824
(36,40,36)
#1B1F1C
(27,31,28)
#121614
(18,22,20)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #63675C

#63675C
(99,103,92)
#71746A
(113,116,106)
#7F8178
(127,129,120)
#8D8E86
(141,142,134)
#9B9B94
(155,155,148)
#A9A8A2
(169,168,162)
#B7B5B0
(183,181,176)
#C5C2BE
(197,194,190)
#D3CFCC
(211,207,204)
#E1DCDA
(225,220,218)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63675C color. Also use rgb(99,103,92) instead hex code.

Text Font Color

.myTextColor { color: #63675C; }

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

This text font color is #63675C.


Background Color

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

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

This div background color is #63675C.


Border color

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

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

This div border color is #63675C.


Opacity

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

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

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

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

This text has shadow with #63675C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63675C on black background.


Color preview on white background

This text has color #63675C on white background.



Black color preview on #63675C background

This text has black color on #63675C background.


White color preview on #63675C background

This text has white color on #63675C background.