COLOR #63AE69

HEX: #63AE69
RGB: (99,174,105)

Renk bilgisi

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

RGB renk modeli

#63AE69 color RGB value is (99,174,105).

  • kırmız ton 99;
  • yeşil ton 174;
  • mavi ton 105.
RGB:
(99,174,105)
(39%,68%,41%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 174 of 255 = 68%
B 105 of 255 = 41%

99
174
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 174 + 105 = 378 (100%)
R 99 of 378 ~ 26.19%
G 174 of 378 ~ 46.03%
B 105 of 378 ~ 27.78%

%26.19
%46.03
%27.78

CMYK RENK MODELİ

#63AE69 rengi CMYK tonu (43,0,40,32).

  • camgöbeği tonu 43.10%
  • eflatun tonu 0.00%
  • sarı tonu 39.66%
  • ana renk tonu 31.76%
CMYK:
(43,0,40,32)
C43M0Y40K32 
(43%,0%,40%,32%)
(0.43/0.00/0.40/0.32)	

CMYK yüzdeleri

%43.1
%0
%39.66
%31.76

Codes

Color #63AE69 in popluar color models

63AE69
RGB99174105
HSL125°31.65%53.53%
HSB/HSV125°43.10%68.24%
CMYK43.10%0.00%39.66%
31.76%

Color #63AE69 in popluar number systems.

HEX63AE69
Decimal99174105
Binary1100011101011101101001
Octal143256151

Shades and tints

Shades of #63AE69

#63AE69
(99,174,105)
#5A9F60
(90,159,96)
#519057
(81,144,87)
#48814E
(72,129,78)
#3F7245
(63,114,69)
#36633C
(54,99,60)
#2D5433
(45,84,51)
#24452A
(36,69,42)
#1B3621
(27,54,33)
#122718
(18,39,24)
#09180F
(9,24,15)
#000000
(0,0,0)

Tints of #63AE69

#63AE69
(99,174,105)
#71B576
(113,181,118)
#7FBC83
(127,188,131)
#8DC390
(141,195,144)
#9BCA9D
(155,202,157)
#A9D1AA
(169,209,170)
#B7D8B7
(183,216,183)
#C5DFC4
(197,223,196)
#D3E6D1
(211,230,209)
#E1EDDE
(225,237,222)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63AE69 color. Also use rgb(99,174,105) instead hex code.

Text Font Color

.myTextColor { color: #63AE69; }

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

This text font color is #63AE69.


Background Color

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

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

This div background color is #63AE69.


Border color

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

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

This div border color is #63AE69.


Opacity

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

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

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

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

This text has shadow with #63AE69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AE69 on black background.


Color preview on white background

This text has color #63AE69 on white background.



Black color preview on #63AE69 background

This text has black color on #63AE69 background.


White color preview on #63AE69 background

This text has white color on #63AE69 background.