COLOR #639B73

HEX: #639B73
RGB: (99,155,115)

Renk bilgisi

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

RGB renk modeli

#639B73 color RGB value is (99,155,115).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 155 of 255 = 61%
B 115 of 255 = 45%

99
155
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 155 + 115 = 369 (100%)
R 99 of 369 ~ 26.83%
G 155 of 369 ~ 42.01%
B 115 of 369 ~ 31.17%

%26.83
%42.01
%31.17

CMYK RENK MODELİ

#639B73 rengi CMYK tonu (36,0,26,39).

  • camgöbeği tonu 36.13%
  • eflatun tonu 0.00%
  • sarı tonu 25.81%
  • ana renk tonu 39.22%
CMYK:
(36,0,26,39)
C36M0Y26K39 
(36%,0%,26%,39%)
(0.36/0.00/0.26/0.39)	

CMYK yüzdeleri

%36.13
%0
%25.81
%39.22

Codes

Color #639B73 in popluar color models

639B73
RGB99155115
HSL137°22.05%49.80%
HSB/HSV137°36.13%60.78%
CMYK36.13%0.00%25.81%
39.22%

Color #639B73 in popluar number systems.

HEX639B73
Decimal99155115
Binary1100011100110111110011
Octal143233163

Shades and tints

Shades of #639B73

#639B73
(99,155,115)
#5A8D69
(90,141,105)
#517F5F
(81,127,95)
#487155
(72,113,85)
#3F634B
(63,99,75)
#365541
(54,85,65)
#2D4737
(45,71,55)
#24392D
(36,57,45)
#1B2B23
(27,43,35)
#121D19
(18,29,25)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #639B73

#639B73
(99,155,115)
#71A47F
(113,164,127)
#7FAD8B
(127,173,139)
#8DB697
(141,182,151)
#9BBFA3
(155,191,163)
#A9C8AF
(169,200,175)
#B7D1BB
(183,209,187)
#C5DAC7
(197,218,199)
#D3E3D3
(211,227,211)
#E1ECDF
(225,236,223)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639B73; }

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

This text font color is #639B73.


Background Color

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

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

This div background color is #639B73.


Border color

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

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

This div border color is #639B73.


Opacity

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

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

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

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

This text has shadow with #639B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639B73 on black background.


Color preview on white background

This text has color #639B73 on white background.



Black color preview on #639B73 background

This text has black color on #639B73 background.


White color preview on #639B73 background

This text has white color on #639B73 background.