COLOR #63A364

HEX: #63A364
RGB: (99,163,100)

Renk bilgisi

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

RGB renk modeli

#63A364 color RGB value is (99,163,100).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 163 of 255 = 64%
B 100 of 255 = 39%

99
163
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 163 + 100 = 362 (100%)
R 99 of 362 ~ 27.35%
G 163 of 362 ~ 45.03%
B 100 of 362 ~ 27.62%

%27.35
%45.03
%27.62

CMYK RENK MODELİ

#63A364 rengi CMYK tonu (39,0,39,36).

  • camgöbeği tonu 39.26%
  • eflatun tonu 0.00%
  • sarı tonu 38.65%
  • ana renk tonu 36.08%
CMYK:
(39,0,39,36)
C39M0Y39K36 
(39%,0%,39%,36%)
(0.39/0.00/0.39/0.36)	

CMYK yüzdeleri

%39.26
%0
%38.65
%36.08

Codes

Color #63A364 in popluar color models

63A364
RGB99163100
HSL121°25.81%51.37%
HSB/HSV121°39.26%63.92%
CMYK39.26%0.00%38.65%
36.08%

Color #63A364 in popluar number systems.

HEX63A364
Decimal99163100
Binary1100011101000111100100
Octal143243144

Shades and tints

Shades of #63A364

#63A364
(99,163,100)
#5A955B
(90,149,91)
#518752
(81,135,82)
#487949
(72,121,73)
#3F6B40
(63,107,64)
#365D37
(54,93,55)
#2D4F2E
(45,79,46)
#244125
(36,65,37)
#1B331C
(27,51,28)
#122513
(18,37,19)
#09170A
(9,23,10)
#000000
(0,0,0)

Tints of #63A364

#63A364
(99,163,100)
#71AB72
(113,171,114)
#7FB380
(127,179,128)
#8DBB8E
(141,187,142)
#9BC39C
(155,195,156)
#A9CBAA
(169,203,170)
#B7D3B8
(183,211,184)
#C5DBC6
(197,219,198)
#D3E3D4
(211,227,212)
#E1EBE2
(225,235,226)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A364; }

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

This text font color is #63A364.


Background Color

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

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

This div background color is #63A364.


Border color

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

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

This div border color is #63A364.


Opacity

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

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

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

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

This text has shadow with #63A364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A364 on black background.


Color preview on white background

This text has color #63A364 on white background.



Black color preview on #63A364 background

This text has black color on #63A364 background.


White color preview on #63A364 background

This text has white color on #63A364 background.