COLOR #63946F

HEX: #63946F
RGB: (99,148,111)

Color info

#63946F contains red, green and blue colors in about the same proportion. Web safe color of #63946F is #669966 (or #696).

RGB color model

#63946F color RGB value is (99,148,111).

  • red value is 99;
  • green value is 148;
  • blue value is 111.
RGB:
(99,148,111)
(39%,58%,44%)

RGB channels and saturation

R 99 of 255 = 39%
G 148 of 255 = 58%
B 111 of 255 = 44%

99
148
111

R + G + B ~ 47%. #63946F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 148 + 111 = 358 (100%)
R 99 of 358 ~ 27.65%
G 148 of 358 ~ 41.34%
B 111 of 358 ~ 31.01%

%27.65
%41.34
%31.01

CMYK color model

#63946F color CMYK value is (33,0,25,42).

  • cyan value is 33.11%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 41.96%
CMYK:
(33,0,25,42)
C33M0Y25K42 
(33%,0%,25%,42%)
(0.33/0.00/0.25/0.42)	

CMYK percentages

%33.11
%0
%25
%41.96

Codes

Color #63946F in popluar color models

63946F
RGB99148111
HSL135°19.84%48.43%
HSB/HSV135°33.11%58.04%
CMYK33.11%0.00%25.00%
41.96%

Color #63946F in popluar number systems.

HEX63946F
Decimal99148111
Binary1100011100101001101111
Octal143224157

Shades and tints

Shades of #63946F

#63946F
(99,148,111)
#5A8765
(90,135,101)
#517A5B
(81,122,91)
#486D51
(72,109,81)
#3F6047
(63,96,71)
#36533D
(54,83,61)
#2D4633
(45,70,51)
#243929
(36,57,41)
#1B2C1F
(27,44,31)
#121F15
(18,31,21)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #63946F

#63946F
(99,148,111)
#719D7C
(113,157,124)
#7FA689
(127,166,137)
#8DAF96
(141,175,150)
#9BB8A3
(155,184,163)
#A9C1B0
(169,193,176)
#B7CABD
(183,202,189)
#C5D3CA
(197,211,202)
#D3DCD7
(211,220,215)
#E1E5E4
(225,229,228)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63946F color. Also use rgb(99,148,111) instead hex code.

Text Font Color

.myTextColor { color: #63946F; }

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

This text font color is #63946F.


Background Color

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

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

This div background color is #63946F.


Border color

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

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

This div border color is #63946F.


Opacity

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

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

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

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

This text has shadow with #63946F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63946F on black background.


Color preview on white background

This text has color #63946F on white background.



Black color preview on #63946F background

This text has black color on #63946F background.


White color preview on #63946F background

This text has white color on #63946F background.