COLOR #63706A

HEX: #63706A
RGB: (99,112,106)

Color info

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

RGB color model

#63706A color RGB value is (99,112,106).

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

RGB channels and saturation

R 99 of 255 = 39%
G 112 of 255 = 44%
B 106 of 255 = 42%

99
112
106

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

Portions of RGB colors in percentages

R + G + B =
99 + 112 + 106 = 317 (100%)
R 99 of 317 ~ 31.23%
G 112 of 317 ~ 35.33%
B 106 of 317 ~ 33.44%

%31.23
%35.33
%33.44

CMYK color model

#63706A color CMYK value is (12,0,5,56).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 56.08%
CMYK:
(12,0,5,56)
C12M0Y5K56 
(12%,0%,5%,56%)
(0.12/0.00/0.05/0.56)	

CMYK percentages

%11.61
%0
%5.36
%56.08

Codes

Color #63706A in popluar color models

63706A
RGB99112106
HSL152°6.16%41.37%
HSB/HSV152°11.61%43.92%
CMYK11.61%0.00%5.36%
56.08%

Color #63706A in popluar number systems.

HEX63706A
Decimal99112106
Binary110001111100001101010
Octal143160152

Shades and tints

Shades of #63706A

#63706A
(99,112,106)
#5A6661
(90,102,97)
#515C58
(81,92,88)
#48524F
(72,82,79)
#3F4846
(63,72,70)
#363E3D
(54,62,61)
#2D3434
(45,52,52)
#242A2B
(36,42,43)
#1B2022
(27,32,34)
#121619
(18,22,25)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #63706A

#63706A
(99,112,106)
#717D77
(113,125,119)
#7F8A84
(127,138,132)
#8D9791
(141,151,145)
#9BA49E
(155,164,158)
#A9B1AB
(169,177,171)
#B7BEB8
(183,190,184)
#C5CBC5
(197,203,197)
#D3D8D2
(211,216,210)
#E1E5DF
(225,229,223)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63706A color. Also use rgb(99,112,106) instead hex code.

Text Font Color

.myTextColor { color: #63706A; }

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

This text font color is #63706A.


Background Color

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

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

This div background color is #63706A.


Border color

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

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

This div border color is #63706A.


Opacity

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

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

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

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

This text has shadow with #63706A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63706A on black background.


Color preview on white background

This text has color #63706A on white background.



Black color preview on #63706A background

This text has black color on #63706A background.


White color preview on #63706A background

This text has white color on #63706A background.