COLOR #63A496

HEX: #63A496
RGB: (99,164,150)

Renk bilgisi

#63A496 contains mainly green and blue colors. #63A496 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#63A496 color RGB value is (99,164,150).

  • kırmız ton 99;
  • yeşil ton 164;
  • mavi ton 150.
RGB:
(99,164,150)
(39%,64%,59%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 164 of 255 = 64%
B 150 of 255 = 59%

99
164
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 164 + 150 = 413 (100%)
R 99 of 413 ~ 23.97%
G 164 of 413 ~ 39.71%
B 150 of 413 ~ 36.32%

%23.97
%39.71
%36.32

CMYK RENK MODELİ

#63A496 rengi CMYK tonu (40,0,9,36).

  • camgöbeği tonu 39.63%
  • eflatun tonu 0.00%
  • sarı tonu 8.54%
  • ana renk tonu 35.69%
CMYK:
(40,0,9,36)
C40M0Y9K36 
(40%,0%,9%,36%)
(0.40/0.00/0.09/0.36)	

CMYK yüzdeleri

%39.63
%0
%8.54
%35.69

Codes

Color #63A496 in popluar color models

63A496
RGB99164150
HSL167°26.32%51.57%
HSB/HSV167°39.63%64.31%
CMYK39.63%0.00%8.54%
35.69%

Color #63A496 in popluar number systems.

HEX63A496
Decimal99164150
Binary11000111010010010010110
Octal143244226

Shades and tints

Shades of #63A496

#63A496
(99,164,150)
#5A9689
(90,150,137)
#51887C
(81,136,124)
#487A6F
(72,122,111)
#3F6C62
(63,108,98)
#365E55
(54,94,85)
#2D5048
(45,80,72)
#24423B
(36,66,59)
#1B342E
(27,52,46)
#122621
(18,38,33)
#091814
(9,24,20)
#000000
(0,0,0)

Tints of #63A496

#63A496
(99,164,150)
#71AC9F
(113,172,159)
#7FB4A8
(127,180,168)
#8DBCB1
(141,188,177)
#9BC4BA
(155,196,186)
#A9CCC3
(169,204,195)
#B7D4CC
(183,212,204)
#C5DCD5
(197,220,213)
#D3E4DE
(211,228,222)
#E1ECE7
(225,236,231)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A496 color. Also use rgb(99,164,150) instead hex code.

Text Font Color

.myTextColor { color: #63A496; }

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

This text font color is #63A496.


Background Color

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

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

This div background color is #63A496.


Border color

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

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

This div border color is #63A496.


Opacity

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

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

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

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

This text has shadow with #63A496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A496 on black background.


Color preview on white background

This text has color #63A496 on white background.



Black color preview on #63A496 background

This text has black color on #63A496 background.


White color preview on #63A496 background

This text has white color on #63A496 background.