COLOR #639F71

HEX: #639F71
RGB: (99,159,113)

Color info

#639F71 contains mainly green and blue colors. Web safe color of #639F71 is #669966 (or #696).

RGB color model

#639F71 color RGB value is (99,159,113).

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

RGB channels and saturation

R 99 of 255 = 39%
G 159 of 255 = 62%
B 113 of 255 = 44%

99
159
113

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

Portions of RGB colors in percentages

R + G + B =
99 + 159 + 113 = 371 (100%)
R 99 of 371 ~ 26.68%
G 159 of 371 ~ 42.86%
B 113 of 371 ~ 30.46%

%26.68
%42.86
%30.46

CMYK color model

#639F71 color CMYK value is (38,0,29,38).

  • cyan value is 37.74%
  • magenta value is 0.00%
  • yellow value is 28.93%
  • key color value is 37.65%
CMYK:
(38,0,29,38)
C38M0Y29K38 
(38%,0%,29%,38%)
(0.38/0.00/0.29/0.38)	

CMYK percentages

%37.74
%0
%28.93
%37.65

Codes

Color #639F71 in popluar color models

639F71
RGB99159113
HSL134°23.81%50.59%
HSB/HSV134°37.74%62.35%
CMYK37.74%0.00%28.93%
37.65%

Color #639F71 in popluar number systems.

HEX639F71
Decimal99159113
Binary1100011100111111110001
Octal143237161

Shades and tints

Shades of #639F71

#639F71
(99,159,113)
#5A9167
(90,145,103)
#51835D
(81,131,93)
#487553
(72,117,83)
#3F6749
(63,103,73)
#36593F
(54,89,63)
#2D4B35
(45,75,53)
#243D2B
(36,61,43)
#1B2F21
(27,47,33)
#122117
(18,33,23)
#09130D
(9,19,13)
#000000
(0,0,0)

Tints of #639F71

#639F71
(99,159,113)
#71A77D
(113,167,125)
#7FAF89
(127,175,137)
#8DB795
(141,183,149)
#9BBFA1
(155,191,161)
#A9C7AD
(169,199,173)
#B7CFB9
(183,207,185)
#C5D7C5
(197,215,197)
#D3DFD1
(211,223,209)
#E1E7DD
(225,231,221)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639F71; }

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

This text font color is #639F71.


Background Color

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

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

This div background color is #639F71.


Border color

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

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

This div border color is #639F71.


Opacity

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

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

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

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

This text has shadow with #639F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639F71 on black background.


Color preview on white background

This text has color #639F71 on white background.



Black color preview on #639F71 background

This text has black color on #639F71 background.


White color preview on #639F71 background

This text has white color on #639F71 background.