COLOR #639C5F

HEX: #639C5F
RGB: (99,156,95)

Renk bilgisi

#639C5F contains mainly red and green colors. #639C5F ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#639C5F color RGB value is (99,156,95).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 156 of 255 = 61%
B 95 of 255 = 37%

99
156
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 156 + 95 = 350 (100%)
R 99 of 350 ~ 28.29%
G 156 of 350 ~ 44.57%
B 95 of 350 ~ 27.14%

%28.29
%44.57
%27.14

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%36.54
%0
%39.1
%38.82

Codes

Color #639C5F in popluar color models

639C5F
RGB9915695
HSL116°24.30%49.22%
HSB/HSV116°39.10%61.18%
CMYK36.54%0.00%39.10%
38.82%

Color #639C5F in popluar number systems.

HEX639C5F
Decimal9915695
Binary1100011100111001011111
Octal143234137

Shades and tints

Shades of #639C5F

#639C5F
(99,156,95)
#5A8E57
(90,142,87)
#51804F
(81,128,79)
#487247
(72,114,71)
#3F643F
(63,100,63)
#365637
(54,86,55)
#2D482F
(45,72,47)
#243A27
(36,58,39)
#1B2C1F
(27,44,31)
#121E17
(18,30,23)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #639C5F

#639C5F
(99,156,95)
#71A56D
(113,165,109)
#7FAE7B
(127,174,123)
#8DB789
(141,183,137)
#9BC097
(155,192,151)
#A9C9A5
(169,201,165)
#B7D2B3
(183,210,179)
#C5DBC1
(197,219,193)
#D3E4CF
(211,228,207)
#E1EDDD
(225,237,221)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639C5F; }

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

This text font color is #639C5F.


Background Color

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

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

This div background color is #639C5F.


Border color

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

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

This div border color is #639C5F.


Opacity

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

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

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

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

This text has shadow with #639C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639C5F on black background.


Color preview on white background

This text has color #639C5F on white background.



Black color preview on #639C5F background

This text has black color on #639C5F background.


White color preview on #639C5F background

This text has white color on #639C5F background.