COLOR #63A38A

HEX: #63A38A
RGB: (99,163,138)

Renk bilgisi

#63A38A contains mainly green and blue colors. #63A38A ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#63A38A color RGB value is (99,163,138).

  • kırmız ton 99;
  • yeşil ton 163;
  • mavi ton 138.
RGB:
(99,163,138)
(39%,64%,54%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 163 of 255 = 64%
B 138 of 255 = 54%

99
163
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 163 + 138 = 400 (100%)
R 99 of 400 ~ 24.75%
G 163 of 400 ~ 40.75%
B 138 of 400 ~ 34.5%

%24.75
%40.75
%34.5

CMYK RENK MODELİ

#63A38A rengi CMYK tonu (39,0,15,36).

  • camgöbeği tonu 39.26%
  • eflatun tonu 0.00%
  • sarı tonu 15.34%
  • ana renk tonu 36.08%
CMYK:
(39,0,15,36)
C39M0Y15K36 
(39%,0%,15%,36%)
(0.39/0.00/0.15/0.36)	

CMYK yüzdeleri

%39.26
%0
%15.34
%36.08

Codes

Color #63A38A in popluar color models

63A38A
RGB99163138
HSL157°25.81%51.37%
HSB/HSV157°39.26%63.92%
CMYK39.26%0.00%15.34%
36.08%

Color #63A38A in popluar number systems.

HEX63A38A
Decimal99163138
Binary11000111010001110001010
Octal143243212

Shades and tints

Shades of #63A38A

#63A38A
(99,163,138)
#5A957E
(90,149,126)
#518772
(81,135,114)
#487966
(72,121,102)
#3F6B5A
(63,107,90)
#365D4E
(54,93,78)
#2D4F42
(45,79,66)
#244136
(36,65,54)
#1B332A
(27,51,42)
#12251E
(18,37,30)
#091712
(9,23,18)
#000000
(0,0,0)

Tints of #63A38A

#63A38A
(99,163,138)
#71AB94
(113,171,148)
#7FB39E
(127,179,158)
#8DBBA8
(141,187,168)
#9BC3B2
(155,195,178)
#A9CBBC
(169,203,188)
#B7D3C6
(183,211,198)
#C5DBD0
(197,219,208)
#D3E3DA
(211,227,218)
#E1EBE4
(225,235,228)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A38A color. Also use rgb(99,163,138) instead hex code.

Text Font Color

.myTextColor { color: #63A38A; }

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

This text font color is #63A38A.


Background Color

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

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

This div background color is #63A38A.


Border color

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

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

This div border color is #63A38A.


Opacity

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

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

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

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

This text has shadow with #63A38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A38A on black background.


Color preview on white background

This text has color #63A38A on white background.



Black color preview on #63A38A background

This text has black color on #63A38A background.


White color preview on #63A38A background

This text has white color on #63A38A background.