COLOR #63784F

HEX: #63784F
RGB: (99,120,79)

Color info

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

RGB color model

#63784F color RGB value is (99,120,79).

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

RGB channels and saturation

R 99 of 255 = 39%
G 120 of 255 = 47%
B 79 of 255 = 31%

99
120
79

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

Portions of RGB colors in percentages

R + G + B =
99 + 120 + 79 = 298 (100%)
R 99 of 298 ~ 33.22%
G 120 of 298 ~ 40.27%
B 79 of 298 ~ 26.51%

%33.22
%40.27
%26.51

CMYK color model

#63784F color CMYK value is (18,0,34,53).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 34.17%
  • key color value is 52.94%
CMYK:
(18,0,34,53)
C18M0Y34K53 
(18%,0%,34%,53%)
(0.18/0.00/0.34/0.53)	

CMYK percentages

%17.5
%0
%34.17
%52.94

Codes

Color #63784F in popluar color models

63784F
RGB9912079
HSL91°20.60%39.02%
HSB/HSV91°34.17%47.06%
CMYK17.50%0.00%34.17%
52.94%

Color #63784F in popluar number systems.

HEX63784F
Decimal9912079
Binary110001111110001001111
Octal143170117

Shades and tints

Shades of #63784F

#63784F
(99,120,79)
#5A6E48
(90,110,72)
#516441
(81,100,65)
#485A3A
(72,90,58)
#3F5033
(63,80,51)
#36462C
(54,70,44)
#2D3C25
(45,60,37)
#24321E
(36,50,30)
#1B2817
(27,40,23)
#121E10
(18,30,16)
#091409
(9,20,9)
#000000
(0,0,0)

Tints of #63784F

#63784F
(99,120,79)
#71845F
(113,132,95)
#7F906F
(127,144,111)
#8D9C7F
(141,156,127)
#9BA88F
(155,168,143)
#A9B49F
(169,180,159)
#B7C0AF
(183,192,175)
#C5CCBF
(197,204,191)
#D3D8CF
(211,216,207)
#E1E4DF
(225,228,223)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63784F; }

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

This text font color is #63784F.


Background Color

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

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

This div background color is #63784F.


Border color

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

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

This div border color is #63784F.


Opacity

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

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

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

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

This text has shadow with #63784F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63784F on black background.


Color preview on white background

This text has color #63784F on white background.



Black color preview on #63784F background

This text has black color on #63784F background.


White color preview on #63784F background

This text has white color on #63784F background.