COLOR #639C68

HEX: #639C68
RGB: (99,156,104)

Renk bilgisi

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

RGB renk modeli

#639C68 color RGB value is (99,156,104).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 156 of 255 = 61%
B 104 of 255 = 41%

99
156
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 156 + 104 = 359 (100%)
R 99 of 359 ~ 27.58%
G 156 of 359 ~ 43.45%
B 104 of 359 ~ 28.97%

%27.58
%43.45
%28.97

CMYK RENK MODELİ

#639C68 rengi CMYK tonu (37,0,33,39).

  • camgöbeği tonu 36.54%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 38.82%
CMYK:
(37,0,33,39)
C37M0Y33K39 
(37%,0%,33%,39%)
(0.37/0.00/0.33/0.39)	

CMYK yüzdeleri

%36.54
%0
%33.33
%38.82

Codes

Color #639C68 in popluar color models

639C68
RGB99156104
HSL125°22.35%50.00%
HSB/HSV125°36.54%61.18%
CMYK36.54%0.00%33.33%
38.82%

Color #639C68 in popluar number systems.

HEX639C68
Decimal99156104
Binary1100011100111001101000
Octal143234150

Shades and tints

Shades of #639C68

#639C68
(99,156,104)
#5A8E5F
(90,142,95)
#518056
(81,128,86)
#48724D
(72,114,77)
#3F6444
(63,100,68)
#36563B
(54,86,59)
#2D4832
(45,72,50)
#243A29
(36,58,41)
#1B2C20
(27,44,32)
#121E17
(18,30,23)
#09100E
(9,16,14)
#000000
(0,0,0)

Tints of #639C68

#639C68
(99,156,104)
#71A575
(113,165,117)
#7FAE82
(127,174,130)
#8DB78F
(141,183,143)
#9BC09C
(155,192,156)
#A9C9A9
(169,201,169)
#B7D2B6
(183,210,182)
#C5DBC3
(197,219,195)
#D3E4D0
(211,228,208)
#E1EDDD
(225,237,221)
#EFF6EA
(239,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639C68; }

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

This text font color is #639C68.


Background Color

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

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

This div background color is #639C68.


Border color

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

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

This div border color is #639C68.


Opacity

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

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

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

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

This text has shadow with #639C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639C68 on black background.


Color preview on white background

This text has color #639C68 on white background.



Black color preview on #639C68 background

This text has black color on #639C68 background.


White color preview on #639C68 background

This text has white color on #639C68 background.