COLOR #639F54

HEX: #639F54
RGB: (99,159,84)

Color info

#639F54 contains mainly green color. Web safe color of #639F54 is #669966 (or #696).

RGB color model

#639F54 color RGB value is (99,159,84).

  • red value is 99;
  • green value is 159;
  • blue value is 84.
RGB:
(99,159,84)
(39%,62%,33%)

RGB channels and saturation

R 99 of 255 = 39%
G 159 of 255 = 62%
B 84 of 255 = 33%

99
159
84

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

Portions of RGB colors in percentages

R + G + B =
99 + 159 + 84 = 342 (100%)
R 99 of 342 ~ 28.95%
G 159 of 342 ~ 46.49%
B 84 of 342 ~ 24.56%

%28.95
%46.49
%24.56

CMYK color model

#639F54 color CMYK value is (38,0,47,38).

  • cyan value is 37.74%
  • magenta value is 0.00%
  • yellow value is 47.17%
  • key color value is 37.65%
CMYK:
(38,0,47,38)
C38M0Y47K38 
(38%,0%,47%,38%)
(0.38/0.00/0.47/0.38)	

CMYK percentages

%37.74
%0
%47.17
%37.65

Codes

Color #639F54 in popluar color models

639F54
RGB9915984
HSL108°30.86%47.65%
HSB/HSV108°47.17%62.35%
CMYK37.74%0.00%47.17%
37.65%

Color #639F54 in popluar number systems.

HEX639F54
Decimal9915984
Binary1100011100111111010100
Octal143237124

Shades and tints

Shades of #639F54

#639F54
(99,159,84)
#5A914D
(90,145,77)
#518346
(81,131,70)
#48753F
(72,117,63)
#3F6738
(63,103,56)
#365931
(54,89,49)
#2D4B2A
(45,75,42)
#243D23
(36,61,35)
#1B2F1C
(27,47,28)
#122115
(18,33,21)
#09130E
(9,19,14)
#000000
(0,0,0)

Tints of #639F54

#639F54
(99,159,84)
#71A763
(113,167,99)
#7FAF72
(127,175,114)
#8DB781
(141,183,129)
#9BBF90
(155,191,144)
#A9C79F
(169,199,159)
#B7CFAE
(183,207,174)
#C5D7BD
(197,215,189)
#D3DFCC
(211,223,204)
#E1E7DB
(225,231,219)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639F54 color. Also use rgb(99,159,84) instead hex code.

Text Font Color

.myTextColor { color: #639F54; }

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

This text font color is #639F54.


Background Color

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

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

This div background color is #639F54.


Border color

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

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

This div border color is #639F54.


Opacity

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

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

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

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

This text has shadow with #639F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639F54 on black background.


Color preview on white background

This text has color #639F54 on white background.



Black color preview on #639F54 background

This text has black color on #639F54 background.


White color preview on #639F54 background

This text has white color on #639F54 background.