COLOR #63B80A

HEX: #63B80A
RGB: (99,184,10)

Renk bilgisi

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

RGB renk modeli

#63B80A color RGB value is (99,184,10).

  • kırmız ton 99;
  • yeşil ton 184;
  • mavi ton 10.
RGB:
(99,184,10)
(39%,72%,4%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 184 of 255 = 72%
B 10 of 255 = 4%

99
184
10

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 184 + 10 = 293 (100%)
R 99 of 293 ~ 33.79%
G 184 of 293 ~ 62.8%
B 10 of 293 ~ 3.41%

%33.79
%62.8

CMYK RENK MODELİ

#63B80A rengi CMYK tonu (46,0,95,28).

  • camgöbeği tonu 46.20%
  • eflatun tonu 0.00%
  • sarı tonu 94.57%
  • ana renk tonu 27.84%
CMYK:
(46,0,95,28)
C46M0Y95K28 
(46%,0%,95%,28%)
(0.46/0.00/0.95/0.28)	

CMYK yüzdeleri

%46.2
%0
%94.57
%27.84

Codes

Color #63B80A in popluar color models

63B80A
RGB9918410
HSL89°89.69%38.04%
HSB/HSV89°94.57%72.16%
CMYK46.20%0.00%94.57%
27.84%

Color #63B80A in popluar number systems.

HEX63B80A
Decimal9918410
Binary1100011101110001010
Octal14327012

Shades and tints

Shades of #63B80A

#63B80A
(99,184,10)
#5AA80A
(90,168,10)
#51980A
(81,152,10)
#48880A
(72,136,10)
#3F780A
(63,120,10)
#36680A
(54,104,10)
#2D580A
(45,88,10)
#24480A
(36,72,10)
#1B380A
(27,56,10)
#12280A
(18,40,10)
#09180A
(9,24,10)
#000000
(0,0,0)

Tints of #63B80A

#63B80A
(99,184,10)
#71BE20
(113,190,32)
#7FC436
(127,196,54)
#8DCA4C
(141,202,76)
#9BD062
(155,208,98)
#A9D678
(169,214,120)
#B7DC8E
(183,220,142)
#C5E2A4
(197,226,164)
#D3E8BA
(211,232,186)
#E1EED0
(225,238,208)
#EFF4E6
(239,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B80A color. Also use rgb(99,184,10) instead hex code.

Text Font Color

.myTextColor { color: #63B80A; }

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

This text font color is #63B80A.


Background Color

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

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

This div background color is #63B80A.


Border color

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

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

This div border color is #63B80A.


Opacity

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

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

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

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

This text has shadow with #63B80A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B80A on black background.


Color preview on white background

This text has color #63B80A on white background.



Black color preview on #63B80A background

This text has black color on #63B80A background.


White color preview on #63B80A background

This text has white color on #63B80A background.