COLOR #639C77

HEX: #639C77
RGB: (99,156,119)

Renk bilgisi

#639C77 contains red, green and blue colors in about the same proportion. #639C77 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#639C77 color RGB value is (99,156,119).

  • kırmız ton 99;
  • yeşil ton 156;
  • mavi ton 119.
RGB:
(99,156,119)
(39%,61%,47%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 156 of 255 = 61%
B 119 of 255 = 47%

99
156
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 156 + 119 = 374 (100%)
R 99 of 374 ~ 26.47%
G 156 of 374 ~ 41.71%
B 119 of 374 ~ 31.82%

%26.47
%41.71
%31.82

CMYK RENK MODELİ

#639C77 rengi CMYK tonu (37,0,24,39).

  • camgöbeği tonu 36.54%
  • eflatun tonu 0.00%
  • sarı tonu 23.72%
  • ana renk tonu 38.82%
CMYK:
(37,0,24,39)
C37M0Y24K39 
(37%,0%,24%,39%)
(0.37/0.00/0.24/0.39)	

CMYK yüzdeleri

%36.54
%0
%23.72
%38.82

Codes

Color #639C77 in popluar color models

639C77
RGB99156119
HSL141°22.35%50.00%
HSB/HSV141°36.54%61.18%
CMYK36.54%0.00%23.72%
38.82%

Color #639C77 in popluar number systems.

HEX639C77
Decimal99156119
Binary1100011100111001110111
Octal143234167

Shades and tints

Shades of #639C77

#639C77
(99,156,119)
#5A8E6D
(90,142,109)
#518063
(81,128,99)
#487259
(72,114,89)
#3F644F
(63,100,79)
#365645
(54,86,69)
#2D483B
(45,72,59)
#243A31
(36,58,49)
#1B2C27
(27,44,39)
#121E1D
(18,30,29)
#091013
(9,16,19)
#000000
(0,0,0)

Tints of #639C77

#639C77
(99,156,119)
#71A583
(113,165,131)
#7FAE8F
(127,174,143)
#8DB79B
(141,183,155)
#9BC0A7
(155,192,167)
#A9C9B3
(169,201,179)
#B7D2BF
(183,210,191)
#C5DBCB
(197,219,203)
#D3E4D7
(211,228,215)
#E1EDE3
(225,237,227)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639C77; }

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

This text font color is #639C77.


Background Color

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

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

This div background color is #639C77.


Border color

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

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

This div border color is #639C77.


Opacity

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

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

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

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

This text has shadow with #639C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639C77 on black background.


Color preview on white background

This text has color #639C77 on white background.



Black color preview on #639C77 background

This text has black color on #639C77 background.


White color preview on #639C77 background

This text has white color on #639C77 background.