COLOR #63804B

HEX: #63804B
RGB: (99,128,75)

Color info

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

RGB color model

#63804B color RGB value is (99,128,75).

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

RGB channels and saturation

R 99 of 255 = 39%
G 128 of 255 = 50%
B 75 of 255 = 29%

99
128
75

R + G + B ~ 39%. #63804B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 128 + 75 = 302 (100%)
R 99 of 302 ~ 32.78%
G 128 of 302 ~ 42.38%
B 75 of 302 ~ 24.83%

%32.78
%42.38
%24.83

CMYK color model

#63804B color CMYK value is (23,0,41,50).

  • cyan value is 22.66%
  • magenta value is 0.00%
  • yellow value is 41.41%
  • key color value is 49.80%
CMYK:
(23,0,41,50)
C23M0Y41K50 
(23%,0%,41%,50%)
(0.23/0.00/0.41/0.50)	

CMYK percentages

%22.66
%0
%41.41
%49.8

Codes

Color #63804B in popluar color models

63804B
RGB9912875
HSL93°26.11%39.80%
HSB/HSV93°41.41%50.20%
CMYK22.66%0.00%41.41%
49.80%

Color #63804B in popluar number systems.

HEX63804B
Decimal9912875
Binary1100011100000001001011
Octal143200113

Shades and tints

Shades of #63804B

#63804B
(99,128,75)
#5A7545
(90,117,69)
#516A3F
(81,106,63)
#485F39
(72,95,57)
#3F5433
(63,84,51)
#36492D
(54,73,45)
#2D3E27
(45,62,39)
#243321
(36,51,33)
#1B281B
(27,40,27)
#121D15
(18,29,21)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #63804B

#63804B
(99,128,75)
#718B5B
(113,139,91)
#7F966B
(127,150,107)
#8DA17B
(141,161,123)
#9BAC8B
(155,172,139)
#A9B79B
(169,183,155)
#B7C2AB
(183,194,171)
#C5CDBB
(197,205,187)
#D3D8CB
(211,216,203)
#E1E3DB
(225,227,219)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63804B; }

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

This text font color is #63804B.


Background Color

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

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

This div background color is #63804B.


Border color

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

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

This div border color is #63804B.


Opacity

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

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

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

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

This text has shadow with #63804B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63804B on black background.


Color preview on white background

This text has color #63804B on white background.



Black color preview on #63804B background

This text has black color on #63804B background.


White color preview on #63804B background

This text has white color on #63804B background.