COLOR #63785C

HEX: #63785C
RGB: (99,120,92)

Color info

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

RGB color model

#63785C color RGB value is (99,120,92).

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

RGB channels and saturation

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

99
120
92

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

Portions of RGB colors in percentages

R + G + B =
99 + 120 + 92 = 311 (100%)
R 99 of 311 ~ 31.83%
G 120 of 311 ~ 38.59%
B 92 of 311 ~ 29.58%

%31.83
%38.59
%29.58

CMYK color model

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

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 23.33%
  • 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
%23.33
%52.94

Codes

Color #63785C in popluar color models

63785C
RGB9912092
HSL105°13.21%41.57%
HSB/HSV105°23.33%47.06%
CMYK17.50%0.00%23.33%
52.94%

Color #63785C in popluar number systems.

HEX63785C
Decimal9912092
Binary110001111110001011100
Octal143170134

Shades and tints

Shades of #63785C

#63785C
(99,120,92)
#5A6E54
(90,110,84)
#51644C
(81,100,76)
#485A44
(72,90,68)
#3F503C
(63,80,60)
#364634
(54,70,52)
#2D3C2C
(45,60,44)
#243224
(36,50,36)
#1B281C
(27,40,28)
#121E14
(18,30,20)
#09140C
(9,20,12)
#000000
(0,0,0)

Tints of #63785C

#63785C
(99,120,92)
#71846A
(113,132,106)
#7F9078
(127,144,120)
#8D9C86
(141,156,134)
#9BA894
(155,168,148)
#A9B4A2
(169,180,162)
#B7C0B0
(183,192,176)
#C5CCBE
(197,204,190)
#D3D8CC
(211,216,204)
#E1E4DA
(225,228,218)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63785C; }

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

This text font color is #63785C.


Background Color

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

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

This div background color is #63785C.


Border color

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

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

This div border color is #63785C.


Opacity

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

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

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

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

This text has shadow with #63785C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63785C on black background.


Color preview on white background

This text has color #63785C on white background.



Black color preview on #63785C background

This text has black color on #63785C background.


White color preview on #63785C background

This text has white color on #63785C background.