COLOR #63803F

HEX: #63803F
RGB: (99,128,63)

Color info

#63803F contains mainly red and green colors. Web safe color of #63803F is #666633 (or #663).

RGB color model

#63803F color RGB value is (99,128,63).

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

RGB channels and saturation

R 99 of 255 = 39%
G 128 of 255 = 50%
B 63 of 255 = 25%

99
128
63

R + G + B ~ 38%. #63803F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 128 + 63 = 290 (100%)
R 99 of 290 ~ 34.14%
G 128 of 290 ~ 44.14%
B 63 of 290 ~ 21.72%

%34.14
%44.14
%21.72

CMYK color model

#63803F color CMYK value is (23,0,51,50).

  • cyan value is 22.66%
  • magenta value is 0.00%
  • yellow value is 50.78%
  • key color value is 49.80%
CMYK:
(23,0,51,50)
C23M0Y51K50 
(23%,0%,51%,50%)
(0.23/0.00/0.51/0.50)	

CMYK percentages

%22.66
%0
%50.78
%49.8

Codes

Color #63803F in popluar color models

63803F
RGB9912863
HSL87°34.03%37.45%
HSB/HSV87°50.78%50.20%
CMYK22.66%0.00%50.78%
49.80%

Color #63803F in popluar number systems.

HEX63803F
Decimal9912863
Binary110001110000000111111
Octal14320077

Shades and tints

Shades of #63803F

#63803F
(99,128,63)
#5A753A
(90,117,58)
#516A35
(81,106,53)
#485F30
(72,95,48)
#3F542B
(63,84,43)
#364926
(54,73,38)
#2D3E21
(45,62,33)
#24331C
(36,51,28)
#1B2817
(27,40,23)
#121D12
(18,29,18)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #63803F

#63803F
(99,128,63)
#718B50
(113,139,80)
#7F9661
(127,150,97)
#8DA172
(141,161,114)
#9BAC83
(155,172,131)
#A9B794
(169,183,148)
#B7C2A5
(183,194,165)
#C5CDB6
(197,205,182)
#D3D8C7
(211,216,199)
#E1E3D8
(225,227,216)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63803F color. Also use rgb(99,128,63) instead hex code.

Text Font Color

.myTextColor { color: #63803F; }

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

This text font color is #63803F.


Background Color

.myBgColor { background-color: #63803F; }

<div style="background-color:#63803F">Inner text</div>

This div background color is #63803F.


Border color

.myBorderColor { border: 1px solid #63803F; }

<div style="border:3px solid #63803F">Div</div>

This div border color is #63803F.


Opacity

.myOpacity80 { color: #63803F; opacity: 0.8; }

<p style="color:#63803F;opacity:0.8;">80%</p>

Text with #63803F 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 #63803F;}

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

This text has shadow with #63803F color.

.textShadow {text-shadow: 3px 3px 1px #63803F, 3px 3px 1px red;}

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

This text has shadow with #63803F primary color and red secondary color.


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

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

This text has shadow with #63803F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63803F on black background.


Color preview on white background

This text has color #63803F on white background.



Black color preview on #63803F background

This text has black color on #63803F background.


White color preview on #63803F background

This text has white color on #63803F background.