COLOR #639977

HEX: #639977
RGB: (99,153,119)

Color info

#639977 contains red, green and blue colors in about the same proportion. Web safe color of #639977 is #669966 (or #696).

RGB color model

#639977 color RGB value is (99,153,119).

  • red value is 99;
  • green value is 153;
  • blue value is 119.
RGB:
(99,153,119)
(39%,60%,47%)

RGB channels and saturation

R 99 of 255 = 39%
G 153 of 255 = 60%
B 119 of 255 = 47%

99
153
119

R + G + B ~ 49%. #639977 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 153 + 119 = 371 (100%)
R 99 of 371 ~ 26.68%
G 153 of 371 ~ 41.24%
B 119 of 371 ~ 32.08%

%26.68
%41.24
%32.08

CMYK color model

#639977 color CMYK value is (35,0,22,40).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 40.00%
CMYK:
(35,0,22,40)
C35M0Y22K40 
(35%,0%,22%,40%)
(0.35/0.00/0.22/0.40)	

CMYK percentages

%35.29
%0
%22.22
%40

Codes

Color #639977 in popluar color models

639977
RGB99153119
HSL142°21.43%49.41%
HSB/HSV142°35.29%60.00%
CMYK35.29%0.00%22.22%
40.00%

Color #639977 in popluar number systems.

HEX639977
Decimal99153119
Binary1100011100110011110111
Octal143231167

Shades and tints

Shades of #639977

#639977
(99,153,119)
#5A8C6D
(90,140,109)
#517F63
(81,127,99)
#487259
(72,114,89)
#3F654F
(63,101,79)
#365845
(54,88,69)
#2D4B3B
(45,75,59)
#243E31
(36,62,49)
#1B3127
(27,49,39)
#12241D
(18,36,29)
#091713
(9,23,19)
#000000
(0,0,0)

Tints of #639977

#639977
(99,153,119)
#71A283
(113,162,131)
#7FAB8F
(127,171,143)
#8DB49B
(141,180,155)
#9BBDA7
(155,189,167)
#A9C6B3
(169,198,179)
#B7CFBF
(183,207,191)
#C5D8CB
(197,216,203)
#D3E1D7
(211,225,215)
#E1EAE3
(225,234,227)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639977 color. Also use rgb(99,153,119) instead hex code.

Text Font Color

.myTextColor { color: #639977; }

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

This text font color is #639977.


Background Color

.myBgColor { background-color: #639977; }

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

This div background color is #639977.


Border color

.myBorderColor { border: 1px solid #639977; }

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

This div border color is #639977.


Opacity

.myOpacity80 { color: #639977; opacity: 0.8; }

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

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

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

This text has shadow with #639977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639977 on black background.


Color preview on white background

This text has color #639977 on white background.



Black color preview on #639977 background

This text has black color on #639977 background.


White color preview on #639977 background

This text has white color on #639977 background.