COLOR #63795D

HEX: #63795D
RGB: (99,121,93)

Color info

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

RGB color model

#63795D color RGB value is (99,121,93).

  • red value is 99;
  • green value is 121;
  • blue value is 93.
RGB:
(99,121,93)
(39%,47%,36%)

RGB channels and saturation

R 99 of 255 = 39%
G 121 of 255 = 47%
B 93 of 255 = 36%

99
121
93

R + G + B ~ 41%. #63795D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 121 + 93 = 313 (100%)
R 99 of 313 ~ 31.63%
G 121 of 313 ~ 38.66%
B 93 of 313 ~ 29.71%

%31.63
%38.66
%29.71

CMYK color model

#63795D color CMYK value is (18,0,23,53).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 23.14%
  • key color value is 52.55%
CMYK:
(18,0,23,53)
C18M0Y23K53 
(18%,0%,23%,53%)
(0.18/0.00/0.23/0.53)	

CMYK percentages

%18.18
%0
%23.14
%52.55

Codes

Color #63795D in popluar color models

63795D
RGB9912193
HSL107°13.08%41.96%
HSB/HSV107°23.14%47.45%
CMYK18.18%0.00%23.14%
52.55%

Color #63795D in popluar number systems.

HEX63795D
Decimal9912193
Binary110001111110011011101
Octal143171135

Shades and tints

Shades of #63795D

#63795D
(99,121,93)
#5A6E55
(90,110,85)
#51634D
(81,99,77)
#485845
(72,88,69)
#3F4D3D
(63,77,61)
#364235
(54,66,53)
#2D372D
(45,55,45)
#242C25
(36,44,37)
#1B211D
(27,33,29)
#121615
(18,22,21)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #63795D

#63795D
(99,121,93)
#71856B
(113,133,107)
#7F9179
(127,145,121)
#8D9D87
(141,157,135)
#9BA995
(155,169,149)
#A9B5A3
(169,181,163)
#B7C1B1
(183,193,177)
#C5CDBF
(197,205,191)
#D3D9CD
(211,217,205)
#E1E5DB
(225,229,219)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63795D color. Also use rgb(99,121,93) instead hex code.

Text Font Color

.myTextColor { color: #63795D; }

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

This text font color is #63795D.


Background Color

.myBgColor { background-color: #63795D; }

<div style="background-color:#63795D">Inner text</div>

This div background color is #63795D.


Border color

.myBorderColor { border: 1px solid #63795D; }

<div style="border:3px solid #63795D">Div</div>

This div border color is #63795D.


Opacity

.myOpacity80 { color: #63795D; opacity: 0.8; }

<p style="color:#63795D;opacity:0.8;">80%</p>

Text with #63795D 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 #63795D;}

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

This text has shadow with #63795D color.

.textShadow {text-shadow: 3px 3px 1px #63795D, 3px 3px 1px red;}

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

This text has shadow with #63795D primary color and red secondary color.


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

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

This text has shadow with #63795D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63795D on black background.


Color preview on white background

This text has color #63795D on white background.



Black color preview on #63795D background

This text has black color on #63795D background.


White color preview on #63795D background

This text has white color on #63795D background.