COLOR #63AB73

HEX: #63AB73
RGB: (99,171,115)

Renk bilgisi

#63AB73 contains mainly green and blue colors. #63AB73 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#63AB73 color RGB value is (99,171,115).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 171 of 255 = 67%
B 115 of 255 = 45%

99
171
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 171 + 115 = 385 (100%)
R 99 of 385 ~ 25.71%
G 171 of 385 ~ 44.42%
B 115 of 385 ~ 29.87%

%25.71
%44.42
%29.87

CMYK RENK MODELİ

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

  • camgöbeği tonu 42.11%
  • eflatun tonu 0.00%
  • sarı tonu 32.75%
  • ana renk tonu 32.94%
CMYK:
(42,0,33,33)
C42M0Y33K33 
(42%,0%,33%,33%)
(0.42/0.00/0.33/0.33)	

CMYK yüzdeleri

%42.11
%0
%32.75
%32.94

Codes

Color #63AB73 in popluar color models

63AB73
RGB99171115
HSL133°30.00%52.94%
HSB/HSV133°42.11%67.06%
CMYK42.11%0.00%32.75%
32.94%

Color #63AB73 in popluar number systems.

HEX63AB73
Decimal99171115
Binary1100011101010111110011
Octal143253163

Shades and tints

Shades of #63AB73

#63AB73
(99,171,115)
#5A9C69
(90,156,105)
#518D5F
(81,141,95)
#487E55
(72,126,85)
#3F6F4B
(63,111,75)
#366041
(54,96,65)
#2D5137
(45,81,55)
#24422D
(36,66,45)
#1B3323
(27,51,35)
#122419
(18,36,25)
#09150F
(9,21,15)
#000000
(0,0,0)

Tints of #63AB73

#63AB73
(99,171,115)
#71B27F
(113,178,127)
#7FB98B
(127,185,139)
#8DC097
(141,192,151)
#9BC7A3
(155,199,163)
#A9CEAF
(169,206,175)
#B7D5BB
(183,213,187)
#C5DCC7
(197,220,199)
#D3E3D3
(211,227,211)
#E1EADF
(225,234,223)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63AB73; }

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

This text font color is #63AB73.


Background Color

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

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

This div background color is #63AB73.


Border color

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

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

This div border color is #63AB73.


Opacity

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

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

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

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

This text has shadow with #63AB73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AB73 on black background.


Color preview on white background

This text has color #63AB73 on white background.



Black color preview on #63AB73 background

This text has black color on #63AB73 background.


White color preview on #63AB73 background

This text has white color on #63AB73 background.