COLOR #63A555

HEX: #63A555
RGB: (99,165,85)

Renk bilgisi

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

RGB renk modeli

#63A555 color RGB value is (99,165,85).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 165 of 255 = 65%
B 85 of 255 = 33%

99
165
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 165 + 85 = 349 (100%)
R 99 of 349 ~ 28.37%
G 165 of 349 ~ 47.28%
B 85 of 349 ~ 24.36%

%28.37
%47.28
%24.36

CMYK RENK MODELİ

#63A555 rengi CMYK tonu (40,0,48,35).

  • camgöbeği tonu 40.00%
  • eflatun tonu 0.00%
  • sarı tonu 48.48%
  • ana renk tonu 35.29%
CMYK:
(40,0,48,35)
C40M0Y48K35 
(40%,0%,48%,35%)
(0.40/0.00/0.48/0.35)	

CMYK yüzdeleri

%40
%0
%48.48
%35.29

Codes

Color #63A555 in popluar color models

63A555
RGB9916585
HSL110°32.00%49.02%
HSB/HSV110°48.48%64.71%
CMYK40.00%0.00%48.48%
35.29%

Color #63A555 in popluar number systems.

HEX63A555
Decimal9916585
Binary1100011101001011010101
Octal143245125

Shades and tints

Shades of #63A555

#63A555
(99,165,85)
#5A964E
(90,150,78)
#518747
(81,135,71)
#487840
(72,120,64)
#3F6939
(63,105,57)
#365A32
(54,90,50)
#2D4B2B
(45,75,43)
#243C24
(36,60,36)
#1B2D1D
(27,45,29)
#121E16
(18,30,22)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #63A555

#63A555
(99,165,85)
#71AD64
(113,173,100)
#7FB573
(127,181,115)
#8DBD82
(141,189,130)
#9BC591
(155,197,145)
#A9CDA0
(169,205,160)
#B7D5AF
(183,213,175)
#C5DDBE
(197,221,190)
#D3E5CD
(211,229,205)
#E1EDDC
(225,237,220)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A555; }

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

This text font color is #63A555.


Background Color

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

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

This div background color is #63A555.


Border color

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

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

This div border color is #63A555.


Opacity

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

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

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

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

This text has shadow with #63A555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A555 on black background.


Color preview on white background

This text has color #63A555 on white background.



Black color preview on #63A555 background

This text has black color on #63A555 background.


White color preview on #63A555 background

This text has white color on #63A555 background.