COLOR #63946D

HEX: #63946D
RGB: (99,148,109)

Color info

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

RGB color model

#63946D color RGB value is (99,148,109).

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

RGB channels and saturation

R 99 of 255 = 39%
G 148 of 255 = 58%
B 109 of 255 = 43%

99
148
109

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

Portions of RGB colors in percentages

R + G + B =
99 + 148 + 109 = 356 (100%)
R 99 of 356 ~ 27.81%
G 148 of 356 ~ 41.57%
B 109 of 356 ~ 30.62%

%27.81
%41.57
%30.62

CMYK color model

#63946D color CMYK value is (33,0,26,42).

  • cyan value is 33.11%
  • magenta value is 0.00%
  • yellow value is 26.35%
  • key color value is 41.96%
CMYK:
(33,0,26,42)
C33M0Y26K42 
(33%,0%,26%,42%)
(0.33/0.00/0.26/0.42)	

CMYK percentages

%33.11
%0
%26.35
%41.96

Codes

Color #63946D in popluar color models

63946D
RGB99148109
HSL132°19.84%48.43%
HSB/HSV132°33.11%58.04%
CMYK33.11%0.00%26.35%
41.96%

Color #63946D in popluar number systems.

HEX63946D
Decimal99148109
Binary1100011100101001101101
Octal143224155

Shades and tints

Shades of #63946D

#63946D
(99,148,109)
#5A8764
(90,135,100)
#517A5B
(81,122,91)
#486D52
(72,109,82)
#3F6049
(63,96,73)
#365340
(54,83,64)
#2D4637
(45,70,55)
#24392E
(36,57,46)
#1B2C25
(27,44,37)
#121F1C
(18,31,28)
#091213
(9,18,19)
#000000
(0,0,0)

Tints of #63946D

#63946D
(99,148,109)
#719D7A
(113,157,122)
#7FA687
(127,166,135)
#8DAF94
(141,175,148)
#9BB8A1
(155,184,161)
#A9C1AE
(169,193,174)
#B7CABB
(183,202,187)
#C5D3C8
(197,211,200)
#D3DCD5
(211,220,213)
#E1E5E2
(225,229,226)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63946D; }

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

This text font color is #63946D.


Background Color

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

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

This div background color is #63946D.


Border color

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

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

This div border color is #63946D.


Opacity

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

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

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

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

This text has shadow with #63946D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63946D on black background.


Color preview on white background

This text has color #63946D on white background.



Black color preview on #63946D background

This text has black color on #63946D background.


White color preview on #63946D background

This text has white color on #63946D background.