COLOR #63946E

HEX: #63946E RGB: (99,148,110)

Color info

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

RGB color model

#63946E color RGB value is (99,148,110).

RGB: (99,148,110) (39%, 58%, 43%)

RGB channels and saturation

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

99
148
110

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

Portions of RGB colors in percentages

R + G + B = 99 + 148 + 110 = 357 (100%)
R 99 of 357 ~ 27.73%
G 148 of 357 ~ 41.46%
B 110 of 357 ~ 30.81'%

%27.73
%41.46
%30.81

CMYK color model

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

  • cyan value is 33.11%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • 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
%25.68
%41.96

Codes

Color #63946E in popluar color models

63 94 6E
RGB 99 148 110
HSL 133° 19.84% 48.43%
HSB/HSV 133° 33.11% 58.04%
CMYK 33.11% 0.00% 25.68%
41.96%

Color #63946E in popluar number systems.

HEX 63 94 6E
Decimal 99 148 110
Binary 1100011 10010100 1101110
Octal 143 224 156

Shades and tints

Shades of #63946E

#63946E
(99,148,110)
#5A8764
(90,135,100)
#517A5A
(81,122,90)
#486D50
(72,109,80)
#3F6046
(63,96,70)
#36533C
(54,83,60)
#2D4632
(45,70,50)
#243928
(36,57,40)
#1B2C1E
(27,44,30)
#121F14
(18,31,20)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #63946E

#63946E
(99,148,110)
#719D7B
(113,157,123)
#7FA688
(127,166,136)
#8DAF95
(141,175,149)
#9BB8A2
(155,184,162)
#A9C1AF
(169,193,175)
#B7CABC
(183,202,188)
#C5D3C9
(197,211,201)
#D3DCD6
(211,220,214)
#E1E5E3
(225,229,227)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63946E; }

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

This text font color is #63946E.

Background Color

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

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

This div background color is #63946E.

Border color

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

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

This div border color is #63946E.

Opacity

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

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

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

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

This text has shadow with #63946E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63946E.

Preview

Color preview on black background

This text has color #63946E on black background.


Color preview on white background

This text has color #63946E on white background.


Black color preview on #63946E background

This text has black color on #63946E background.


White color preview on #63946E background

This text has white color on #63946E background.


Related colors

Complementary color

Complementary color for #hex is #9C6B91.


I love getcolorcode.com

Triadic colors

1 #6E6394 and #946E63 with #63946E are triadic colors.

2 #6E9463 and #94636E with #63946E are triadic colors.