COLOR #63A540

HEX: #63A540
RGB: (99,165,64)

Renk bilgisi

#63A540 contains mainly green color. #63A540 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#63A540 color RGB value is (99,165,64).

  • kırmız ton 99;
  • yeşil ton 165;
  • mavi ton 64.
RGB:
(99,165,64)
(39%,65%,25%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 165 of 255 = 65%
B 64 of 255 = 25%

99
165
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 165 + 64 = 328 (100%)
R 99 of 328 ~ 30.18%
G 165 of 328 ~ 50.3%
B 64 of 328 ~ 19.51%

%30.18
%50.3
%19.51

CMYK RENK MODELİ

#63A540 rengi CMYK tonu (40,0,61,35).

  • camgöbeği tonu 40.00%
  • eflatun tonu 0.00%
  • sarı tonu 61.21%
  • ana renk tonu 35.29%
CMYK:
(40,0,61,35)
C40M0Y61K35 
(40%,0%,61%,35%)
(0.40/0.00/0.61/0.35)	

CMYK yüzdeleri

%40
%0
%61.21
%35.29

Codes

Color #63A540 in popluar color models

63A540
RGB9916564
HSL99°44.10%44.90%
HSB/HSV99°61.21%64.71%
CMYK40.00%0.00%61.21%
35.29%

Color #63A540 in popluar number systems.

HEX63A540
Decimal9916564
Binary1100011101001011000000
Octal143245100

Shades and tints

Shades of #63A540

#63A540
(99,165,64)
#5A963B
(90,150,59)
#518736
(81,135,54)
#487831
(72,120,49)
#3F692C
(63,105,44)
#365A27
(54,90,39)
#2D4B22
(45,75,34)
#243C1D
(36,60,29)
#1B2D18
(27,45,24)
#121E13
(18,30,19)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #63A540

#63A540
(99,165,64)
#71AD51
(113,173,81)
#7FB562
(127,181,98)
#8DBD73
(141,189,115)
#9BC584
(155,197,132)
#A9CD95
(169,205,149)
#B7D5A6
(183,213,166)
#C5DDB7
(197,221,183)
#D3E5C8
(211,229,200)
#E1EDD9
(225,237,217)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A540 color. Also use rgb(99,165,64) instead hex code.

Text Font Color

.myTextColor { color: #63A540; }

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

This text font color is #63A540.


Background Color

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

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

This div background color is #63A540.


Border color

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

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

This div border color is #63A540.


Opacity

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

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

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

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

This text has shadow with #63A540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A540 on black background.


Color preview on white background

This text has color #63A540 on white background.



Black color preview on #63A540 background

This text has black color on #63A540 background.


White color preview on #63A540 background

This text has white color on #63A540 background.