COLOR #63B40C

HEX: #63B40C
RGB: (99,180,12)

Renk bilgisi

#63B40C contains mainly green color. #63B40C ‘ nin web güvenlik rengi #66CC00 (ya da #6C0) dir.

RGB renk modeli

#63B40C color RGB value is (99,180,12).

  • kırmız ton 99;
  • yeşil ton 180;
  • mavi ton 12.
RGB:
(99,180,12)
(39%,71%,5%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 180 of 255 = 71%
B 12 of 255 = 5%

99
180
12

R + G + B ~ 38%. #63B40C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 180 + 12 = 291 (100%)
R 99 of 291 ~ 34.02%
G 180 of 291 ~ 61.86%
B 12 of 291 ~ 4.12%

%34.02
%61.86

CMYK RENK MODELİ

#63B40C rengi CMYK tonu (45,0,93,29).

  • camgöbeği tonu 45.00%
  • eflatun tonu 0.00%
  • sarı tonu 93.33%
  • ana renk tonu 29.41%
CMYK:
(45,0,93,29)
C45M0Y93K29 
(45%,0%,93%,29%)
(0.45/0.00/0.93/0.29)	

CMYK yüzdeleri

%45
%0
%93.33
%29.41

Codes

Color #63B40C in popluar color models

63B40C
RGB9918012
HSL89°87.50%37.65%
HSB/HSV89°93.33%70.59%
CMYK45.00%0.00%93.33%
29.41%

Color #63B40C in popluar number systems.

HEX63B40C
Decimal9918012
Binary1100011101101001100
Octal14326414

Shades and tints

Shades of #63B40C

#63B40C
(99,180,12)
#5AA40B
(90,164,11)
#51940A
(81,148,10)
#488409
(72,132,9)
#3F7408
(63,116,8)
#366407
(54,100,7)
#2D5406
(45,84,6)
#244405
(36,68,5)
#1B3404
(27,52,4)
#122403
(18,36,3)
#091402
(9,20,2)
#000000
(0,0,0)

Tints of #63B40C

#63B40C
(99,180,12)
#71BA22
(113,186,34)
#7FC038
(127,192,56)
#8DC64E
(141,198,78)
#9BCC64
(155,204,100)
#A9D27A
(169,210,122)
#B7D890
(183,216,144)
#C5DEA6
(197,222,166)
#D3E4BC
(211,228,188)
#E1EAD2
(225,234,210)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B40C color. Also use rgb(99,180,12) instead hex code.

Text Font Color

.myTextColor { color: #63B40C; }

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

This text font color is #63B40C.


Background Color

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

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

This div background color is #63B40C.


Border color

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

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

This div border color is #63B40C.


Opacity

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

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

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

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

This text has shadow with #63B40C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B40C on black background.


Color preview on white background

This text has color #63B40C on white background.



Black color preview on #63B40C background

This text has black color on #63B40C background.


White color preview on #63B40C background

This text has white color on #63B40C background.