COLOR #63A391

HEX: #63A391
RGB: (99,163,145)

Renk bilgisi

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

RGB renk modeli

#63A391 color RGB value is (99,163,145).

  • kırmız ton 99;
  • yeşil ton 163;
  • mavi ton 145.
RGB:
(99,163,145)
(39%,64%,57%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 163 of 255 = 64%
B 145 of 255 = 57%

99
163
145

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 163 + 145 = 407 (100%)
R 99 of 407 ~ 24.32%
G 163 of 407 ~ 40.05%
B 145 of 407 ~ 35.63%

%24.32
%40.05
%35.63

CMYK RENK MODELİ

#63A391 rengi CMYK tonu (39,0,11,36).

  • camgöbeği tonu 39.26%
  • eflatun tonu 0.00%
  • sarı tonu 11.04%
  • ana renk tonu 36.08%
CMYK:
(39,0,11,36)
C39M0Y11K36 
(39%,0%,11%,36%)
(0.39/0.00/0.11/0.36)	

CMYK yüzdeleri

%39.26
%0
%11.04
%36.08

Codes

Color #63A391 in popluar color models

63A391
RGB99163145
HSL163°25.81%51.37%
HSB/HSV163°39.26%63.92%
CMYK39.26%0.00%11.04%
36.08%

Color #63A391 in popluar number systems.

HEX63A391
Decimal99163145
Binary11000111010001110010001
Octal143243221

Shades and tints

Shades of #63A391

#63A391
(99,163,145)
#5A9584
(90,149,132)
#518777
(81,135,119)
#48796A
(72,121,106)
#3F6B5D
(63,107,93)
#365D50
(54,93,80)
#2D4F43
(45,79,67)
#244136
(36,65,54)
#1B3329
(27,51,41)
#12251C
(18,37,28)
#09170F
(9,23,15)
#000000
(0,0,0)

Tints of #63A391

#63A391
(99,163,145)
#71AB9B
(113,171,155)
#7FB3A5
(127,179,165)
#8DBBAF
(141,187,175)
#9BC3B9
(155,195,185)
#A9CBC3
(169,203,195)
#B7D3CD
(183,211,205)
#C5DBD7
(197,219,215)
#D3E3E1
(211,227,225)
#E1EBEB
(225,235,235)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A391 color. Also use rgb(99,163,145) instead hex code.

Text Font Color

.myTextColor { color: #63A391; }

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

This text font color is #63A391.


Background Color

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

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

This div background color is #63A391.


Border color

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

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

This div border color is #63A391.


Opacity

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

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

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

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

This text has shadow with #63A391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A391 on black background.


Color preview on white background

This text has color #63A391 on white background.



Black color preview on #63A391 background

This text has black color on #63A391 background.


White color preview on #63A391 background

This text has white color on #63A391 background.