COLOR #63B655

HEX: #63B655
RGB: (99,182,85)

Renk bilgisi

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

RGB renk modeli

#63B655 color RGB value is (99,182,85).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 182 of 255 = 71%
B 85 of 255 = 33%

99
182
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 182 + 85 = 366 (100%)
R 99 of 366 ~ 27.05%
G 182 of 366 ~ 49.73%
B 85 of 366 ~ 23.22%

%27.05
%49.73
%23.22

CMYK RENK MODELİ

#63B655 rengi CMYK tonu (46,0,53,29).

  • camgöbeği tonu 45.60%
  • eflatun tonu 0.00%
  • sarı tonu 53.30%
  • ana renk tonu 28.63%
CMYK:
(46,0,53,29)
C46M0Y53K29 
(46%,0%,53%,29%)
(0.46/0.00/0.53/0.29)	

CMYK yüzdeleri

%45.6
%0
%53.3
%28.63

Codes

Color #63B655 in popluar color models

63B655
RGB9918285
HSL111°39.92%52.35%
HSB/HSV111°53.30%71.37%
CMYK45.60%0.00%53.30%
28.63%

Color #63B655 in popluar number systems.

HEX63B655
Decimal9918285
Binary1100011101101101010101
Octal143266125

Shades and tints

Shades of #63B655

#63B655
(99,182,85)
#5AA64E
(90,166,78)
#519647
(81,150,71)
#488640
(72,134,64)
#3F7639
(63,118,57)
#366632
(54,102,50)
#2D562B
(45,86,43)
#244624
(36,70,36)
#1B361D
(27,54,29)
#122616
(18,38,22)
#09160F
(9,22,15)
#000000
(0,0,0)

Tints of #63B655

#63B655
(99,182,85)
#71BC64
(113,188,100)
#7FC273
(127,194,115)
#8DC882
(141,200,130)
#9BCE91
(155,206,145)
#A9D4A0
(169,212,160)
#B7DAAF
(183,218,175)
#C5E0BE
(197,224,190)
#D3E6CD
(211,230,205)
#E1ECDC
(225,236,220)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63B655; }

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

This text font color is #63B655.


Background Color

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

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

This div background color is #63B655.


Border color

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

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

This div border color is #63B655.


Opacity

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

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

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

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

This text has shadow with #63B655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B655 on black background.


Color preview on white background

This text has color #63B655 on white background.



Black color preview on #63B655 background

This text has black color on #63B655 background.


White color preview on #63B655 background

This text has white color on #63B655 background.