COLOR #639463

HEX: #639463
RGB: (99,148,99)

Renk bilgisi

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

RGB renk modeli

#639463 color RGB value is (99,148,99).

  • kırmız ton 99;
  • yeşil ton 148;
  • mavi ton 99.
RGB:
(99,148,99)
(39%,58%,39%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 148 of 255 = 58%
B 99 of 255 = 39%

99
148
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 148 + 99 = 346 (100%)
R 99 of 346 ~ 28.61%
G 148 of 346 ~ 42.77%
B 99 of 346 ~ 28.61%

%28.61
%42.77
%28.61

CMYK RENK MODELİ

#639463 rengi CMYK tonu (33,0,33,42).

  • camgöbeği tonu 33.11%
  • eflatun tonu 0.00%
  • sarı tonu 33.11%
  • ana renk tonu 41.96%
CMYK:
(33,0,33,42)
C33M0Y33K42 
(33%,0%,33%,42%)
(0.33/0.00/0.33/0.42)	

CMYK yüzdeleri

%33.11
%0
%33.11
%41.96

Codes

Color #639463 in popluar color models

639463
RGB9914899
HSL120°19.84%48.43%
HSB/HSV120°33.11%58.04%
CMYK33.11%0.00%33.11%
41.96%

Color #639463 in popluar number systems.

HEX639463
Decimal9914899
Binary1100011100101001100011
Octal143224143

Shades and tints

Shades of #639463

#639463
(99,148,99)
#5A875A
(90,135,90)
#517A51
(81,122,81)
#486D48
(72,109,72)
#3F603F
(63,96,63)
#365336
(54,83,54)
#2D462D
(45,70,45)
#243924
(36,57,36)
#1B2C1B
(27,44,27)
#121F12
(18,31,18)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #639463

#639463
(99,148,99)
#719D71
(113,157,113)
#7FA67F
(127,166,127)
#8DAF8D
(141,175,141)
#9BB89B
(155,184,155)
#A9C1A9
(169,193,169)
#B7CAB7
(183,202,183)
#C5D3C5
(197,211,197)
#D3DCD3
(211,220,211)
#E1E5E1
(225,229,225)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639463 color. Also use rgb(99,148,99) instead hex code.

Text Font Color

.myTextColor { color: #639463; }

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

This text font color is #639463.


Background Color

.myBgColor { background-color: #639463; }

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

This div background color is #639463.


Border color

.myBorderColor { border: 1px solid #639463; }

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

This div border color is #639463.


Opacity

.myOpacity80 { color: #639463; opacity: 0.8; }

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

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

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

This text has shadow with #639463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639463 on black background.


Color preview on white background

This text has color #639463 on white background.



Black color preview on #639463 background

This text has black color on #639463 background.


White color preview on #639463 background

This text has white color on #639463 background.