COLOR #63A47C

HEX: #63A47C
RGB: (99,164,124)

Renk bilgisi

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

RGB renk modeli

#63A47C color RGB value is (99,164,124).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 164 of 255 = 64%
B 124 of 255 = 49%

99
164
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 164 + 124 = 387 (100%)
R 99 of 387 ~ 25.58%
G 164 of 387 ~ 42.38%
B 124 of 387 ~ 32.04%

%25.58
%42.38
%32.04

CMYK RENK MODELİ

#63A47C rengi CMYK tonu (40,0,24,36).

  • camgöbeği tonu 39.63%
  • eflatun tonu 0.00%
  • sarı tonu 24.39%
  • ana renk tonu 35.69%
CMYK:
(40,0,24,36)
C40M0Y24K36 
(40%,0%,24%,36%)
(0.40/0.00/0.24/0.36)	

CMYK yüzdeleri

%39.63
%0
%24.39
%35.69

Codes

Color #63A47C in popluar color models

63A47C
RGB99164124
HSL143°26.32%51.57%
HSB/HSV143°39.63%64.31%
CMYK39.63%0.00%24.39%
35.69%

Color #63A47C in popluar number systems.

HEX63A47C
Decimal99164124
Binary1100011101001001111100
Octal143244174

Shades and tints

Shades of #63A47C

#63A47C
(99,164,124)
#5A9671
(90,150,113)
#518866
(81,136,102)
#487A5B
(72,122,91)
#3F6C50
(63,108,80)
#365E45
(54,94,69)
#2D503A
(45,80,58)
#24422F
(36,66,47)
#1B3424
(27,52,36)
#122619
(18,38,25)
#09180E
(9,24,14)
#000000
(0,0,0)

Tints of #63A47C

#63A47C
(99,164,124)
#71AC87
(113,172,135)
#7FB492
(127,180,146)
#8DBC9D
(141,188,157)
#9BC4A8
(155,196,168)
#A9CCB3
(169,204,179)
#B7D4BE
(183,212,190)
#C5DCC9
(197,220,201)
#D3E4D4
(211,228,212)
#E1ECDF
(225,236,223)
#EFF4EA
(239,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A47C; }

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

This text font color is #63A47C.


Background Color

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

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

This div background color is #63A47C.


Border color

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

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

This div border color is #63A47C.


Opacity

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

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

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

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

This text has shadow with #63A47C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A47C on black background.


Color preview on white background

This text has color #63A47C on white background.



Black color preview on #63A47C background

This text has black color on #63A47C background.


White color preview on #63A47C background

This text has white color on #63A47C background.