COLOR #63A365

HEX: #63A365
RGB: (99,163,101)

Renk bilgisi

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

RGB renk modeli

#63A365 color RGB value is (99,163,101).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 163 of 255 = 64%
B 101 of 255 = 40%

99
163
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 163 + 101 = 363 (100%)
R 99 of 363 ~ 27.27%
G 163 of 363 ~ 44.9%
B 101 of 363 ~ 27.82%

%27.27
%44.9
%27.82

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%39.26
%0
%38.04
%36.08

Codes

Color #63A365 in popluar color models

63A365
RGB99163101
HSL122°25.81%51.37%
HSB/HSV122°39.26%63.92%
CMYK39.26%0.00%38.04%
36.08%

Color #63A365 in popluar number systems.

HEX63A365
Decimal99163101
Binary1100011101000111100101
Octal143243145

Shades and tints

Shades of #63A365

#63A365
(99,163,101)
#5A955C
(90,149,92)
#518753
(81,135,83)
#48794A
(72,121,74)
#3F6B41
(63,107,65)
#365D38
(54,93,56)
#2D4F2F
(45,79,47)
#244126
(36,65,38)
#1B331D
(27,51,29)
#122514
(18,37,20)
#09170B
(9,23,11)
#000000
(0,0,0)

Tints of #63A365

#63A365
(99,163,101)
#71AB73
(113,171,115)
#7FB381
(127,179,129)
#8DBB8F
(141,187,143)
#9BC39D
(155,195,157)
#A9CBAB
(169,203,171)
#B7D3B9
(183,211,185)
#C5DBC7
(197,219,199)
#D3E3D5
(211,227,213)
#E1EBE3
(225,235,227)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A365; }

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

This text font color is #63A365.


Background Color

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

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

This div background color is #63A365.


Border color

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

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

This div border color is #63A365.


Opacity

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

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

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

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

This text has shadow with #63A365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A365 on black background.


Color preview on white background

This text has color #63A365 on white background.



Black color preview on #63A365 background

This text has black color on #63A365 background.


White color preview on #63A365 background

This text has white color on #63A365 background.