COLOR #63AB72

HEX: #63AB72
RGB: (99,171,114)

Renk bilgisi

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

RGB renk modeli

#63AB72 color RGB value is (99,171,114).

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

RGB bağlantıları ve doygunluk

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

99
171
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 171 + 114 = 384 (100%)
R 99 of 384 ~ 25.78%
G 171 of 384 ~ 44.53%
B 114 of 384 ~ 29.69%

%25.78
%44.53
%29.69

CMYK RENK MODELİ

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

  • camgöbeği tonu 42.11%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • 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
%33.33
%32.94

Codes

Color #63AB72 in popluar color models

63AB72
RGB99171114
HSL133°30.00%52.94%
HSB/HSV133°42.11%67.06%
CMYK42.11%0.00%33.33%
32.94%

Color #63AB72 in popluar number systems.

HEX63AB72
Decimal99171114
Binary1100011101010111110010
Octal143253162

Shades and tints

Shades of #63AB72

#63AB72
(99,171,114)
#5A9C68
(90,156,104)
#518D5E
(81,141,94)
#487E54
(72,126,84)
#3F6F4A
(63,111,74)
#366040
(54,96,64)
#2D5136
(45,81,54)
#24422C
(36,66,44)
#1B3322
(27,51,34)
#122418
(18,36,24)
#09150E
(9,21,14)
#000000
(0,0,0)

Tints of #63AB72

#63AB72
(99,171,114)
#71B27E
(113,178,126)
#7FB98A
(127,185,138)
#8DC096
(141,192,150)
#9BC7A2
(155,199,162)
#A9CEAE
(169,206,174)
#B7D5BA
(183,213,186)
#C5DCC6
(197,220,198)
#D3E3D2
(211,227,210)
#E1EADE
(225,234,222)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63AB72; }

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

This text font color is #63AB72.


Background Color

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

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

This div background color is #63AB72.


Border color

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

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

This div border color is #63AB72.


Opacity

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

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

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

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

This text has shadow with #63AB72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AB72 on black background.


Color preview on white background

This text has color #63AB72 on white background.



Black color preview on #63AB72 background

This text has black color on #63AB72 background.


White color preview on #63AB72 background

This text has white color on #63AB72 background.