COLOR #63785D

HEX: #63785D RGB: (99,120,93)

Color info

#63785D contains red, green and blue colors in about the same proportion. Web safe color of #63785D is #666666 (or #666).

RGB color model

#63785D color RGB value is (99,120,93).

RGB: (99,120,93) (39%, 47%, 36%)

RGB channels and saturation

R 99 of 255 = 39%
G 120 of 255 = 47%
B 93 of 255 = 36%

99
120
93

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

Portions of RGB colors in percentages

R + G + B = 99 + 120 + 93 = 312 (100%)
R 99 of 312 ~ 31.73%
G 120 of 312 ~ 38.46%
B 93 of 312 ~ 29.81'%

%31.73
%38.46
%29.81

CMYK color model

#63785D color CMYK value is (18,0,23,53).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 52.94%

CMYK: (18,0,23,53)
C18M0Y23K53 (18%, 0%, 23%, 53%)
(0.18 / 0.00 / 0.23 / 0.53)

CMYK percentages

%17.5
%0
%22.5
%52.94

Codes

Color #63785D in popluar color models

63 78 5D
RGB 99 120 93
HSL 107° 12.68% 41.76%
HSB/HSV 107° 22.50% 47.06%
CMYK 17.50% 0.00% 22.50%
52.94%

Color #63785D in popluar number systems.

HEX 63 78 5D
Decimal 99 120 93
Binary 1100011 1111000 1011101
Octal 143 170 135

Shades and tints

Shades of #63785D

#63785D
(99,120,93)
#5A6E55
(90,110,85)
#51644D
(81,100,77)
#485A45
(72,90,69)
#3F503D
(63,80,61)
#364635
(54,70,53)
#2D3C2D
(45,60,45)
#243225
(36,50,37)
#1B281D
(27,40,29)
#121E15
(18,30,21)
#09140D
(9,20,13)
#000000
(0,0,0)

Tints of #63785D

#63785D
(99,120,93)
#71846B
(113,132,107)
#7F9079
(127,144,121)
#8D9C87
(141,156,135)
#9BA895
(155,168,149)
#A9B4A3
(169,180,163)
#B7C0B1
(183,192,177)
#C5CCBF
(197,204,191)
#D3D8CD
(211,216,205)
#E1E4DB
(225,228,219)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63785D; }

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

This text font color is #63785D.

Background Color

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

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

This div background color is #63785D.

Border color

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

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

This div border color is #63785D.

Opacity

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

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

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

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

This text has shadow with #63785D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63785D.

Preview

Color preview on black background

This text has color #63785D on black background.


Color preview on white background

This text has color #63785D on white background.


Black color preview on #63785D background

This text has black color on #63785D background.


White color preview on #63785D background

This text has white color on #63785D background.


Related colors

Complementary color

Complementary color for #hex is #9C87A2.


I love getcolorcode.com

Triadic colors

1 #5D6378 and #785D63 with #63785D are triadic colors.

2 #5D7863 and #78635D with #63785D are triadic colors.