COLOR #63AA72

HEX: #63AA72
RGB: (99,170,114)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

99
170
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 170 + 114 = 383 (100%)
R 99 of 383 ~ 25.85%
G 170 of 383 ~ 44.39%
B 114 of 383 ~ 29.77%

%25.85
%44.39
%29.77

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%41.76
%0
%32.94
%33.33

Codes

Color #63AA72 in popluar color models

63AA72
RGB99170114
HSL133°29.46%52.75%
HSB/HSV133°41.76%66.67%
CMYK41.76%0.00%32.94%
33.33%

Color #63AA72 in popluar number systems.

HEX63AA72
Decimal99170114
Binary1100011101010101110010
Octal143252162

Shades and tints

Shades of #63AA72

#63AA72
(99,170,114)
#5A9B68
(90,155,104)
#518C5E
(81,140,94)
#487D54
(72,125,84)
#3F6E4A
(63,110,74)
#365F40
(54,95,64)
#2D5036
(45,80,54)
#24412C
(36,65,44)
#1B3222
(27,50,34)
#122318
(18,35,24)
#09140E
(9,20,14)
#000000
(0,0,0)

Tints of #63AA72

#63AA72
(99,170,114)
#71B17E
(113,177,126)
#7FB88A
(127,184,138)
#8DBF96
(141,191,150)
#9BC6A2
(155,198,162)
#A9CDAE
(169,205,174)
#B7D4BA
(183,212,186)
#C5DBC6
(197,219,198)
#D3E2D2
(211,226,210)
#E1E9DE
(225,233,222)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63AA72; }

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

This text font color is #63AA72.


Background Color

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

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

This div background color is #63AA72.


Border color

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

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

This div border color is #63AA72.


Opacity

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

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

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

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

This text has shadow with #63AA72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AA72 on black background.


Color preview on white background

This text has color #63AA72 on white background.



Black color preview on #63AA72 background

This text has black color on #63AA72 background.


White color preview on #63AA72 background

This text has white color on #63AA72 background.