COLOR #63A64D

HEX: #63A64D
RGB: (99,166,77)

Renk bilgisi

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

RGB renk modeli

#63A64D color RGB value is (99,166,77).

  • kırmız ton 99;
  • yeşil ton 166;
  • mavi ton 77.
RGB:
(99,166,77)
(39%,65%,30%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 166 of 255 = 65%
B 77 of 255 = 30%

99
166
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 166 + 77 = 342 (100%)
R 99 of 342 ~ 28.95%
G 166 of 342 ~ 48.54%
B 77 of 342 ~ 22.51%

%28.95
%48.54
%22.51

CMYK RENK MODELİ

#63A64D rengi CMYK tonu (40,0,54,35).

  • camgöbeği tonu 40.36%
  • eflatun tonu 0.00%
  • sarı tonu 53.61%
  • ana renk tonu 34.90%
CMYK:
(40,0,54,35)
C40M0Y54K35 
(40%,0%,54%,35%)
(0.40/0.00/0.54/0.35)	

CMYK yüzdeleri

%40.36
%0
%53.61
%34.9

Codes

Color #63A64D in popluar color models

63A64D
RGB9916677
HSL105°36.63%47.65%
HSB/HSV105°53.61%65.10%
CMYK40.36%0.00%53.61%
34.90%

Color #63A64D in popluar number systems.

HEX63A64D
Decimal9916677
Binary1100011101001101001101
Octal143246115

Shades and tints

Shades of #63A64D

#63A64D
(99,166,77)
#5A9746
(90,151,70)
#51883F
(81,136,63)
#487938
(72,121,56)
#3F6A31
(63,106,49)
#365B2A
(54,91,42)
#2D4C23
(45,76,35)
#243D1C
(36,61,28)
#1B2E15
(27,46,21)
#121F0E
(18,31,14)
#091007
(9,16,7)
#000000
(0,0,0)

Tints of #63A64D

#63A64D
(99,166,77)
#71AE5D
(113,174,93)
#7FB66D
(127,182,109)
#8DBE7D
(141,190,125)
#9BC68D
(155,198,141)
#A9CE9D
(169,206,157)
#B7D6AD
(183,214,173)
#C5DEBD
(197,222,189)
#D3E6CD
(211,230,205)
#E1EEDD
(225,238,221)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A64D color. Also use rgb(99,166,77) instead hex code.

Text Font Color

.myTextColor { color: #63A64D; }

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

This text font color is #63A64D.


Background Color

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

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

This div background color is #63A64D.


Border color

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

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

This div border color is #63A64D.


Opacity

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

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

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

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

This text has shadow with #63A64D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A64D on black background.


Color preview on white background

This text has color #63A64D on white background.



Black color preview on #63A64D background

This text has black color on #63A64D background.


White color preview on #63A64D background

This text has white color on #63A64D background.