COLOR #63986E

HEX: #63986E
RGB: (99,152,110)

Color info

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

RGB color model

#63986E color RGB value is (99,152,110).

  • red value is 99;
  • green value is 152;
  • blue value is 110.
RGB:
(99,152,110)
(39%,60%,43%)

RGB channels and saturation

R 99 of 255 = 39%
G 152 of 255 = 60%
B 110 of 255 = 43%

99
152
110

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

Portions of RGB colors in percentages

R + G + B =
99 + 152 + 110 = 361 (100%)
R 99 of 361 ~ 27.42%
G 152 of 361 ~ 42.11%
B 110 of 361 ~ 30.47%

%27.42
%42.11
%30.47

CMYK color model

#63986E color CMYK value is (35,0,28,40).

  • cyan value is 34.87%
  • magenta value is 0.00%
  • yellow value is 27.63%
  • key color value is 40.39%
CMYK:
(35,0,28,40)
C35M0Y28K40 
(35%,0%,28%,40%)
(0.35/0.00/0.28/0.40)	

CMYK percentages

%34.87
%0
%27.63
%40.39

Codes

Color #63986E in popluar color models

63986E
RGB99152110
HSL132°21.12%49.22%
HSB/HSV132°34.87%59.61%
CMYK34.87%0.00%27.63%
40.39%

Color #63986E in popluar number systems.

HEX63986E
Decimal99152110
Binary1100011100110001101110
Octal143230156

Shades and tints

Shades of #63986E

#63986E
(99,152,110)
#5A8B64
(90,139,100)
#517E5A
(81,126,90)
#487150
(72,113,80)
#3F6446
(63,100,70)
#36573C
(54,87,60)
#2D4A32
(45,74,50)
#243D28
(36,61,40)
#1B301E
(27,48,30)
#122314
(18,35,20)
#09160A
(9,22,10)
#000000
(0,0,0)

Tints of #63986E

#63986E
(99,152,110)
#71A17B
(113,161,123)
#7FAA88
(127,170,136)
#8DB395
(141,179,149)
#9BBCA2
(155,188,162)
#A9C5AF
(169,197,175)
#B7CEBC
(183,206,188)
#C5D7C9
(197,215,201)
#D3E0D6
(211,224,214)
#E1E9E3
(225,233,227)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63986E color. Also use rgb(99,152,110) instead hex code.

Text Font Color

.myTextColor { color: #63986E; }

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

This text font color is #63986E.


Background Color

.myBgColor { background-color: #63986E; }

<div style="background-color:#63986E">Inner text</div>

This div background color is #63986E.


Border color

.myBorderColor { border: 1px solid #63986E; }

<div style="border:3px solid #63986E">Div</div>

This div border color is #63986E.


Opacity

.myOpacity80 { color: #63986E; opacity: 0.8; }

<p style="color:#63986E;opacity:0.8;">80%</p>

Text with #63986E 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 #63986E;}

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

This text has shadow with #63986E color.

.textShadow {text-shadow: 3px 3px 1px #63986E, 3px 3px 1px red;}

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

This text has shadow with #63986E primary color and red secondary color.


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

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

This text has shadow with #63986E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63986E on black background.


Color preview on white background

This text has color #63986E on white background.



Black color preview on #63986E background

This text has black color on #63986E background.


White color preview on #63986E background

This text has white color on #63986E background.