COLOR #63AC4E

HEX: #63AC4E
RGB: (99,172,78)

Renk bilgisi

#63AC4E contains mainly green color. #63AC4E ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#63AC4E color RGB value is (99,172,78).

  • kırmız ton 99;
  • yeşil ton 172;
  • mavi ton 78.
RGB:
(99,172,78)
(39%,67%,31%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 172 of 255 = 67%
B 78 of 255 = 31%

99
172
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 172 + 78 = 349 (100%)
R 99 of 349 ~ 28.37%
G 172 of 349 ~ 49.28%
B 78 of 349 ~ 22.35%

%28.37
%49.28
%22.35

CMYK RENK MODELİ

#63AC4E rengi CMYK tonu (42,0,55,33).

  • camgöbeği tonu 42.44%
  • eflatun tonu 0.00%
  • sarı tonu 54.65%
  • ana renk tonu 32.55%
CMYK:
(42,0,55,33)
C42M0Y55K33 
(42%,0%,55%,33%)
(0.42/0.00/0.55/0.33)	

CMYK yüzdeleri

%42.44
%0
%54.65
%32.55

Codes

Color #63AC4E in popluar color models

63AC4E
RGB9917278
HSL107°37.60%49.02%
HSB/HSV107°54.65%67.45%
CMYK42.44%0.00%54.65%
32.55%

Color #63AC4E in popluar number systems.

HEX63AC4E
Decimal9917278
Binary1100011101011001001110
Octal143254116

Shades and tints

Shades of #63AC4E

#63AC4E
(99,172,78)
#5A9D47
(90,157,71)
#518E40
(81,142,64)
#487F39
(72,127,57)
#3F7032
(63,112,50)
#36612B
(54,97,43)
#2D5224
(45,82,36)
#24431D
(36,67,29)
#1B3416
(27,52,22)
#12250F
(18,37,15)
#091608
(9,22,8)
#000000
(0,0,0)

Tints of #63AC4E

#63AC4E
(99,172,78)
#71B35E
(113,179,94)
#7FBA6E
(127,186,110)
#8DC17E
(141,193,126)
#9BC88E
(155,200,142)
#A9CF9E
(169,207,158)
#B7D6AE
(183,214,174)
#C5DDBE
(197,221,190)
#D3E4CE
(211,228,206)
#E1EBDE
(225,235,222)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63AC4E color. Also use rgb(99,172,78) instead hex code.

Text Font Color

.myTextColor { color: #63AC4E; }

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

This text font color is #63AC4E.


Background Color

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

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

This div background color is #63AC4E.


Border color

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

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

This div border color is #63AC4E.


Opacity

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

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

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

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

This text has shadow with #63AC4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AC4E on black background.


Color preview on white background

This text has color #63AC4E on white background.



Black color preview on #63AC4E background

This text has black color on #63AC4E background.


White color preview on #63AC4E background

This text has white color on #63AC4E background.