COLOR #63B465

HEX: #63B465
RGB: (99,180,101)

Renk bilgisi

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

RGB renk modeli

#63B465 color RGB value is (99,180,101).

  • kırmız ton 99;
  • yeşil ton 180;
  • mavi ton 101.
RGB:
(99,180,101)
(39%,71%,40%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 180 of 255 = 71%
B 101 of 255 = 40%

99
180
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 180 + 101 = 380 (100%)
R 99 of 380 ~ 26.05%
G 180 of 380 ~ 47.37%
B 101 of 380 ~ 26.58%

%26.05
%47.37
%26.58

CMYK RENK MODELİ

#63B465 rengi CMYK tonu (45,0,44,29).

  • camgöbeği tonu 45.00%
  • eflatun tonu 0.00%
  • sarı tonu 43.89%
  • ana renk tonu 29.41%
CMYK:
(45,0,44,29)
C45M0Y44K29 
(45%,0%,44%,29%)
(0.45/0.00/0.44/0.29)	

CMYK yüzdeleri

%45
%0
%43.89
%29.41

Codes

Color #63B465 in popluar color models

63B465
RGB99180101
HSL121°35.06%54.71%
HSB/HSV121°45.00%70.59%
CMYK45.00%0.00%43.89%
29.41%

Color #63B465 in popluar number systems.

HEX63B465
Decimal99180101
Binary1100011101101001100101
Octal143264145

Shades and tints

Shades of #63B465

#63B465
(99,180,101)
#5AA45C
(90,164,92)
#519453
(81,148,83)
#48844A
(72,132,74)
#3F7441
(63,116,65)
#366438
(54,100,56)
#2D542F
(45,84,47)
#244426
(36,68,38)
#1B341D
(27,52,29)
#122414
(18,36,20)
#09140B
(9,20,11)
#000000
(0,0,0)

Tints of #63B465

#63B465
(99,180,101)
#71BA73
(113,186,115)
#7FC081
(127,192,129)
#8DC68F
(141,198,143)
#9BCC9D
(155,204,157)
#A9D2AB
(169,210,171)
#B7D8B9
(183,216,185)
#C5DEC7
(197,222,199)
#D3E4D5
(211,228,213)
#E1EAE3
(225,234,227)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B465 color. Also use rgb(99,180,101) instead hex code.

Text Font Color

.myTextColor { color: #63B465; }

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

This text font color is #63B465.


Background Color

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

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

This div background color is #63B465.


Border color

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

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

This div border color is #63B465.


Opacity

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

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

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

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

This text has shadow with #63B465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B465 on black background.


Color preview on white background

This text has color #63B465 on white background.



Black color preview on #63B465 background

This text has black color on #63B465 background.


White color preview on #63B465 background

This text has white color on #63B465 background.