COLOR #63946B

HEX: #63946B RGB: (99,148,107)

Color info

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

RGB color model

#63946B color RGB value is (99,148,107).

RGB: (99,148,107) (39%, 58%, 42%)

RGB channels and saturation

R 99 of 255 = 39%
G 148 of 255 = 58%
B 107 of 255 = 42%

99
148
107

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

Portions of RGB colors in percentages

R + G + B = 99 + 148 + 107 = 354 (100%)
R 99 of 354 ~ 27.97%
G 148 of 354 ~ 41.81%
B 107 of 354 ~ 30.23'%

%27.97
%41.81
%30.23

CMYK color model

#63946B color CMYK value is (33,0,28,42).

  • cyan value is 33.11%
  • magenta value is 0.00%
  • yellow value is 27.70%
  • key color value is 41.96%

CMYK: (33,0,28,42)
C33M0Y28K42 (33%, 0%, 28%, 42%)
(0.33 / 0.00 / 0.28 / 0.42)

CMYK percentages

%33.11
%0
%27.7
%41.96

Codes

Color #63946B in popluar color models

63 94 6B
RGB 99 148 107
HSL 130° 19.84% 48.43%
HSB/HSV 130° 33.11% 58.04%
CMYK 33.11% 0.00% 27.70%
41.96%

Color #63946B in popluar number systems.

HEX 63 94 6B
Decimal 99 148 107
Binary 1100011 10010100 1101011
Octal 143 224 153

Shades and tints

Shades of #63946B

#63946B
(99,148,107)
#5A8762
(90,135,98)
#517A59
(81,122,89)
#486D50
(72,109,80)
#3F6047
(63,96,71)
#36533E
(54,83,62)
#2D4635
(45,70,53)
#24392C
(36,57,44)
#1B2C23
(27,44,35)
#121F1A
(18,31,26)
#091211
(9,18,17)
#000000
(0,0,0)

Tints of #63946B

#63946B
(99,148,107)
#719D78
(113,157,120)
#7FA685
(127,166,133)
#8DAF92
(141,175,146)
#9BB89F
(155,184,159)
#A9C1AC
(169,193,172)
#B7CAB9
(183,202,185)
#C5D3C6
(197,211,198)
#D3DCD3
(211,220,211)
#E1E5E0
(225,229,224)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63946B; }

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

This text font color is #63946B.

Background Color

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

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

This div background color is #63946B.

Border color

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

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

This div border color is #63946B.

Opacity

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

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

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

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

This text has shadow with #63946B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63946B.

Preview

Color preview on black background

This text has color #63946B on black background.


Color preview on white background

This text has color #63946B on white background.


Black color preview on #63946B background

This text has black color on #63946B background.


White color preview on #63946B background

This text has white color on #63946B background.


Related colors

Complementary color

Complementary color for #hex is #9C6B94.


I love getcolorcode.com

Triadic colors

1 #6B6394 and #946B63 with #63946B are triadic colors.

2 #6B9463 and #94636B with #63946B are triadic colors.