COLOR #63714B

HEX: #63714B
RGB: (99,113,75)

Color info

#63714B contains red, green and blue colors in about the same proportion. Web safe color of #63714B is #666633 (or #663).

RGB color model

#63714B color RGB value is (99,113,75).

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

RGB channels and saturation

R 99 of 255 = 39%
G 113 of 255 = 44%
B 75 of 255 = 29%

99
113
75

R + G + B ~ 37%. #63714B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 113 + 75 = 287 (100%)
R 99 of 287 ~ 34.49%
G 113 of 287 ~ 39.37%
B 75 of 287 ~ 26.13%

%34.49
%39.37
%26.13

CMYK color model

#63714B color CMYK value is (12,0,34,56).

  • cyan value is 12.39%
  • magenta value is 0.00%
  • yellow value is 33.63%
  • key color value is 55.69%
CMYK:
(12,0,34,56)
C12M0Y34K56 
(12%,0%,34%,56%)
(0.12/0.00/0.34/0.56)	

CMYK percentages

%12.39
%0
%33.63
%55.69

Codes

Color #63714B in popluar color models

63714B
RGB9911375
HSL82°20.21%36.86%
HSB/HSV82°33.63%44.31%
CMYK12.39%0.00%33.63%
55.69%

Color #63714B in popluar number systems.

HEX63714B
Decimal9911375
Binary110001111100011001011
Octal143161113

Shades and tints

Shades of #63714B

#63714B
(99,113,75)
#5A6745
(90,103,69)
#515D3F
(81,93,63)
#485339
(72,83,57)
#3F4933
(63,73,51)
#363F2D
(54,63,45)
#2D3527
(45,53,39)
#242B21
(36,43,33)
#1B211B
(27,33,27)
#121715
(18,23,21)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #63714B

#63714B
(99,113,75)
#717D5B
(113,125,91)
#7F896B
(127,137,107)
#8D957B
(141,149,123)
#9BA18B
(155,161,139)
#A9AD9B
(169,173,155)
#B7B9AB
(183,185,171)
#C5C5BB
(197,197,187)
#D3D1CB
(211,209,203)
#E1DDDB
(225,221,219)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63714B; }

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

This text font color is #63714B.


Background Color

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

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

This div background color is #63714B.


Border color

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

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

This div border color is #63714B.


Opacity

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

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

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

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

This text has shadow with #63714B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63714B on black background.


Color preview on white background

This text has color #63714B on white background.



Black color preview on #63714B background

This text has black color on #63714B background.


White color preview on #63714B background

This text has white color on #63714B background.