COLOR #63705C

HEX: #63705C
RGB: (99,112,92)

Color info

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

RGB color model

#63705C color RGB value is (99,112,92).

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

RGB channels and saturation

R 99 of 255 = 39%
G 112 of 255 = 44%
B 92 of 255 = 36%

99
112
92

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

Portions of RGB colors in percentages

R + G + B =
99 + 112 + 92 = 303 (100%)
R 99 of 303 ~ 32.67%
G 112 of 303 ~ 36.96%
B 92 of 303 ~ 30.36%

%32.67
%36.96
%30.36

CMYK color model

#63705C color CMYK value is (12,0,18,56).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 56.08%
CMYK:
(12,0,18,56)
C12M0Y18K56 
(12%,0%,18%,56%)
(0.12/0.00/0.18/0.56)	

CMYK percentages

%11.61
%0
%17.86
%56.08

Codes

Color #63705C in popluar color models

63705C
RGB9911292
HSL99°9.80%40.00%
HSB/HSV99°17.86%43.92%
CMYK11.61%0.00%17.86%
56.08%

Color #63705C in popluar number systems.

HEX63705C
Decimal9911292
Binary110001111100001011100
Octal143160134

Shades and tints

Shades of #63705C

#63705C
(99,112,92)
#5A6654
(90,102,84)
#515C4C
(81,92,76)
#485244
(72,82,68)
#3F483C
(63,72,60)
#363E34
(54,62,52)
#2D342C
(45,52,44)
#242A24
(36,42,36)
#1B201C
(27,32,28)
#121614
(18,22,20)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #63705C

#63705C
(99,112,92)
#717D6A
(113,125,106)
#7F8A78
(127,138,120)
#8D9786
(141,151,134)
#9BA494
(155,164,148)
#A9B1A2
(169,177,162)
#B7BEB0
(183,190,176)
#C5CBBE
(197,203,190)
#D3D8CC
(211,216,204)
#E1E5DA
(225,229,218)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63705C; }

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

This text font color is #63705C.


Background Color

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

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

This div background color is #63705C.


Border color

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

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

This div border color is #63705C.


Opacity

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

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

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

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

This text has shadow with #63705C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63705C on black background.


Color preview on white background

This text has color #63705C on white background.



Black color preview on #63705C background

This text has black color on #63705C background.


White color preview on #63705C background

This text has white color on #63705C background.