COLOR #639049

HEX: #639049
RGB: (99,144,73)

Color info

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

RGB color model

#639049 color RGB value is (99,144,73).

  • red value is 99;
  • green value is 144;
  • blue value is 73.
RGB:
(99,144,73)
(39%,56%,29%)

RGB channels and saturation

R 99 of 255 = 39%
G 144 of 255 = 56%
B 73 of 255 = 29%

99
144
73

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

Portions of RGB colors in percentages

R + G + B =
99 + 144 + 73 = 316 (100%)
R 99 of 316 ~ 31.33%
G 144 of 316 ~ 45.57%
B 73 of 316 ~ 23.1%

%31.33
%45.57
%23.1

CMYK color model

#639049 color CMYK value is (31,0,49,44).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 49.31%
  • key color value is 43.53%
CMYK:
(31,0,49,44)
C31M0Y49K44 
(31%,0%,49%,44%)
(0.31/0.00/0.49/0.44)	

CMYK percentages

%31.25
%0
%49.31
%43.53

Codes

Color #639049 in popluar color models

639049
RGB9914473
HSL98°32.72%42.55%
HSB/HSV98°49.31%56.47%
CMYK31.25%0.00%49.31%
43.53%

Color #639049 in popluar number systems.

HEX639049
Decimal9914473
Binary1100011100100001001001
Octal143220111

Shades and tints

Shades of #639049

#639049
(99,144,73)
#5A8343
(90,131,67)
#51763D
(81,118,61)
#486937
(72,105,55)
#3F5C31
(63,92,49)
#364F2B
(54,79,43)
#2D4225
(45,66,37)
#24351F
(36,53,31)
#1B2819
(27,40,25)
#121B13
(18,27,19)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #639049

#639049
(99,144,73)
#719A59
(113,154,89)
#7FA469
(127,164,105)
#8DAE79
(141,174,121)
#9BB889
(155,184,137)
#A9C299
(169,194,153)
#B7CCA9
(183,204,169)
#C5D6B9
(197,214,185)
#D3E0C9
(211,224,201)
#E1EAD9
(225,234,217)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639049 color. Also use rgb(99,144,73) instead hex code.

Text Font Color

.myTextColor { color: #639049; }

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

This text font color is #639049.


Background Color

.myBgColor { background-color: #639049; }

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

This div background color is #639049.


Border color

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

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

This div border color is #639049.


Opacity

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

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

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

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

This text has shadow with #639049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639049 on black background.


Color preview on white background

This text has color #639049 on white background.



Black color preview on #639049 background

This text has black color on #639049 background.


White color preview on #639049 background

This text has white color on #639049 background.