COLOR #63B395

HEX: #63B395
RGB: (99,179,149)

Renk bilgisi

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

RGB renk modeli

#63B395 color RGB value is (99,179,149).

  • kırmız ton 99;
  • yeşil ton 179;
  • mavi ton 149.
RGB:
(99,179,149)
(39%,70%,58%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 179 of 255 = 70%
B 149 of 255 = 58%

99
179
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 179 + 149 = 427 (100%)
R 99 of 427 ~ 23.19%
G 179 of 427 ~ 41.92%
B 149 of 427 ~ 34.89%

%23.19
%41.92
%34.89

CMYK RENK MODELİ

#63B395 rengi CMYK tonu (45,0,17,30).

  • camgöbeği tonu 44.69%
  • eflatun tonu 0.00%
  • sarı tonu 16.76%
  • ana renk tonu 29.80%
CMYK:
(45,0,17,30)
C45M0Y17K30 
(45%,0%,17%,30%)
(0.45/0.00/0.17/0.30)	

CMYK yüzdeleri

%44.69
%0
%16.76
%29.8

Codes

Color #63B395 in popluar color models

63B395
RGB99179149
HSL158°34.48%54.51%
HSB/HSV158°44.69%70.20%
CMYK44.69%0.00%16.76%
29.80%

Color #63B395 in popluar number systems.

HEX63B395
Decimal99179149
Binary11000111011001110010101
Octal143263225

Shades and tints

Shades of #63B395

#63B395
(99,179,149)
#5AA388
(90,163,136)
#51937B
(81,147,123)
#48836E
(72,131,110)
#3F7361
(63,115,97)
#366354
(54,99,84)
#2D5347
(45,83,71)
#24433A
(36,67,58)
#1B332D
(27,51,45)
#122320
(18,35,32)
#091313
(9,19,19)
#000000
(0,0,0)

Tints of #63B395

#63B395
(99,179,149)
#71B99E
(113,185,158)
#7FBFA7
(127,191,167)
#8DC5B0
(141,197,176)
#9BCBB9
(155,203,185)
#A9D1C2
(169,209,194)
#B7D7CB
(183,215,203)
#C5DDD4
(197,221,212)
#D3E3DD
(211,227,221)
#E1E9E6
(225,233,230)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B395 color. Also use rgb(99,179,149) instead hex code.

Text Font Color

.myTextColor { color: #63B395; }

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

This text font color is #63B395.


Background Color

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

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

This div background color is #63B395.


Border color

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

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

This div border color is #63B395.


Opacity

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

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

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

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

This text has shadow with #63B395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B395 on black background.


Color preview on white background

This text has color #63B395 on white background.



Black color preview on #63B395 background

This text has black color on #63B395 background.


White color preview on #63B395 background

This text has white color on #63B395 background.