COLOR #63B96F

HEX: #63B96F
RGB: (99,185,111)

Renk bilgisi

#63B96F contains mainly green color. #63B96F ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#63B96F color RGB value is (99,185,111).

  • kırmız ton 99;
  • yeşil ton 185;
  • mavi ton 111.
RGB:
(99,185,111)
(39%,73%,44%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 185 of 255 = 73%
B 111 of 255 = 44%

99
185
111

R + G + B ~ 52%. #63B96F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 185 + 111 = 395 (100%)
R 99 of 395 ~ 25.06%
G 185 of 395 ~ 46.84%
B 111 of 395 ~ 28.1%

%25.06
%46.84
%28.1

CMYK RENK MODELİ

#63B96F rengi CMYK tonu (46,0,40,27).

  • camgöbeği tonu 46.49%
  • eflatun tonu 0.00%
  • sarı tonu 40.00%
  • ana renk tonu 27.45%
CMYK:
(46,0,40,27)
C46M0Y40K27 
(46%,0%,40%,27%)
(0.46/0.00/0.40/0.27)	

CMYK yüzdeleri

%46.49
%0
%40
%27.45

Codes

Color #63B96F in popluar color models

63B96F
RGB99185111
HSL128°38.05%55.69%
HSB/HSV128°46.49%72.55%
CMYK46.49%0.00%40.00%
27.45%

Color #63B96F in popluar number systems.

HEX63B96F
Decimal99185111
Binary1100011101110011101111
Octal143271157

Shades and tints

Shades of #63B96F

#63B96F
(99,185,111)
#5AA965
(90,169,101)
#51995B
(81,153,91)
#488951
(72,137,81)
#3F7947
(63,121,71)
#36693D
(54,105,61)
#2D5933
(45,89,51)
#244929
(36,73,41)
#1B391F
(27,57,31)
#122915
(18,41,21)
#09190B
(9,25,11)
#000000
(0,0,0)

Tints of #63B96F

#63B96F
(99,185,111)
#71BF7C
(113,191,124)
#7FC589
(127,197,137)
#8DCB96
(141,203,150)
#9BD1A3
(155,209,163)
#A9D7B0
(169,215,176)
#B7DDBD
(183,221,189)
#C5E3CA
(197,227,202)
#D3E9D7
(211,233,215)
#E1EFE4
(225,239,228)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B96F color. Also use rgb(99,185,111) instead hex code.

Text Font Color

.myTextColor { color: #63B96F; }

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

This text font color is #63B96F.


Background Color

.myBgColor { background-color: #63B96F; }

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

This div background color is #63B96F.


Border color

.myBorderColor { border: 1px solid #63B96F; }

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

This div border color is #63B96F.


Opacity

.myOpacity80 { color: #63B96F; opacity: 0.8; }

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

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

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

This text has shadow with #63B96F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B96F on black background.


Color preview on white background

This text has color #63B96F on white background.



Black color preview on #63B96F background

This text has black color on #63B96F background.


White color preview on #63B96F background

This text has white color on #63B96F background.