COLOR #639C3E

HEX: #639C3E
RGB: (99,156,62)

Color info

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

RGB color model

#639C3E color RGB value is (99,156,62).

  • red value is 99;
  • green value is 156;
  • blue value is 62.
RGB:
(99,156,62)
(39%,61%,24%)

RGB channels and saturation

R 99 of 255 = 39%
G 156 of 255 = 61%
B 62 of 255 = 24%

99
156
62

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

Portions of RGB colors in percentages

R + G + B =
99 + 156 + 62 = 317 (100%)
R 99 of 317 ~ 31.23%
G 156 of 317 ~ 49.21%
B 62 of 317 ~ 19.56%

%31.23
%49.21
%19.56

CMYK color model

#639C3E color CMYK value is (37,0,60,39).

  • cyan value is 36.54%
  • magenta value is 0.00%
  • yellow value is 60.26%
  • key color value is 38.82%
CMYK:
(37,0,60,39)
C37M0Y60K39 
(37%,0%,60%,39%)
(0.37/0.00/0.60/0.39)	

CMYK percentages

%36.54
%0
%60.26
%38.82

Codes

Color #639C3E in popluar color models

639C3E
RGB9915662
HSL96°43.12%42.75%
HSB/HSV96°60.26%61.18%
CMYK36.54%0.00%60.26%
38.82%

Color #639C3E in popluar number systems.

HEX639C3E
Decimal9915662
Binary110001110011100111110
Octal14323476

Shades and tints

Shades of #639C3E

#639C3E
(99,156,62)
#5A8E39
(90,142,57)
#518034
(81,128,52)
#48722F
(72,114,47)
#3F642A
(63,100,42)
#365625
(54,86,37)
#2D4820
(45,72,32)
#243A1B
(36,58,27)
#1B2C16
(27,44,22)
#121E11
(18,30,17)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #639C3E

#639C3E
(99,156,62)
#71A54F
(113,165,79)
#7FAE60
(127,174,96)
#8DB771
(141,183,113)
#9BC082
(155,192,130)
#A9C993
(169,201,147)
#B7D2A4
(183,210,164)
#C5DBB5
(197,219,181)
#D3E4C6
(211,228,198)
#E1EDD7
(225,237,215)
#EFF6E8
(239,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639C3E color. Also use rgb(99,156,62) instead hex code.

Text Font Color

.myTextColor { color: #639C3E; }

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

This text font color is #639C3E.


Background Color

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

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

This div background color is #639C3E.


Border color

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

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

This div border color is #639C3E.


Opacity

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

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

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

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

This text has shadow with #639C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639C3E on black background.


Color preview on white background

This text has color #639C3E on white background.



Black color preview on #639C3E background

This text has black color on #639C3E background.


White color preview on #639C3E background

This text has white color on #639C3E background.