COLOR #63A19D

HEX: #63A19D
RGB: (99,161,157)

Renk bilgisi

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

RGB renk modeli

#63A19D color RGB value is (99,161,157).

  • kırmız ton 99;
  • yeşil ton 161;
  • mavi ton 157.
RGB:
(99,161,157)
(39%,63%,62%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 161 of 255 = 63%
B 157 of 255 = 62%

99
161
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 161 + 157 = 417 (100%)
R 99 of 417 ~ 23.74%
G 161 of 417 ~ 38.61%
B 157 of 417 ~ 37.65%

%23.74
%38.61
%37.65

CMYK RENK MODELİ

#63A19D rengi CMYK tonu (39,0,2,37).

  • camgöbeği tonu 38.51%
  • eflatun tonu 0.00%
  • sarı tonu 2.48%
  • ana renk tonu 36.86%
CMYK:
(39,0,2,37)
C39M0Y2K37 
(39%,0%,2%,37%)
(0.39/0.00/0.02/0.37)	

CMYK yüzdeleri

%38.51
%0
%2.48
%36.86

Codes

Color #63A19D in popluar color models

63A19D
RGB99161157
HSL176°24.80%50.98%
HSB/HSV176°38.51%63.14%
CMYK38.51%0.00%2.48%
36.86%

Color #63A19D in popluar number systems.

HEX63A19D
Decimal99161157
Binary11000111010000110011101
Octal143241235

Shades and tints

Shades of #63A19D

#63A19D
(99,161,157)
#5A938F
(90,147,143)
#518581
(81,133,129)
#487773
(72,119,115)
#3F6965
(63,105,101)
#365B57
(54,91,87)
#2D4D49
(45,77,73)
#243F3B
(36,63,59)
#1B312D
(27,49,45)
#12231F
(18,35,31)
#091511
(9,21,17)
#000000
(0,0,0)

Tints of #63A19D

#63A19D
(99,161,157)
#71A9A5
(113,169,165)
#7FB1AD
(127,177,173)
#8DB9B5
(141,185,181)
#9BC1BD
(155,193,189)
#A9C9C5
(169,201,197)
#B7D1CD
(183,209,205)
#C5D9D5
(197,217,213)
#D3E1DD
(211,225,221)
#E1E9E5
(225,233,229)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A19D color. Also use rgb(99,161,157) instead hex code.

Text Font Color

.myTextColor { color: #63A19D; }

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

This text font color is #63A19D.


Background Color

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

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

This div background color is #63A19D.


Border color

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

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

This div border color is #63A19D.


Opacity

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

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

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

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

This text has shadow with #63A19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A19D on black background.


Color preview on white background

This text has color #63A19D on white background.



Black color preview on #63A19D background

This text has black color on #63A19D background.


White color preview on #63A19D background

This text has white color on #63A19D background.