COLOR #63962F

HEX: #63962F
RGB: (99,150,47)

Color info

#63962F contains mainly red and green colors. Web safe color of #63962F is #669933 (or #693).

RGB color model

#63962F color RGB value is (99,150,47).

  • red value is 99;
  • green value is 150;
  • blue value is 47.
RGB:
(99,150,47)
(39%,59%,18%)

RGB channels and saturation

R 99 of 255 = 39%
G 150 of 255 = 59%
B 47 of 255 = 18%

99
150
47

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

Portions of RGB colors in percentages

R + G + B =
99 + 150 + 47 = 296 (100%)
R 99 of 296 ~ 33.45%
G 150 of 296 ~ 50.68%
B 47 of 296 ~ 15.88%

%33.45
%50.68
%15.88

CMYK color model

#63962F color CMYK value is (34,0,69,41).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 68.67%
  • key color value is 41.18%
CMYK:
(34,0,69,41)
C34M0Y69K41 
(34%,0%,69%,41%)
(0.34/0.00/0.69/0.41)	

CMYK percentages

%34
%0
%68.67
%41.18

Codes

Color #63962F in popluar color models

63962F
RGB9915047
HSL90°52.28%38.63%
HSB/HSV90°68.67%58.82%
CMYK34.00%0.00%68.67%
41.18%

Color #63962F in popluar number systems.

HEX63962F
Decimal9915047
Binary110001110010110101111
Octal14322657

Shades and tints

Shades of #63962F

#63962F
(99,150,47)
#5A892B
(90,137,43)
#517C27
(81,124,39)
#486F23
(72,111,35)
#3F621F
(63,98,31)
#36551B
(54,85,27)
#2D4817
(45,72,23)
#243B13
(36,59,19)
#1B2E0F
(27,46,15)
#12210B
(18,33,11)
#091407
(9,20,7)
#000000
(0,0,0)

Tints of #63962F

#63962F
(99,150,47)
#719F41
(113,159,65)
#7FA853
(127,168,83)
#8DB165
(141,177,101)
#9BBA77
(155,186,119)
#A9C389
(169,195,137)
#B7CC9B
(183,204,155)
#C5D5AD
(197,213,173)
#D3DEBF
(211,222,191)
#E1E7D1
(225,231,209)
#EFF0E3
(239,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63962F color. Also use rgb(99,150,47) instead hex code.

Text Font Color

.myTextColor { color: #63962F; }

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

This text font color is #63962F.


Background Color

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

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

This div background color is #63962F.


Border color

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

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

This div border color is #63962F.


Opacity

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

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

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

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

This text has shadow with #63962F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63962F on black background.


Color preview on white background

This text has color #63962F on white background.



Black color preview on #63962F background

This text has black color on #63962F background.


White color preview on #63962F background

This text has white color on #63962F background.