COLOR #63A718

HEX: #63A718
RGB: (99,167,24)

Renk bilgisi

#63A718 contains mainly green color. #63A718 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#63A718 color RGB value is (99,167,24).

  • kırmız ton 99;
  • yeşil ton 167;
  • mavi ton 24.
RGB:
(99,167,24)
(39%,65%,9%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 167 of 255 = 65%
B 24 of 255 = 9%

99
167
24

R + G + B ~ 38%. #63A718 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 167 + 24 = 290 (100%)
R 99 of 290 ~ 34.14%
G 167 of 290 ~ 57.59%
B 24 of 290 ~ 8.28%

%34.14
%57.59

CMYK RENK MODELİ

#63A718 rengi CMYK tonu (41,0,86,35).

  • camgöbeği tonu 40.72%
  • eflatun tonu 0.00%
  • sarı tonu 85.63%
  • ana renk tonu 34.51%
CMYK:
(41,0,86,35)
C41M0Y86K35 
(41%,0%,86%,35%)
(0.41/0.00/0.86/0.35)	

CMYK yüzdeleri

%40.72
%0
%85.63
%34.51

Codes

Color #63A718 in popluar color models

63A718
RGB9916724
HSL89°74.87%37.45%
HSB/HSV89°85.63%65.49%
CMYK40.72%0.00%85.63%
34.51%

Color #63A718 in popluar number systems.

HEX63A718
Decimal9916724
Binary11000111010011111000
Octal14324730

Shades and tints

Shades of #63A718

#63A718
(99,167,24)
#5A9816
(90,152,22)
#518914
(81,137,20)
#487A12
(72,122,18)
#3F6B10
(63,107,16)
#365C0E
(54,92,14)
#2D4D0C
(45,77,12)
#243E0A
(36,62,10)
#1B2F08
(27,47,8)
#122006
(18,32,6)
#091104
(9,17,4)
#000000
(0,0,0)

Tints of #63A718

#63A718
(99,167,24)
#71AF2D
(113,175,45)
#7FB742
(127,183,66)
#8DBF57
(141,191,87)
#9BC76C
(155,199,108)
#A9CF81
(169,207,129)
#B7D796
(183,215,150)
#C5DFAB
(197,223,171)
#D3E7C0
(211,231,192)
#E1EFD5
(225,239,213)
#EFF7EA
(239,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A718 color. Also use rgb(99,167,24) instead hex code.

Text Font Color

.myTextColor { color: #63A718; }

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

This text font color is #63A718.


Background Color

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

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

This div background color is #63A718.


Border color

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

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

This div border color is #63A718.


Opacity

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

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

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

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

This text has shadow with #63A718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A718 on black background.


Color preview on white background

This text has color #63A718 on white background.



Black color preview on #63A718 background

This text has black color on #63A718 background.


White color preview on #63A718 background

This text has white color on #63A718 background.