COLOR #63785E

HEX: #63785E
RGB: (99,120,94)

Color info

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

RGB color model

#63785E color RGB value is (99,120,94).

  • red value is 99;
  • green value is 120;
  • blue value is 94.
RGB:
(99,120,94)
(39%,47%,37%)

RGB channels and saturation

R 99 of 255 = 39%
G 120 of 255 = 47%
B 94 of 255 = 37%

99
120
94

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

Portions of RGB colors in percentages

R + G + B =
99 + 120 + 94 = 313 (100%)
R 99 of 313 ~ 31.63%
G 120 of 313 ~ 38.34%
B 94 of 313 ~ 30.03%

%31.63
%38.34
%30.03

CMYK color model

#63785E color CMYK value is (18,0,22,53).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 52.94%
CMYK:
(18,0,22,53)
C18M0Y22K53 
(18%,0%,22%,53%)
(0.18/0.00/0.22/0.53)	

CMYK percentages

%17.5
%0
%21.67
%52.94

Codes

Color #63785E in popluar color models

63785E
RGB9912094
HSL108°12.15%41.96%
HSB/HSV108°21.67%47.06%
CMYK17.50%0.00%21.67%
52.94%

Color #63785E in popluar number systems.

HEX63785E
Decimal9912094
Binary110001111110001011110
Octal143170136

Shades and tints

Shades of #63785E

#63785E
(99,120,94)
#5A6E56
(90,110,86)
#51644E
(81,100,78)
#485A46
(72,90,70)
#3F503E
(63,80,62)
#364636
(54,70,54)
#2D3C2E
(45,60,46)
#243226
(36,50,38)
#1B281E
(27,40,30)
#121E16
(18,30,22)
#09140E
(9,20,14)
#000000
(0,0,0)

Tints of #63785E

#63785E
(99,120,94)
#71846C
(113,132,108)
#7F907A
(127,144,122)
#8D9C88
(141,156,136)
#9BA896
(155,168,150)
#A9B4A4
(169,180,164)
#B7C0B2
(183,192,178)
#C5CCC0
(197,204,192)
#D3D8CE
(211,216,206)
#E1E4DC
(225,228,220)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63785E; }

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

This text font color is #63785E.


Background Color

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

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

This div background color is #63785E.


Border color

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

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

This div border color is #63785E.


Opacity

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

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

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

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

This text has shadow with #63785E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63785E on black background.


Color preview on white background

This text has color #63785E on white background.



Black color preview on #63785E background

This text has black color on #63785E background.


White color preview on #63785E background

This text has white color on #63785E background.