COLOR #63952F

HEX: #63952F
RGB: (99,149,47)

Color info

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

RGB color model

#63952F color RGB value is (99,149,47).

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

RGB channels and saturation

R 99 of 255 = 39%
G 149 of 255 = 58%
B 47 of 255 = 18%

99
149
47

R + G + B ~ 38%. #63952F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 149 + 47 = 295 (100%)
R 99 of 295 ~ 33.56%
G 149 of 295 ~ 50.51%
B 47 of 295 ~ 15.93%

%33.56
%50.51
%15.93

CMYK color model

#63952F color CMYK value is (34,0,68,42).

  • cyan value is 33.56%
  • magenta value is 0.00%
  • yellow value is 68.46%
  • key color value is 41.57%
CMYK:
(34,0,68,42)
C34M0Y68K42 
(34%,0%,68%,42%)
(0.34/0.00/0.68/0.42)	

CMYK percentages

%33.56
%0
%68.46
%41.57

Codes

Color #63952F in popluar color models

63952F
RGB9914947
HSL89°52.04%38.43%
HSB/HSV89°68.46%58.43%
CMYK33.56%0.00%68.46%
41.57%

Color #63952F in popluar number systems.

HEX63952F
Decimal9914947
Binary110001110010101101111
Octal14322557

Shades and tints

Shades of #63952F

#63952F
(99,149,47)
#5A882B
(90,136,43)
#517B27
(81,123,39)
#486E23
(72,110,35)
#3F611F
(63,97,31)
#36541B
(54,84,27)
#2D4717
(45,71,23)
#243A13
(36,58,19)
#1B2D0F
(27,45,15)
#12200B
(18,32,11)
#091307
(9,19,7)
#000000
(0,0,0)

Tints of #63952F

#63952F
(99,149,47)
#719E41
(113,158,65)
#7FA753
(127,167,83)
#8DB065
(141,176,101)
#9BB977
(155,185,119)
#A9C289
(169,194,137)
#B7CB9B
(183,203,155)
#C5D4AD
(197,212,173)
#D3DDBF
(211,221,191)
#E1E6D1
(225,230,209)
#EFEFE3
(239,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63952F; }

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

This text font color is #63952F.


Background Color

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

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

This div background color is #63952F.


Border color

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

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

This div border color is #63952F.


Opacity

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

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

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

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

This text has shadow with #63952F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63952F on black background.


Color preview on white background

This text has color #63952F on white background.



Black color preview on #63952F background

This text has black color on #63952F background.


White color preview on #63952F background

This text has white color on #63952F background.