COLOR #63A82E

HEX: #63A82E
RGB: (99,168,46)

Renk bilgisi

#63A82E contains mainly green color. #63A82E ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#63A82E color RGB value is (99,168,46).

  • kırmız ton 99;
  • yeşil ton 168;
  • mavi ton 46.
RGB:
(99,168,46)
(39%,66%,18%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 168 of 255 = 66%
B 46 of 255 = 18%

99
168
46

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 168 + 46 = 313 (100%)
R 99 of 313 ~ 31.63%
G 168 of 313 ~ 53.67%
B 46 of 313 ~ 14.7%

%31.63
%53.67
%14.7

CMYK RENK MODELİ

#63A82E rengi CMYK tonu (41,0,73,34).

  • camgöbeği tonu 41.07%
  • eflatun tonu 0.00%
  • sarı tonu 72.62%
  • ana renk tonu 34.12%
CMYK:
(41,0,73,34)
C41M0Y73K34 
(41%,0%,73%,34%)
(0.41/0.00/0.73/0.34)	

CMYK yüzdeleri

%41.07
%0
%72.62
%34.12

Codes

Color #63A82E in popluar color models

63A82E
RGB9916846
HSL94°57.01%41.96%
HSB/HSV94°72.62%65.88%
CMYK41.07%0.00%72.62%
34.12%

Color #63A82E in popluar number systems.

HEX63A82E
Decimal9916846
Binary110001110101000101110
Octal14325056

Shades and tints

Shades of #63A82E

#63A82E
(99,168,46)
#5A992A
(90,153,42)
#518A26
(81,138,38)
#487B22
(72,123,34)
#3F6C1E
(63,108,30)
#365D1A
(54,93,26)
#2D4E16
(45,78,22)
#243F12
(36,63,18)
#1B300E
(27,48,14)
#12210A
(18,33,10)
#091206
(9,18,6)
#000000
(0,0,0)

Tints of #63A82E

#63A82E
(99,168,46)
#71AF41
(113,175,65)
#7FB654
(127,182,84)
#8DBD67
(141,189,103)
#9BC47A
(155,196,122)
#A9CB8D
(169,203,141)
#B7D2A0
(183,210,160)
#C5D9B3
(197,217,179)
#D3E0C6
(211,224,198)
#E1E7D9
(225,231,217)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A82E color. Also use rgb(99,168,46) instead hex code.

Text Font Color

.myTextColor { color: #63A82E; }

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

This text font color is #63A82E.


Background Color

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

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

This div background color is #63A82E.


Border color

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

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

This div border color is #63A82E.


Opacity

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

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

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

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

This text has shadow with #63A82E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A82E on black background.


Color preview on white background

This text has color #63A82E on white background.



Black color preview on #63A82E background

This text has black color on #63A82E background.


White color preview on #63A82E background

This text has white color on #63A82E background.