COLOR #63955D

HEX: #63955D RGB: (99,149,93)

Color info

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

RGB color model

#63955D color RGB value is (99,149,93).

RGB: (99,149,93) (39%, 58%, 36%)

RGB channels and saturation

R 99 of 255 = 39%
G 149 of 255 = 58%
B 93 of 255 = 36%

99
149
93

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

Portions of RGB colors in percentages

R + G + B = 99 + 149 + 93 = 341 (100%)
R 99 of 341 ~ 29.03%
G 149 of 341 ~ 43.7%
B 93 of 341 ~ 27.27'%

%29.03
%43.7
%27.27

CMYK color model

#63955D color CMYK value is (34,0,38,42).

  • cyan value is 33.56%
  • magenta value is 0.00%
  • yellow value is 37.58%
  • key color value is 41.57%

CMYK: (34,0,38,42)
C34M0Y38K42 (34%, 0%, 38%, 42%)
(0.34 / 0.00 / 0.38 / 0.42)

CMYK percentages

%33.56
%0
%37.58
%41.57

Codes

Color #63955D in popluar color models

63 95 5D
RGB 99 149 93
HSL 114° 23.14% 47.45%
HSB/HSV 114° 37.58% 58.43%
CMYK 33.56% 0.00% 37.58%
41.57%

Color #63955D in popluar number systems.

HEX 63 95 5D
Decimal 99 149 93
Binary 1100011 10010101 1011101
Octal 143 225 135

Shades and tints

Shades of #63955D

#63955D
(99,149,93)
#5A8855
(90,136,85)
#517B4D
(81,123,77)
#486E45
(72,110,69)
#3F613D
(63,97,61)
#365435
(54,84,53)
#2D472D
(45,71,45)
#243A25
(36,58,37)
#1B2D1D
(27,45,29)
#122015
(18,32,21)
#09130D
(9,19,13)
#000000
(0,0,0)

Tints of #63955D

#63955D
(99,149,93)
#719E6B
(113,158,107)
#7FA779
(127,167,121)
#8DB087
(141,176,135)
#9BB995
(155,185,149)
#A9C2A3
(169,194,163)
#B7CBB1
(183,203,177)
#C5D4BF
(197,212,191)
#D3DDCD
(211,221,205)
#E1E6DB
(225,230,219)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63955D color. Also use rgb(99,149,93) instead hex code.

Text Font Color

.myTextColor { color: #63955D; }

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

This text font color is #63955D.

Background Color

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

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

This div background color is #63955D.

Border color

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

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

This div border color is #63955D.

Opacity

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

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

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

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

This text has shadow with #63955D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63955D.

Preview

Color preview on black background

This text has color #63955D on black background.


Color preview on white background

This text has color #63955D on white background.


Black color preview on #63955D background

This text has black color on #63955D background.


White color preview on #63955D background

This text has white color on #63955D background.


Related colors

Complementary color

Complementary color for #hex is #9C6AA2.


I love getcolorcode.com

Triadic colors

1 #5D6395 and #955D63 with #63955D are triadic colors.

2 #5D9563 and #95635D with #63955D are triadic colors.