COLOR #63B95C

HEX: #63B95C
RGB: (99,185,92)

Renk bilgisi

#63B95C contains mainly green color. #63B95C ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#63B95C color RGB value is (99,185,92).

  • kırmız ton 99;
  • yeşil ton 185;
  • mavi ton 92.
RGB:
(99,185,92)
(39%,73%,36%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 185 of 255 = 73%
B 92 of 255 = 36%

99
185
92

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 185 + 92 = 376 (100%)
R 99 of 376 ~ 26.33%
G 185 of 376 ~ 49.2%
B 92 of 376 ~ 24.47%

%26.33
%49.2
%24.47

CMYK RENK MODELİ

#63B95C rengi CMYK tonu (46,0,50,27).

  • camgöbeği tonu 46.49%
  • eflatun tonu 0.00%
  • sarı tonu 50.27%
  • ana renk tonu 27.45%
CMYK:
(46,0,50,27)
C46M0Y50K27 
(46%,0%,50%,27%)
(0.46/0.00/0.50/0.27)	

CMYK yüzdeleri

%46.49
%0
%50.27
%27.45

Codes

Color #63B95C in popluar color models

63B95C
RGB9918592
HSL115°39.91%54.31%
HSB/HSV115°50.27%72.55%
CMYK46.49%0.00%50.27%
27.45%

Color #63B95C in popluar number systems.

HEX63B95C
Decimal9918592
Binary1100011101110011011100
Octal143271134

Shades and tints

Shades of #63B95C

#63B95C
(99,185,92)
#5AA954
(90,169,84)
#51994C
(81,153,76)
#488944
(72,137,68)
#3F793C
(63,121,60)
#366934
(54,105,52)
#2D592C
(45,89,44)
#244924
(36,73,36)
#1B391C
(27,57,28)
#122914
(18,41,20)
#09190C
(9,25,12)
#000000
(0,0,0)

Tints of #63B95C

#63B95C
(99,185,92)
#71BF6A
(113,191,106)
#7FC578
(127,197,120)
#8DCB86
(141,203,134)
#9BD194
(155,209,148)
#A9D7A2
(169,215,162)
#B7DDB0
(183,221,176)
#C5E3BE
(197,227,190)
#D3E9CC
(211,233,204)
#E1EFDA
(225,239,218)
#EFF5E8
(239,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B95C color. Also use rgb(99,185,92) instead hex code.

Text Font Color

.myTextColor { color: #63B95C; }

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

This text font color is #63B95C.


Background Color

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

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

This div background color is #63B95C.


Border color

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

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

This div border color is #63B95C.


Opacity

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

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

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

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

This text has shadow with #63B95C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B95C on black background.


Color preview on white background

This text has color #63B95C on white background.



Black color preview on #63B95C background

This text has black color on #63B95C background.


White color preview on #63B95C background

This text has white color on #63B95C background.