COLOR #639547

HEX: #639547
RGB: (99,149,71)

Color info

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

RGB color model

#639547 color RGB value is (99,149,71).

  • red value is 99;
  • green value is 149;
  • blue value is 71.
RGB:
(99,149,71)
(39%,58%,28%)

RGB channels and saturation

R 99 of 255 = 39%
G 149 of 255 = 58%
B 71 of 255 = 28%

99
149
71

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

Portions of RGB colors in percentages

R + G + B =
99 + 149 + 71 = 319 (100%)
R 99 of 319 ~ 31.03%
G 149 of 319 ~ 46.71%
B 71 of 319 ~ 22.26%

%31.03
%46.71
%22.26

CMYK color model

#639547 color CMYK value is (34,0,52,42).

  • cyan value is 33.56%
  • magenta value is 0.00%
  • yellow value is 52.35%
  • key color value is 41.57%
CMYK:
(34,0,52,42)
C34M0Y52K42 
(34%,0%,52%,42%)
(0.34/0.00/0.52/0.42)	

CMYK percentages

%33.56
%0
%52.35
%41.57

Codes

Color #639547 in popluar color models

639547
RGB9914971
HSL98°35.45%43.14%
HSB/HSV98°52.35%58.43%
CMYK33.56%0.00%52.35%
41.57%

Color #639547 in popluar number systems.

HEX639547
Decimal9914971
Binary1100011100101011000111
Octal143225107

Shades and tints

Shades of #639547

#639547
(99,149,71)
#5A8841
(90,136,65)
#517B3B
(81,123,59)
#486E35
(72,110,53)
#3F612F
(63,97,47)
#365429
(54,84,41)
#2D4723
(45,71,35)
#243A1D
(36,58,29)
#1B2D17
(27,45,23)
#122011
(18,32,17)
#09130B
(9,19,11)
#000000
(0,0,0)

Tints of #639547

#639547
(99,149,71)
#719E57
(113,158,87)
#7FA767
(127,167,103)
#8DB077
(141,176,119)
#9BB987
(155,185,135)
#A9C297
(169,194,151)
#B7CBA7
(183,203,167)
#C5D4B7
(197,212,183)
#D3DDC7
(211,221,199)
#E1E6D7
(225,230,215)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639547 color. Also use rgb(99,149,71) instead hex code.

Text Font Color

.myTextColor { color: #639547; }

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

This text font color is #639547.


Background Color

.myBgColor { background-color: #639547; }

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

This div background color is #639547.


Border color

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

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

This div border color is #639547.


Opacity

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

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

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

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

This text has shadow with #639547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639547 on black background.


Color preview on white background

This text has color #639547 on white background.



Black color preview on #639547 background

This text has black color on #639547 background.


White color preview on #639547 background

This text has white color on #639547 background.