COLOR #63AA58

HEX: #63AA58
RGB: (99,170,88)

Renk bilgisi

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

RGB renk modeli

#63AA58 color RGB value is (99,170,88).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 170 of 255 = 67%
B 88 of 255 = 35%

99
170
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 170 + 88 = 357 (100%)
R 99 of 357 ~ 27.73%
G 170 of 357 ~ 47.62%
B 88 of 357 ~ 24.65%

%27.73
%47.62
%24.65

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%41.76
%0
%48.24
%33.33

Codes

Color #63AA58 in popluar color models

63AA58
RGB9917088
HSL112°32.54%50.59%
HSB/HSV112°48.24%66.67%
CMYK41.76%0.00%48.24%
33.33%

Color #63AA58 in popluar number systems.

HEX63AA58
Decimal9917088
Binary1100011101010101011000
Octal143252130

Shades and tints

Shades of #63AA58

#63AA58
(99,170,88)
#5A9B50
(90,155,80)
#518C48
(81,140,72)
#487D40
(72,125,64)
#3F6E38
(63,110,56)
#365F30
(54,95,48)
#2D5028
(45,80,40)
#244120
(36,65,32)
#1B3218
(27,50,24)
#122310
(18,35,16)
#091408
(9,20,8)
#000000
(0,0,0)

Tints of #63AA58

#63AA58
(99,170,88)
#71B167
(113,177,103)
#7FB876
(127,184,118)
#8DBF85
(141,191,133)
#9BC694
(155,198,148)
#A9CDA3
(169,205,163)
#B7D4B2
(183,212,178)
#C5DBC1
(197,219,193)
#D3E2D0
(211,226,208)
#E1E9DF
(225,233,223)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63AA58; }

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

This text font color is #63AA58.


Background Color

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

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

This div background color is #63AA58.


Border color

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

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

This div border color is #63AA58.


Opacity

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

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

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

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

This text has shadow with #63AA58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AA58 on black background.


Color preview on white background

This text has color #63AA58 on white background.



Black color preview on #63AA58 background

This text has black color on #63AA58 background.


White color preview on #63AA58 background

This text has white color on #63AA58 background.