COLOR #63B368

HEX: #63B368
RGB: (99,179,104)

Renk bilgisi

#63B368 contains mainly green color. #63B368 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#63B368 color RGB value is (99,179,104).

  • kırmız ton 99;
  • yeşil ton 179;
  • mavi ton 104.
RGB:
(99,179,104)
(39%,70%,41%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 179 of 255 = 70%
B 104 of 255 = 41%

99
179
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 179 + 104 = 382 (100%)
R 99 of 382 ~ 25.92%
G 179 of 382 ~ 46.86%
B 104 of 382 ~ 27.23%

%25.92
%46.86
%27.23

CMYK RENK MODELİ

#63B368 rengi CMYK tonu (45,0,42,30).

  • camgöbeği tonu 44.69%
  • eflatun tonu 0.00%
  • sarı tonu 41.90%
  • ana renk tonu 29.80%
CMYK:
(45,0,42,30)
C45M0Y42K30 
(45%,0%,42%,30%)
(0.45/0.00/0.42/0.30)	

CMYK yüzdeleri

%44.69
%0
%41.9
%29.8

Codes

Color #63B368 in popluar color models

63B368
RGB99179104
HSL124°34.48%54.51%
HSB/HSV124°44.69%70.20%
CMYK44.69%0.00%41.90%
29.80%

Color #63B368 in popluar number systems.

HEX63B368
Decimal99179104
Binary1100011101100111101000
Octal143263150

Shades and tints

Shades of #63B368

#63B368
(99,179,104)
#5AA35F
(90,163,95)
#519356
(81,147,86)
#48834D
(72,131,77)
#3F7344
(63,115,68)
#36633B
(54,99,59)
#2D5332
(45,83,50)
#244329
(36,67,41)
#1B3320
(27,51,32)
#122317
(18,35,23)
#09130E
(9,19,14)
#000000
(0,0,0)

Tints of #63B368

#63B368
(99,179,104)
#71B975
(113,185,117)
#7FBF82
(127,191,130)
#8DC58F
(141,197,143)
#9BCB9C
(155,203,156)
#A9D1A9
(169,209,169)
#B7D7B6
(183,215,182)
#C5DDC3
(197,221,195)
#D3E3D0
(211,227,208)
#E1E9DD
(225,233,221)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B368 color. Also use rgb(99,179,104) instead hex code.

Text Font Color

.myTextColor { color: #63B368; }

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

This text font color is #63B368.


Background Color

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

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

This div background color is #63B368.


Border color

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

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

This div border color is #63B368.


Opacity

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

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

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

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

This text has shadow with #63B368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B368 on black background.


Color preview on white background

This text has color #63B368 on white background.



Black color preview on #63B368 background

This text has black color on #63B368 background.


White color preview on #63B368 background

This text has white color on #63B368 background.