COLOR #63985E

HEX: #63985E RGB: (99,152,94)

Color info

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

RGB color model

#63985E color RGB value is (99,152,94).

RGB: (99,152,94) (39%, 60%, 37%)

RGB channels and saturation

R 99 of 255 = 39%
G 152 of 255 = 60%
B 94 of 255 = 37%

99
152
94

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

Portions of RGB colors in percentages

R + G + B = 99 + 152 + 94 = 345 (100%)
R 99 of 345 ~ 28.7%
G 152 of 345 ~ 44.06%
B 94 of 345 ~ 27.25'%

%28.7
%44.06
%27.25

CMYK color model

#63985E color CMYK value is (35,0,38,40).

  • cyan value is 34.87%
  • magenta value is 0.00%
  • yellow value is 38.16%
  • key color value is 40.39%

CMYK: (35,0,38,40)
C35M0Y38K40 (35%, 0%, 38%, 40%)
(0.35 / 0.00 / 0.38 / 0.40)

CMYK percentages

%34.87
%0
%38.16
%40.39

Codes

Color #63985E in popluar color models

63 98 5E
RGB 99 152 94
HSL 115° 23.58% 48.24%
HSB/HSV 115° 38.16% 59.61%
CMYK 34.87% 0.00% 38.16%
40.39%

Color #63985E in popluar number systems.

HEX 63 98 5E
Decimal 99 152 94
Binary 1100011 10011000 1011110
Octal 143 230 136

Shades and tints

Shades of #63985E

#63985E
(99,152,94)
#5A8B56
(90,139,86)
#517E4E
(81,126,78)
#487146
(72,113,70)
#3F643E
(63,100,62)
#365736
(54,87,54)
#2D4A2E
(45,74,46)
#243D26
(36,61,38)
#1B301E
(27,48,30)
#122316
(18,35,22)
#09160E
(9,22,14)
#000000
(0,0,0)

Tints of #63985E

#63985E
(99,152,94)
#71A16C
(113,161,108)
#7FAA7A
(127,170,122)
#8DB388
(141,179,136)
#9BBC96
(155,188,150)
#A9C5A4
(169,197,164)
#B7CEB2
(183,206,178)
#C5D7C0
(197,215,192)
#D3E0CE
(211,224,206)
#E1E9DC
(225,233,220)
#EFF2EA
(239,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63985E; }

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

This text font color is #63985E.

Background Color

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

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

This div background color is #63985E.

Border color

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

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

This div border color is #63985E.

Opacity

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

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

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

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

This text has shadow with #63985E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63985E.

Preview

Color preview on black background

This text has color #63985E on black background.


Color preview on white background

This text has color #63985E on white background.


Black color preview on #63985E background

This text has black color on #63985E background.


White color preview on #63985E background

This text has white color on #63985E background.


Related colors

Complementary color

Complementary color for #hex is #9C67A1.


I love getcolorcode.com

Triadic colors

1 #5E6398 and #985E63 with #63985E are triadic colors.

2 #5E9863 and #98635E with #63985E are triadic colors.