COLOR #63A586

HEX: #63A586
RGB: (99,165,134)

Renk bilgisi

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

RGB renk modeli

#63A586 color RGB value is (99,165,134).

  • kırmız ton 99;
  • yeşil ton 165;
  • mavi ton 134.
RGB:
(99,165,134)
(39%,65%,53%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 165 of 255 = 65%
B 134 of 255 = 53%

99
165
134

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 165 + 134 = 398 (100%)
R 99 of 398 ~ 24.87%
G 165 of 398 ~ 41.46%
B 134 of 398 ~ 33.67%

%24.87
%41.46
%33.67

CMYK RENK MODELİ

#63A586 rengi CMYK tonu (40,0,19,35).

  • camgöbeği tonu 40.00%
  • eflatun tonu 0.00%
  • sarı tonu 18.79%
  • ana renk tonu 35.29%
CMYK:
(40,0,19,35)
C40M0Y19K35 
(40%,0%,19%,35%)
(0.40/0.00/0.19/0.35)	

CMYK yüzdeleri

%40
%0
%18.79
%35.29

Codes

Color #63A586 in popluar color models

63A586
RGB99165134
HSL152°26.83%51.76%
HSB/HSV152°40.00%64.71%
CMYK40.00%0.00%18.79%
35.29%

Color #63A586 in popluar number systems.

HEX63A586
Decimal99165134
Binary11000111010010110000110
Octal143245206

Shades and tints

Shades of #63A586

#63A586
(99,165,134)
#5A967A
(90,150,122)
#51876E
(81,135,110)
#487862
(72,120,98)
#3F6956
(63,105,86)
#365A4A
(54,90,74)
#2D4B3E
(45,75,62)
#243C32
(36,60,50)
#1B2D26
(27,45,38)
#121E1A
(18,30,26)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #63A586

#63A586
(99,165,134)
#71AD91
(113,173,145)
#7FB59C
(127,181,156)
#8DBDA7
(141,189,167)
#9BC5B2
(155,197,178)
#A9CDBD
(169,205,189)
#B7D5C8
(183,213,200)
#C5DDD3
(197,221,211)
#D3E5DE
(211,229,222)
#E1EDE9
(225,237,233)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A586 color. Also use rgb(99,165,134) instead hex code.

Text Font Color

.myTextColor { color: #63A586; }

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

This text font color is #63A586.


Background Color

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

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

This div background color is #63A586.


Border color

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

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

This div border color is #63A586.


Opacity

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

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

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

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

This text has shadow with #63A586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A586 on black background.


Color preview on white background

This text has color #63A586 on white background.



Black color preview on #63A586 background

This text has black color on #63A586 background.


White color preview on #63A586 background

This text has white color on #63A586 background.