COLOR #63B25E

HEX: #63B25E
RGB: (99,178,94)

Renk bilgisi

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

RGB renk modeli

#63B25E color RGB value is (99,178,94).

  • kırmız ton 99;
  • yeşil ton 178;
  • mavi ton 94.
RGB:
(99,178,94)
(39%,70%,37%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 178 of 255 = 70%
B 94 of 255 = 37%

99
178
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 178 + 94 = 371 (100%)
R 99 of 371 ~ 26.68%
G 178 of 371 ~ 47.98%
B 94 of 371 ~ 25.34%

%26.68
%47.98
%25.34

CMYK RENK MODELİ

#63B25E rengi CMYK tonu (44,0,47,30).

  • camgöbeği tonu 44.38%
  • eflatun tonu 0.00%
  • sarı tonu 47.19%
  • ana renk tonu 30.20%
CMYK:
(44,0,47,30)
C44M0Y47K30 
(44%,0%,47%,30%)
(0.44/0.00/0.47/0.30)	

CMYK yüzdeleri

%44.38
%0
%47.19
%30.2

Codes

Color #63B25E in popluar color models

63B25E
RGB9917894
HSL116°35.29%53.33%
HSB/HSV116°47.19%69.80%
CMYK44.38%0.00%47.19%
30.20%

Color #63B25E in popluar number systems.

HEX63B25E
Decimal9917894
Binary1100011101100101011110
Octal143262136

Shades and tints

Shades of #63B25E

#63B25E
(99,178,94)
#5AA256
(90,162,86)
#51924E
(81,146,78)
#488246
(72,130,70)
#3F723E
(63,114,62)
#366236
(54,98,54)
#2D522E
(45,82,46)
#244226
(36,66,38)
#1B321E
(27,50,30)
#122216
(18,34,22)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #63B25E

#63B25E
(99,178,94)
#71B96C
(113,185,108)
#7FC07A
(127,192,122)
#8DC788
(141,199,136)
#9BCE96
(155,206,150)
#A9D5A4
(169,213,164)
#B7DCB2
(183,220,178)
#C5E3C0
(197,227,192)
#D3EACE
(211,234,206)
#E1F1DC
(225,241,220)
#EFF8EA
(239,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B25E color. Also use rgb(99,178,94) instead hex code.

Text Font Color

.myTextColor { color: #63B25E; }

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

This text font color is #63B25E.


Background Color

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

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

This div background color is #63B25E.


Border color

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

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

This div border color is #63B25E.


Opacity

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

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

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

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

This text has shadow with #63B25E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B25E on black background.


Color preview on white background

This text has color #63B25E on white background.



Black color preview on #63B25E background

This text has black color on #63B25E background.


White color preview on #63B25E background

This text has white color on #63B25E background.