COLOR #639B4D

HEX: #639B4D
RGB: (99,155,77)

Color info

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

RGB color model

#639B4D color RGB value is (99,155,77).

  • red value is 99;
  • green value is 155;
  • blue value is 77.
RGB:
(99,155,77)
(39%,61%,30%)

RGB channels and saturation

R 99 of 255 = 39%
G 155 of 255 = 61%
B 77 of 255 = 30%

99
155
77

R + G + B ~ 43%. #639B4D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 155 + 77 = 331 (100%)
R 99 of 331 ~ 29.91%
G 155 of 331 ~ 46.83%
B 77 of 331 ~ 23.26%

%29.91
%46.83
%23.26

CMYK color model

#639B4D color CMYK value is (36,0,50,39).

  • cyan value is 36.13%
  • magenta value is 0.00%
  • yellow value is 50.32%
  • key color value is 39.22%
CMYK:
(36,0,50,39)
C36M0Y50K39 
(36%,0%,50%,39%)
(0.36/0.00/0.50/0.39)	

CMYK percentages

%36.13
%0
%50.32
%39.22

Codes

Color #639B4D in popluar color models

639B4D
RGB9915577
HSL103°33.62%45.49%
HSB/HSV103°50.32%60.78%
CMYK36.13%0.00%50.32%
39.22%

Color #639B4D in popluar number systems.

HEX639B4D
Decimal9915577
Binary1100011100110111001101
Octal143233115

Shades and tints

Shades of #639B4D

#639B4D
(99,155,77)
#5A8D46
(90,141,70)
#517F3F
(81,127,63)
#487138
(72,113,56)
#3F6331
(63,99,49)
#36552A
(54,85,42)
#2D4723
(45,71,35)
#24391C
(36,57,28)
#1B2B15
(27,43,21)
#121D0E
(18,29,14)
#090F07
(9,15,7)
#000000
(0,0,0)

Tints of #639B4D

#639B4D
(99,155,77)
#71A45D
(113,164,93)
#7FAD6D
(127,173,109)
#8DB67D
(141,182,125)
#9BBF8D
(155,191,141)
#A9C89D
(169,200,157)
#B7D1AD
(183,209,173)
#C5DABD
(197,218,189)
#D3E3CD
(211,227,205)
#E1ECDD
(225,236,221)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639B4D color. Also use rgb(99,155,77) instead hex code.

Text Font Color

.myTextColor { color: #639B4D; }

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

This text font color is #639B4D.


Background Color

.myBgColor { background-color: #639B4D; }

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

This div background color is #639B4D.


Border color

.myBorderColor { border: 1px solid #639B4D; }

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

This div border color is #639B4D.


Opacity

.myOpacity80 { color: #639B4D; opacity: 0.8; }

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

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

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

This text has shadow with #639B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639B4D on black background.


Color preview on white background

This text has color #639B4D on white background.



Black color preview on #639B4D background

This text has black color on #639B4D background.


White color preview on #639B4D background

This text has white color on #639B4D background.