COLOR #63B021

HEX: #63B021
RGB: (99,176,33)

Renk bilgisi

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

RGB renk modeli

#63B021 color RGB value is (99,176,33).

  • kırmız ton 99;
  • yeşil ton 176;
  • mavi ton 33.
RGB:
(99,176,33)
(39%,69%,13%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 176 of 255 = 69%
B 33 of 255 = 13%

99
176
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 176 + 33 = 308 (100%)
R 99 of 308 ~ 32.14%
G 176 of 308 ~ 57.14%
B 33 of 308 ~ 10.71%

%32.14
%57.14
%10.71

CMYK RENK MODELİ

#63B021 rengi CMYK tonu (44,0,81,31).

  • camgöbeği tonu 43.75%
  • eflatun tonu 0.00%
  • sarı tonu 81.25%
  • ana renk tonu 30.98%
CMYK:
(44,0,81,31)
C44M0Y81K31 
(44%,0%,81%,31%)
(0.44/0.00/0.81/0.31)	

CMYK yüzdeleri

%43.75
%0
%81.25
%30.98

Codes

Color #63B021 in popluar color models

63B021
RGB9917633
HSL92°68.42%40.98%
HSB/HSV92°81.25%69.02%
CMYK43.75%0.00%81.25%
30.98%

Color #63B021 in popluar number systems.

HEX63B021
Decimal9917633
Binary110001110110000100001
Octal14326041

Shades and tints

Shades of #63B021

#63B021
(99,176,33)
#5AA01E
(90,160,30)
#51901B
(81,144,27)
#488018
(72,128,24)
#3F7015
(63,112,21)
#366012
(54,96,18)
#2D500F
(45,80,15)
#24400C
(36,64,12)
#1B3009
(27,48,9)
#122006
(18,32,6)
#091003
(9,16,3)
#000000
(0,0,0)

Tints of #63B021

#63B021
(99,176,33)
#71B735
(113,183,53)
#7FBE49
(127,190,73)
#8DC55D
(141,197,93)
#9BCC71
(155,204,113)
#A9D385
(169,211,133)
#B7DA99
(183,218,153)
#C5E1AD
(197,225,173)
#D3E8C1
(211,232,193)
#E1EFD5
(225,239,213)
#EFF6E9
(239,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B021 color. Also use rgb(99,176,33) instead hex code.

Text Font Color

.myTextColor { color: #63B021; }

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

This text font color is #63B021.


Background Color

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

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

This div background color is #63B021.


Border color

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

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

This div border color is #63B021.


Opacity

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

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

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

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

This text has shadow with #63B021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B021 on black background.


Color preview on white background

This text has color #63B021 on white background.



Black color preview on #63B021 background

This text has black color on #63B021 background.


White color preview on #63B021 background

This text has white color on #63B021 background.