COLOR #639D42

HEX: #639D42
RGB: (99,157,66)

Color info

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

RGB color model

#639D42 color RGB value is (99,157,66).

  • red value is 99;
  • green value is 157;
  • blue value is 66.
RGB:
(99,157,66)
(39%,62%,26%)

RGB channels and saturation

R 99 of 255 = 39%
G 157 of 255 = 62%
B 66 of 255 = 26%

99
157
66

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

Portions of RGB colors in percentages

R + G + B =
99 + 157 + 66 = 322 (100%)
R 99 of 322 ~ 30.75%
G 157 of 322 ~ 48.76%
B 66 of 322 ~ 20.5%

%30.75
%48.76
%20.5

CMYK color model

#639D42 color CMYK value is (37,0,58,38).

  • cyan value is 36.94%
  • magenta value is 0.00%
  • yellow value is 57.96%
  • key color value is 38.43%
CMYK:
(37,0,58,38)
C37M0Y58K38 
(37%,0%,58%,38%)
(0.37/0.00/0.58/0.38)	

CMYK percentages

%36.94
%0
%57.96
%38.43

Codes

Color #639D42 in popluar color models

639D42
RGB9915766
HSL98°40.81%43.73%
HSB/HSV98°57.96%61.57%
CMYK36.94%0.00%57.96%
38.43%

Color #639D42 in popluar number systems.

HEX639D42
Decimal9915766
Binary1100011100111011000010
Octal143235102

Shades and tints

Shades of #639D42

#639D42
(99,157,66)
#5A8F3C
(90,143,60)
#518136
(81,129,54)
#487330
(72,115,48)
#3F652A
(63,101,42)
#365724
(54,87,36)
#2D491E
(45,73,30)
#243B18
(36,59,24)
#1B2D12
(27,45,18)
#121F0C
(18,31,12)
#091106
(9,17,6)
#000000
(0,0,0)

Tints of #639D42

#639D42
(99,157,66)
#71A553
(113,165,83)
#7FAD64
(127,173,100)
#8DB575
(141,181,117)
#9BBD86
(155,189,134)
#A9C597
(169,197,151)
#B7CDA8
(183,205,168)
#C5D5B9
(197,213,185)
#D3DDCA
(211,221,202)
#E1E5DB
(225,229,219)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639D42 color. Also use rgb(99,157,66) instead hex code.

Text Font Color

.myTextColor { color: #639D42; }

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

This text font color is #639D42.


Background Color

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

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

This div background color is #639D42.


Border color

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

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

This div border color is #639D42.


Opacity

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

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

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

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

This text has shadow with #639D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639D42 on black background.


Color preview on white background

This text has color #639D42 on white background.



Black color preview on #639D42 background

This text has black color on #639D42 background.


White color preview on #639D42 background

This text has white color on #639D42 background.