COLOR #639F5E

HEX: #639F5E
RGB: (99,159,94)

Renk bilgisi

#639F5E contains mainly green color. #639F5E ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#639F5E color RGB value is (99,159,94).

  • kırmız ton 99;
  • yeşil ton 159;
  • mavi ton 94.
RGB:
(99,159,94)
(39%,62%,37%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 159 of 255 = 62%
B 94 of 255 = 37%

99
159
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 159 + 94 = 352 (100%)
R 99 of 352 ~ 28.13%
G 159 of 352 ~ 45.17%
B 94 of 352 ~ 26.7%

%28.13
%45.17
%26.7

CMYK RENK MODELİ

#639F5E rengi CMYK tonu (38,0,41,38).

  • camgöbeği tonu 37.74%
  • eflatun tonu 0.00%
  • sarı tonu 40.88%
  • ana renk tonu 37.65%
CMYK:
(38,0,41,38)
C38M0Y41K38 
(38%,0%,41%,38%)
(0.38/0.00/0.41/0.38)	

CMYK yüzdeleri

%37.74
%0
%40.88
%37.65

Codes

Color #639F5E in popluar color models

639F5E
RGB9915994
HSL115°25.69%49.61%
HSB/HSV115°40.88%62.35%
CMYK37.74%0.00%40.88%
37.65%

Color #639F5E in popluar number systems.

HEX639F5E
Decimal9915994
Binary1100011100111111011110
Octal143237136

Shades and tints

Shades of #639F5E

#639F5E
(99,159,94)
#5A9156
(90,145,86)
#51834E
(81,131,78)
#487546
(72,117,70)
#3F673E
(63,103,62)
#365936
(54,89,54)
#2D4B2E
(45,75,46)
#243D26
(36,61,38)
#1B2F1E
(27,47,30)
#122116
(18,33,22)
#09130E
(9,19,14)
#000000
(0,0,0)

Tints of #639F5E

#639F5E
(99,159,94)
#71A76C
(113,167,108)
#7FAF7A
(127,175,122)
#8DB788
(141,183,136)
#9BBF96
(155,191,150)
#A9C7A4
(169,199,164)
#B7CFB2
(183,207,178)
#C5D7C0
(197,215,192)
#D3DFCE
(211,223,206)
#E1E7DC
(225,231,220)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639F5E; }

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

This text font color is #639F5E.


Background Color

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

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

This div background color is #639F5E.


Border color

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

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

This div border color is #639F5E.


Opacity

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

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

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

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

This text has shadow with #639F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639F5E on black background.


Color preview on white background

This text has color #639F5E on white background.



Black color preview on #639F5E background

This text has black color on #639F5E background.


White color preview on #639F5E background

This text has white color on #639F5E background.