COLOR #63BC3C

HEX: #63BC3C
RGB: (99,188,60)

Renk bilgisi

#63BC3C contains mainly green color. #63BC3C ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#63BC3C color RGB value is (99,188,60).

  • kırmız ton 99;
  • yeşil ton 188;
  • mavi ton 60.
RGB:
(99,188,60)
(39%,74%,24%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 188 of 255 = 74%
B 60 of 255 = 24%

99
188
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 188 + 60 = 347 (100%)
R 99 of 347 ~ 28.53%
G 188 of 347 ~ 54.18%
B 60 of 347 ~ 17.29%

%28.53
%54.18
%17.29

CMYK RENK MODELİ

#63BC3C rengi CMYK tonu (47,0,68,26).

  • camgöbeği tonu 47.34%
  • eflatun tonu 0.00%
  • sarı tonu 68.09%
  • ana renk tonu 26.27%
CMYK:
(47,0,68,26)
C47M0Y68K26 
(47%,0%,68%,26%)
(0.47/0.00/0.68/0.26)	

CMYK yüzdeleri

%47.34
%0
%68.09
%26.27

Codes

Color #63BC3C in popluar color models

63BC3C
RGB9918860
HSL102°51.61%48.63%
HSB/HSV102°68.09%73.73%
CMYK47.34%0.00%68.09%
26.27%

Color #63BC3C in popluar number systems.

HEX63BC3C
Decimal9918860
Binary110001110111100111100
Octal14327474

Shades and tints

Shades of #63BC3C

#63BC3C
(99,188,60)
#5AAB37
(90,171,55)
#519A32
(81,154,50)
#48892D
(72,137,45)
#3F7828
(63,120,40)
#366723
(54,103,35)
#2D561E
(45,86,30)
#244519
(36,69,25)
#1B3414
(27,52,20)
#12230F
(18,35,15)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #63BC3C

#63BC3C
(99,188,60)
#71C24D
(113,194,77)
#7FC85E
(127,200,94)
#8DCE6F
(141,206,111)
#9BD480
(155,212,128)
#A9DA91
(169,218,145)
#B7E0A2
(183,224,162)
#C5E6B3
(197,230,179)
#D3ECC4
(211,236,196)
#E1F2D5
(225,242,213)
#EFF8E6
(239,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BC3C color. Also use rgb(99,188,60) instead hex code.

Text Font Color

.myTextColor { color: #63BC3C; }

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

This text font color is #63BC3C.


Background Color

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

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

This div background color is #63BC3C.


Border color

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

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

This div border color is #63BC3C.


Opacity

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

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

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

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

This text has shadow with #63BC3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63BC3C on black background.


Color preview on white background

This text has color #63BC3C on white background.



Black color preview on #63BC3C background

This text has black color on #63BC3C background.


White color preview on #63BC3C background

This text has white color on #63BC3C background.