COLOR #639B5B

HEX: #639B5B
RGB: (99,155,91)

Renk bilgisi

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

RGB renk modeli

#639B5B color RGB value is (99,155,91).

  • kırmız ton 99;
  • yeşil ton 155;
  • mavi ton 91.
RGB:
(99,155,91)
(39%,61%,36%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 155 of 255 = 61%
B 91 of 255 = 36%

99
155
91

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 155 + 91 = 345 (100%)
R 99 of 345 ~ 28.7%
G 155 of 345 ~ 44.93%
B 91 of 345 ~ 26.38%

%28.7
%44.93
%26.38

CMYK RENK MODELİ

#639B5B rengi CMYK tonu (36,0,41,39).

  • camgöbeği tonu 36.13%
  • eflatun tonu 0.00%
  • sarı tonu 41.29%
  • ana renk tonu 39.22%
CMYK:
(36,0,41,39)
C36M0Y41K39 
(36%,0%,41%,39%)
(0.36/0.00/0.41/0.39)	

CMYK yüzdeleri

%36.13
%0
%41.29
%39.22

Codes

Color #639B5B in popluar color models

639B5B
RGB9915591
HSL113°26.02%48.24%
HSB/HSV113°41.29%60.78%
CMYK36.13%0.00%41.29%
39.22%

Color #639B5B in popluar number systems.

HEX639B5B
Decimal9915591
Binary1100011100110111011011
Octal143233133

Shades and tints

Shades of #639B5B

#639B5B
(99,155,91)
#5A8D53
(90,141,83)
#517F4B
(81,127,75)
#487143
(72,113,67)
#3F633B
(63,99,59)
#365533
(54,85,51)
#2D472B
(45,71,43)
#243923
(36,57,35)
#1B2B1B
(27,43,27)
#121D13
(18,29,19)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #639B5B

#639B5B
(99,155,91)
#71A469
(113,164,105)
#7FAD77
(127,173,119)
#8DB685
(141,182,133)
#9BBF93
(155,191,147)
#A9C8A1
(169,200,161)
#B7D1AF
(183,209,175)
#C5DABD
(197,218,189)
#D3E3CB
(211,227,203)
#E1ECD9
(225,236,217)
#EFF5E7
(239,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639B5B color. Also use rgb(99,155,91) instead hex code.

Text Font Color

.myTextColor { color: #639B5B; }

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

This text font color is #639B5B.


Background Color

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

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

This div background color is #639B5B.


Border color

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

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

This div border color is #639B5B.


Opacity

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

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

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

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

This text has shadow with #639B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639B5B on black background.


Color preview on white background

This text has color #639B5B on white background.



Black color preview on #639B5B background

This text has black color on #639B5B background.


White color preview on #639B5B background

This text has white color on #639B5B background.