COLOR #63716A

HEX: #63716A
RGB: (99,113,106)

Color info

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

RGB color model

#63716A color RGB value is (99,113,106).

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

RGB channels and saturation

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

99
113
106

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

Portions of RGB colors in percentages

R + G + B =
99 + 113 + 106 = 318 (100%)
R 99 of 318 ~ 31.13%
G 113 of 318 ~ 35.53%
B 106 of 318 ~ 33.33%

%31.13
%35.53
%33.33

CMYK color model

#63716A color CMYK value is (12,0,6,56).

  • cyan value is 12.39%
  • magenta value is 0.00%
  • yellow value is 6.19%
  • key color value is 55.69%
CMYK:
(12,0,6,56)
C12M0Y6K56 
(12%,0%,6%,56%)
(0.12/0.00/0.06/0.56)	

CMYK percentages

%12.39
%0
%6.19
%55.69

Codes

Color #63716A in popluar color models

63716A
RGB99113106
HSL150°6.60%41.57%
HSB/HSV150°12.39%44.31%
CMYK12.39%0.00%6.19%
55.69%

Color #63716A in popluar number systems.

HEX63716A
Decimal99113106
Binary110001111100011101010
Octal143161152

Shades and tints

Shades of #63716A

#63716A
(99,113,106)
#5A6761
(90,103,97)
#515D58
(81,93,88)
#48534F
(72,83,79)
#3F4946
(63,73,70)
#363F3D
(54,63,61)
#2D3534
(45,53,52)
#242B2B
(36,43,43)
#1B2122
(27,33,34)
#121719
(18,23,25)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #63716A

#63716A
(99,113,106)
#717D77
(113,125,119)
#7F8984
(127,137,132)
#8D9591
(141,149,145)
#9BA19E
(155,161,158)
#A9ADAB
(169,173,171)
#B7B9B8
(183,185,184)
#C5C5C5
(197,197,197)
#D3D1D2
(211,209,210)
#E1DDDF
(225,221,223)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63716A; }

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

This text font color is #63716A.


Background Color

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

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

This div background color is #63716A.


Border color

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

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

This div border color is #63716A.


Opacity

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

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

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

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

This text has shadow with #63716A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63716A on black background.


Color preview on white background

This text has color #63716A on white background.



Black color preview on #63716A background

This text has black color on #63716A background.


White color preview on #63716A background

This text has white color on #63716A background.