COLOR #63715B

HEX: #63715B
RGB: (99,113,91)

Color info

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

RGB color model

#63715B color RGB value is (99,113,91).

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

RGB channels and saturation

R 99 of 255 = 39%
G 113 of 255 = 44%
B 91 of 255 = 36%

99
113
91

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

Portions of RGB colors in percentages

R + G + B =
99 + 113 + 91 = 303 (100%)
R 99 of 303 ~ 32.67%
G 113 of 303 ~ 37.29%
B 91 of 303 ~ 30.03%

%32.67
%37.29
%30.03

CMYK color model

#63715B color CMYK value is (12,0,19,56).

  • cyan value is 12.39%
  • magenta value is 0.00%
  • yellow value is 19.47%
  • key color value is 55.69%
CMYK:
(12,0,19,56)
C12M0Y19K56 
(12%,0%,19%,56%)
(0.12/0.00/0.19/0.56)	

CMYK percentages

%12.39
%0
%19.47
%55.69

Codes

Color #63715B in popluar color models

63715B
RGB9911391
HSL98°10.78%40.00%
HSB/HSV98°19.47%44.31%
CMYK12.39%0.00%19.47%
55.69%

Color #63715B in popluar number systems.

HEX63715B
Decimal9911391
Binary110001111100011011011
Octal143161133

Shades and tints

Shades of #63715B

#63715B
(99,113,91)
#5A6753
(90,103,83)
#515D4B
(81,93,75)
#485343
(72,83,67)
#3F493B
(63,73,59)
#363F33
(54,63,51)
#2D352B
(45,53,43)
#242B23
(36,43,35)
#1B211B
(27,33,27)
#121713
(18,23,19)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #63715B

#63715B
(99,113,91)
#717D69
(113,125,105)
#7F8977
(127,137,119)
#8D9585
(141,149,133)
#9BA193
(155,161,147)
#A9ADA1
(169,173,161)
#B7B9AF
(183,185,175)
#C5C5BD
(197,197,189)
#D3D1CB
(211,209,203)
#E1DDD9
(225,221,217)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63715B color. Also use rgb(99,113,91) instead hex code.

Text Font Color

.myTextColor { color: #63715B; }

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

This text font color is #63715B.


Background Color

.myBgColor { background-color: #63715B; }

<div style="background-color:#63715B">Inner text</div>

This div background color is #63715B.


Border color

.myBorderColor { border: 1px solid #63715B; }

<div style="border:3px solid #63715B">Div</div>

This div border color is #63715B.


Opacity

.myOpacity80 { color: #63715B; opacity: 0.8; }

<p style="color:#63715B;opacity:0.8;">80%</p>

Text with #63715B 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 #63715B;}

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

This text has shadow with #63715B color.

.textShadow {text-shadow: 3px 3px 1px #63715B, 3px 3px 1px red;}

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

This text has shadow with #63715B primary color and red secondary color.


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

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

This text has shadow with #63715B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63715B on black background.


Color preview on white background

This text has color #63715B on white background.



Black color preview on #63715B background

This text has black color on #63715B background.


White color preview on #63715B background

This text has white color on #63715B background.