COLOR #63654F

HEX: #63654F
RGB: (99,101,79)

Color info

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

RGB color model

#63654F color RGB value is (99,101,79).

  • red value is 99;
  • green value is 101;
  • blue value is 79.
RGB:
(99,101,79)
(39%,40%,31%)

RGB channels and saturation

R 99 of 255 = 39%
G 101 of 255 = 40%
B 79 of 255 = 31%

99
101
79

R + G + B ~ 37%. #63654F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 101 + 79 = 279 (100%)
R 99 of 279 ~ 35.48%
G 101 of 279 ~ 36.2%
B 79 of 279 ~ 28.32%

%35.48
%36.2
%28.32

CMYK color model

#63654F color CMYK value is (2,0,22,60).

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 21.78%
  • key color value is 60.39%
CMYK:
(2,0,22,60)
C2M0Y22K60 
(2%,0%,22%,60%)
(0.02/0.00/0.22/0.60)	

CMYK percentages

%1.98
%0
%21.78
%60.39

Codes

Color #63654F in popluar color models

63654F
RGB9910179
HSL65°12.22%35.29%
HSB/HSV65°21.78%39.61%
CMYK1.98%0.00%21.78%
60.39%

Color #63654F in popluar number systems.

HEX63654F
Decimal9910179
Binary110001111001011001111
Octal143145117

Shades and tints

Shades of #63654F

#63654F
(99,101,79)
#5A5C48
(90,92,72)
#515341
(81,83,65)
#484A3A
(72,74,58)
#3F4133
(63,65,51)
#36382C
(54,56,44)
#2D2F25
(45,47,37)
#24261E
(36,38,30)
#1B1D17
(27,29,23)
#121410
(18,20,16)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #63654F

#63654F
(99,101,79)
#71735F
(113,115,95)
#7F816F
(127,129,111)
#8D8F7F
(141,143,127)
#9B9D8F
(155,157,143)
#A9AB9F
(169,171,159)
#B7B9AF
(183,185,175)
#C5C7BF
(197,199,191)
#D3D5CF
(211,213,207)
#E1E3DF
(225,227,223)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63654F color. Also use rgb(99,101,79) instead hex code.

Text Font Color

.myTextColor { color: #63654F; }

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

This text font color is #63654F.


Background Color

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

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

This div background color is #63654F.


Border color

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

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

This div border color is #63654F.


Opacity

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

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

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

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

This text has shadow with #63654F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63654F on black background.


Color preview on white background

This text has color #63654F on white background.



Black color preview on #63654F background

This text has black color on #63654F background.


White color preview on #63654F background

This text has white color on #63654F background.