COLOR #63B66D

HEX: #63B66D
RGB: (99,182,109)

Renk bilgisi

#63B66D contains mainly green color. #63B66D ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#63B66D color RGB value is (99,182,109).

  • kırmız ton 99;
  • yeşil ton 182;
  • mavi ton 109.
RGB:
(99,182,109)
(39%,71%,43%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 182 of 255 = 71%
B 109 of 255 = 43%

99
182
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 182 + 109 = 390 (100%)
R 99 of 390 ~ 25.38%
G 182 of 390 ~ 46.67%
B 109 of 390 ~ 27.95%

%25.38
%46.67
%27.95

CMYK RENK MODELİ

#63B66D rengi CMYK tonu (46,0,40,29).

  • camgöbeği tonu 45.60%
  • eflatun tonu 0.00%
  • sarı tonu 40.11%
  • ana renk tonu 28.63%
CMYK:
(46,0,40,29)
C46M0Y40K29 
(46%,0%,40%,29%)
(0.46/0.00/0.40/0.29)	

CMYK yüzdeleri

%45.6
%0
%40.11
%28.63

Codes

Color #63B66D in popluar color models

63B66D
RGB99182109
HSL127°36.24%55.10%
HSB/HSV127°45.60%71.37%
CMYK45.60%0.00%40.11%
28.63%

Color #63B66D in popluar number systems.

HEX63B66D
Decimal99182109
Binary1100011101101101101101
Octal143266155

Shades and tints

Shades of #63B66D

#63B66D
(99,182,109)
#5AA664
(90,166,100)
#51965B
(81,150,91)
#488652
(72,134,82)
#3F7649
(63,118,73)
#366640
(54,102,64)
#2D5637
(45,86,55)
#24462E
(36,70,46)
#1B3625
(27,54,37)
#12261C
(18,38,28)
#091613
(9,22,19)
#000000
(0,0,0)

Tints of #63B66D

#63B66D
(99,182,109)
#71BC7A
(113,188,122)
#7FC287
(127,194,135)
#8DC894
(141,200,148)
#9BCEA1
(155,206,161)
#A9D4AE
(169,212,174)
#B7DABB
(183,218,187)
#C5E0C8
(197,224,200)
#D3E6D5
(211,230,213)
#E1ECE2
(225,236,226)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B66D color. Also use rgb(99,182,109) instead hex code.

Text Font Color

.myTextColor { color: #63B66D; }

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

This text font color is #63B66D.


Background Color

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

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

This div background color is #63B66D.


Border color

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

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

This div border color is #63B66D.


Opacity

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

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

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

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

This text has shadow with #63B66D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B66D on black background.


Color preview on white background

This text has color #63B66D on white background.



Black color preview on #63B66D background

This text has black color on #63B66D background.


White color preview on #63B66D background

This text has white color on #63B66D background.