COLOR #63B59E

HEX: #63B59E
RGB: (99,181,158)

Renk bilgisi

#63B59E contains mainly green and blue colors. #63B59E ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#63B59E color RGB value is (99,181,158).

  • kırmız ton 99;
  • yeşil ton 181;
  • mavi ton 158.
RGB:
(99,181,158)
(39%,71%,62%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 181 of 255 = 71%
B 158 of 255 = 62%

99
181
158

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 181 + 158 = 438 (100%)
R 99 of 438 ~ 22.6%
G 181 of 438 ~ 41.32%
B 158 of 438 ~ 36.07%

%22.6
%41.32
%36.07

CMYK RENK MODELİ

#63B59E rengi CMYK tonu (45,0,13,29).

  • camgöbeği tonu 45.30%
  • eflatun tonu 0.00%
  • sarı tonu 12.71%
  • ana renk tonu 29.02%
CMYK:
(45,0,13,29)
C45M0Y13K29 
(45%,0%,13%,29%)
(0.45/0.00/0.13/0.29)	

CMYK yüzdeleri

%45.3
%0
%12.71
%29.02

Codes

Color #63B59E in popluar color models

63B59E
RGB99181158
HSL163°35.65%54.90%
HSB/HSV163°45.30%70.98%
CMYK45.30%0.00%12.71%
29.02%

Color #63B59E in popluar number systems.

HEX63B59E
Decimal99181158
Binary11000111011010110011110
Octal143265236

Shades and tints

Shades of #63B59E

#63B59E
(99,181,158)
#5AA590
(90,165,144)
#519582
(81,149,130)
#488574
(72,133,116)
#3F7566
(63,117,102)
#366558
(54,101,88)
#2D554A
(45,85,74)
#24453C
(36,69,60)
#1B352E
(27,53,46)
#122520
(18,37,32)
#091512
(9,21,18)
#000000
(0,0,0)

Tints of #63B59E

#63B59E
(99,181,158)
#71BBA6
(113,187,166)
#7FC1AE
(127,193,174)
#8DC7B6
(141,199,182)
#9BCDBE
(155,205,190)
#A9D3C6
(169,211,198)
#B7D9CE
(183,217,206)
#C5DFD6
(197,223,214)
#D3E5DE
(211,229,222)
#E1EBE6
(225,235,230)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B59E color. Also use rgb(99,181,158) instead hex code.

Text Font Color

.myTextColor { color: #63B59E; }

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

This text font color is #63B59E.


Background Color

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

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

This div background color is #63B59E.


Border color

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

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

This div border color is #63B59E.


Opacity

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

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

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

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

This text has shadow with #63B59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B59E on black background.


Color preview on white background

This text has color #63B59E on white background.



Black color preview on #63B59E background

This text has black color on #63B59E background.


White color preview on #63B59E background

This text has white color on #63B59E background.