COLOR #63AA63

HEX: #63AA63
RGB: (99,170,99)

Renk bilgisi

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

RGB renk modeli

#63AA63 color RGB value is (99,170,99).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 170 of 255 = 67%
B 99 of 255 = 39%

99
170
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 170 + 99 = 368 (100%)
R 99 of 368 ~ 26.9%
G 170 of 368 ~ 46.2%
B 99 of 368 ~ 26.9%

%26.9
%46.2
%26.9

CMYK RENK MODELİ

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

  • camgöbeği tonu 41.76%
  • eflatun tonu 0.00%
  • sarı tonu 41.76%
  • ana renk tonu 33.33%
CMYK:
(42,0,42,33)
C42M0Y42K33 
(42%,0%,42%,33%)
(0.42/0.00/0.42/0.33)	

CMYK yüzdeleri

%41.76
%0
%41.76
%33.33

Codes

Color #63AA63 in popluar color models

63AA63
RGB9917099
HSL120°29.46%52.75%
HSB/HSV120°41.76%66.67%
CMYK41.76%0.00%41.76%
33.33%

Color #63AA63 in popluar number systems.

HEX63AA63
Decimal9917099
Binary1100011101010101100011
Octal143252143

Shades and tints

Shades of #63AA63

#63AA63
(99,170,99)
#5A9B5A
(90,155,90)
#518C51
(81,140,81)
#487D48
(72,125,72)
#3F6E3F
(63,110,63)
#365F36
(54,95,54)
#2D502D
(45,80,45)
#244124
(36,65,36)
#1B321B
(27,50,27)
#122312
(18,35,18)
#091409
(9,20,9)
#000000
(0,0,0)

Tints of #63AA63

#63AA63
(99,170,99)
#71B171
(113,177,113)
#7FB87F
(127,184,127)
#8DBF8D
(141,191,141)
#9BC69B
(155,198,155)
#A9CDA9
(169,205,169)
#B7D4B7
(183,212,183)
#C5DBC5
(197,219,197)
#D3E2D3
(211,226,211)
#E1E9E1
(225,233,225)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63AA63; }

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

This text font color is #63AA63.


Background Color

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

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

This div background color is #63AA63.


Border color

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

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

This div border color is #63AA63.


Opacity

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

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

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

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

This text has shadow with #63AA63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AA63 on black background.


Color preview on white background

This text has color #63AA63 on white background.



Black color preview on #63AA63 background

This text has black color on #63AA63 background.


White color preview on #63AA63 background

This text has white color on #63AA63 background.