COLOR #63B071

HEX: #63B071
RGB: (99,176,113)

Renk bilgisi

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

RGB renk modeli

#63B071 color RGB value is (99,176,113).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 176 of 255 = 69%
B 113 of 255 = 44%

99
176
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 176 + 113 = 388 (100%)
R 99 of 388 ~ 25.52%
G 176 of 388 ~ 45.36%
B 113 of 388 ~ 29.12%

%25.52
%45.36
%29.12

CMYK RENK MODELİ

#63B071 rengi CMYK tonu (44,0,36,31).

  • camgöbeği tonu 43.75%
  • eflatun tonu 0.00%
  • sarı tonu 35.80%
  • ana renk tonu 30.98%
CMYK:
(44,0,36,31)
C44M0Y36K31 
(44%,0%,36%,31%)
(0.44/0.00/0.36/0.31)	

CMYK yüzdeleri

%43.75
%0
%35.8
%30.98

Codes

Color #63B071 in popluar color models

63B071
RGB99176113
HSL131°32.77%53.92%
HSB/HSV131°43.75%69.02%
CMYK43.75%0.00%35.80%
30.98%

Color #63B071 in popluar number systems.

HEX63B071
Decimal99176113
Binary1100011101100001110001
Octal143260161

Shades and tints

Shades of #63B071

#63B071
(99,176,113)
#5AA067
(90,160,103)
#51905D
(81,144,93)
#488053
(72,128,83)
#3F7049
(63,112,73)
#36603F
(54,96,63)
#2D5035
(45,80,53)
#24402B
(36,64,43)
#1B3021
(27,48,33)
#122017
(18,32,23)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #63B071

#63B071
(99,176,113)
#71B77D
(113,183,125)
#7FBE89
(127,190,137)
#8DC595
(141,197,149)
#9BCCA1
(155,204,161)
#A9D3AD
(169,211,173)
#B7DAB9
(183,218,185)
#C5E1C5
(197,225,197)
#D3E8D1
(211,232,209)
#E1EFDD
(225,239,221)
#EFF6E9
(239,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63B071; }

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

This text font color is #63B071.


Background Color

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

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

This div background color is #63B071.


Border color

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

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

This div border color is #63B071.


Opacity

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

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

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

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

This text has shadow with #63B071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B071 on black background.


Color preview on white background

This text has color #63B071 on white background.



Black color preview on #63B071 background

This text has black color on #63B071 background.


White color preview on #63B071 background

This text has white color on #63B071 background.