COLOR #63795C

HEX: #63795C
RGB: (99,121,92)

Color info

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

RGB color model

#63795C color RGB value is (99,121,92).

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

RGB channels and saturation

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

99
121
92

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

Portions of RGB colors in percentages

R + G + B =
99 + 121 + 92 = 312 (100%)
R 99 of 312 ~ 31.73%
G 121 of 312 ~ 38.78%
B 92 of 312 ~ 29.49%

%31.73
%38.78
%29.49

CMYK color model

#63795C color CMYK value is (18,0,24,53).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 23.97%
  • key color value is 52.55%
CMYK:
(18,0,24,53)
C18M0Y24K53 
(18%,0%,24%,53%)
(0.18/0.00/0.24/0.53)	

CMYK percentages

%18.18
%0
%23.97
%52.55

Codes

Color #63795C in popluar color models

63795C
RGB9912192
HSL106°13.62%41.76%
HSB/HSV106°23.97%47.45%
CMYK18.18%0.00%23.97%
52.55%

Color #63795C in popluar number systems.

HEX63795C
Decimal9912192
Binary110001111110011011100
Octal143171134

Shades and tints

Shades of #63795C

#63795C
(99,121,92)
#5A6E54
(90,110,84)
#51634C
(81,99,76)
#485844
(72,88,68)
#3F4D3C
(63,77,60)
#364234
(54,66,52)
#2D372C
(45,55,44)
#242C24
(36,44,36)
#1B211C
(27,33,28)
#121614
(18,22,20)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #63795C

#63795C
(99,121,92)
#71856A
(113,133,106)
#7F9178
(127,145,120)
#8D9D86
(141,157,134)
#9BA994
(155,169,148)
#A9B5A2
(169,181,162)
#B7C1B0
(183,193,176)
#C5CDBE
(197,205,190)
#D3D9CC
(211,217,204)
#E1E5DA
(225,229,218)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63795C; }

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

This text font color is #63795C.


Background Color

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

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

This div background color is #63795C.


Border color

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

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

This div border color is #63795C.


Opacity

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

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

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

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

This text has shadow with #63795C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63795C on black background.


Color preview on white background

This text has color #63795C on white background.



Black color preview on #63795C background

This text has black color on #63795C background.


White color preview on #63795C background

This text has white color on #63795C background.