COLOR #639321

HEX: #639321
RGB: (99,147,33)

Color info

#639321 contains mainly red and green colors. Web safe color of #639321 is #669933 (or #693).

RGB color model

#639321 color RGB value is (99,147,33).

  • red value is 99;
  • green value is 147;
  • blue value is 33.
RGB:
(99,147,33)
(39%,58%,13%)

RGB channels and saturation

R 99 of 255 = 39%
G 147 of 255 = 58%
B 33 of 255 = 13%

99
147
33

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

Portions of RGB colors in percentages

R + G + B =
99 + 147 + 33 = 279 (100%)
R 99 of 279 ~ 35.48%
G 147 of 279 ~ 52.69%
B 33 of 279 ~ 11.83%

%35.48
%52.69
%11.83

CMYK color model

#639321 color CMYK value is (33,0,78,42).

  • cyan value is 32.65%
  • magenta value is 0.00%
  • yellow value is 77.55%
  • key color value is 42.35%
CMYK:
(33,0,78,42)
C33M0Y78K42 
(33%,0%,78%,42%)
(0.33/0.00/0.78/0.42)	

CMYK percentages

%32.65
%0
%77.55
%42.35

Codes

Color #639321 in popluar color models

639321
RGB9914733
HSL85°63.33%35.29%
HSB/HSV85°77.55%57.65%
CMYK32.65%0.00%77.55%
42.35%

Color #639321 in popluar number systems.

HEX639321
Decimal9914733
Binary110001110010011100001
Octal14322341

Shades and tints

Shades of #639321

#639321
(99,147,33)
#5A861E
(90,134,30)
#51791B
(81,121,27)
#486C18
(72,108,24)
#3F5F15
(63,95,21)
#365212
(54,82,18)
#2D450F
(45,69,15)
#24380C
(36,56,12)
#1B2B09
(27,43,9)
#121E06
(18,30,6)
#091103
(9,17,3)
#000000
(0,0,0)

Tints of #639321

#639321
(99,147,33)
#719C35
(113,156,53)
#7FA549
(127,165,73)
#8DAE5D
(141,174,93)
#9BB771
(155,183,113)
#A9C085
(169,192,133)
#B7C999
(183,201,153)
#C5D2AD
(197,210,173)
#D3DBC1
(211,219,193)
#E1E4D5
(225,228,213)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639321 color. Also use rgb(99,147,33) instead hex code.

Text Font Color

.myTextColor { color: #639321; }

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

This text font color is #639321.


Background Color

.myBgColor { background-color: #639321; }

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

This div background color is #639321.


Border color

.myBorderColor { border: 1px solid #639321; }

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

This div border color is #639321.


Opacity

.myOpacity80 { color: #639321; opacity: 0.8; }

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

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

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

This text has shadow with #639321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639321 on black background.


Color preview on white background

This text has color #639321 on white background.



Black color preview on #639321 background

This text has black color on #639321 background.


White color preview on #639321 background

This text has white color on #639321 background.