COLOR #63764F

HEX: #63764F
RGB: (99,118,79)

Color info

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

RGB color model

#63764F color RGB value is (99,118,79).

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

RGB channels and saturation

R 99 of 255 = 39%
G 118 of 255 = 46%
B 79 of 255 = 31%

99
118
79

R + G + B ~ 39%. #63764F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 118 + 79 = 296 (100%)
R 99 of 296 ~ 33.45%
G 118 of 296 ~ 39.86%
B 79 of 296 ~ 26.69%

%33.45
%39.86
%26.69

CMYK color model

#63764F color CMYK value is (16,0,33,54).

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 33.05%
  • key color value is 53.73%
CMYK:
(16,0,33,54)
C16M0Y33K54 
(16%,0%,33%,54%)
(0.16/0.00/0.33/0.54)	

CMYK percentages

%16.1
%0
%33.05
%53.73

Codes

Color #63764F in popluar color models

63764F
RGB9911879
HSL89°19.80%38.63%
HSB/HSV89°33.05%46.27%
CMYK16.10%0.00%33.05%
53.73%

Color #63764F in popluar number systems.

HEX63764F
Decimal9911879
Binary110001111101101001111
Octal143166117

Shades and tints

Shades of #63764F

#63764F
(99,118,79)
#5A6C48
(90,108,72)
#516241
(81,98,65)
#48583A
(72,88,58)
#3F4E33
(63,78,51)
#36442C
(54,68,44)
#2D3A25
(45,58,37)
#24301E
(36,48,30)
#1B2617
(27,38,23)
#121C10
(18,28,16)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #63764F

#63764F
(99,118,79)
#71825F
(113,130,95)
#7F8E6F
(127,142,111)
#8D9A7F
(141,154,127)
#9BA68F
(155,166,143)
#A9B29F
(169,178,159)
#B7BEAF
(183,190,175)
#C5CABF
(197,202,191)
#D3D6CF
(211,214,207)
#E1E2DF
(225,226,223)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63764F; }

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

This text font color is #63764F.


Background Color

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

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

This div background color is #63764F.


Border color

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

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

This div border color is #63764F.


Opacity

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

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

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

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

This text has shadow with #63764F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63764F on black background.


Color preview on white background

This text has color #63764F on white background.



Black color preview on #63764F background

This text has black color on #63764F background.


White color preview on #63764F background

This text has white color on #63764F background.