COLOR #63B27C

HEX: #63B27C
RGB: (99,178,124)

Renk bilgisi

#63B27C contains mainly green and blue colors. #63B27C ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#63B27C color RGB value is (99,178,124).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 178 of 255 = 70%
B 124 of 255 = 49%

99
178
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 178 + 124 = 401 (100%)
R 99 of 401 ~ 24.69%
G 178 of 401 ~ 44.39%
B 124 of 401 ~ 30.92%

%24.69
%44.39
%30.92

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%44.38
%0
%30.34
%30.2

Codes

Color #63B27C in popluar color models

63B27C
RGB99178124
HSL139°33.91%54.31%
HSB/HSV139°44.38%69.80%
CMYK44.38%0.00%30.34%
30.20%

Color #63B27C in popluar number systems.

HEX63B27C
Decimal99178124
Binary1100011101100101111100
Octal143262174

Shades and tints

Shades of #63B27C

#63B27C
(99,178,124)
#5AA271
(90,162,113)
#519266
(81,146,102)
#48825B
(72,130,91)
#3F7250
(63,114,80)
#366245
(54,98,69)
#2D523A
(45,82,58)
#24422F
(36,66,47)
#1B3224
(27,50,36)
#122219
(18,34,25)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #63B27C

#63B27C
(99,178,124)
#71B987
(113,185,135)
#7FC092
(127,192,146)
#8DC79D
(141,199,157)
#9BCEA8
(155,206,168)
#A9D5B3
(169,213,179)
#B7DCBE
(183,220,190)
#C5E3C9
(197,227,201)
#D3EAD4
(211,234,212)
#E1F1DF
(225,241,223)
#EFF8EA
(239,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63B27C; }

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

This text font color is #63B27C.


Background Color

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

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

This div background color is #63B27C.


Border color

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

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

This div border color is #63B27C.


Opacity

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

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

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

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

This text has shadow with #63B27C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B27C on black background.


Color preview on white background

This text has color #63B27C on white background.



Black color preview on #63B27C background

This text has black color on #63B27C background.


White color preview on #63B27C background

This text has white color on #63B27C background.