COLOR #63785A

HEX: #63785A RGB: (99,120,90)

Color info

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

RGB color model

#63785A color RGB value is (99,120,90).

RGB: (99,120,90) (39%, 47%, 35%)

RGB channels and saturation

R 99 of 255 = 39%
G 120 of 255 = 47%
B 90 of 255 = 35%

99
120
90

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

Portions of RGB colors in percentages

R + G + B = 99 + 120 + 90 = 309 (100%)
R 99 of 309 ~ 32.04%
G 120 of 309 ~ 38.83%
B 90 of 309 ~ 29.13'%

%32.04
%38.83
%29.13

CMYK color model

#63785A color CMYK value is (18,0,25,53).

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

CMYK: (18,0,25,53)
C18M0Y25K53 (18%, 0%, 25%, 53%)
(0.18 / 0.00 / 0.25 / 0.53)

CMYK percentages

%17.5
%0
%25
%52.94

Codes

Color #63785A in popluar color models

63 78 5A
RGB 99 120 90
HSL 102° 14.29% 41.18%
HSB/HSV 102° 25.00% 47.06%
CMYK 17.50% 0.00% 25.00%
52.94%

Color #63785A in popluar number systems.

HEX 63 78 5A
Decimal 99 120 90
Binary 1100011 1111000 1011010
Octal 143 170 132

Shades and tints

Shades of #63785A

#63785A
(99,120,90)
#5A6E52
(90,110,82)
#51644A
(81,100,74)
#485A42
(72,90,66)
#3F503A
(63,80,58)
#364632
(54,70,50)
#2D3C2A
(45,60,42)
#243222
(36,50,34)
#1B281A
(27,40,26)
#121E12
(18,30,18)
#09140A
(9,20,10)
#000000
(0,0,0)

Tints of #63785A

#63785A
(99,120,90)
#718469
(113,132,105)
#7F9078
(127,144,120)
#8D9C87
(141,156,135)
#9BA896
(155,168,150)
#A9B4A5
(169,180,165)
#B7C0B4
(183,192,180)
#C5CCC3
(197,204,195)
#D3D8D2
(211,216,210)
#E1E4E1
(225,228,225)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63785A; }

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

This text font color is #63785A.

Background Color

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

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

This div background color is #63785A.

Border color

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

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

This div border color is #63785A.

Opacity

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

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

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

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

This text has shadow with #63785A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63785A.

Preview

Color preview on black background

This text has color #63785A on black background.


Color preview on white background

This text has color #63785A on white background.


Black color preview on #63785A background

This text has black color on #63785A background.


White color preview on #63785A background

This text has white color on #63785A background.


Related colors

Complementary color

Complementary color for #hex is #9C87A5.


I love getcolorcode.com

Triadic colors

1 #5A6378 and #785A63 with #63785A are triadic colors.

2 #5A7863 and #78635A with #63785A are triadic colors.